Age | Commit message (Expand) | Author | Files | Lines |
2020-11-16 | replace std::max(std::min()) with std::clamp | Noel | 1 | -1/+1 |
2020-07-28 | tdf#135211: fix crash Swarm Non Linear Solver with blank input | Julien Nabet | 1 | -0/+2 |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin | 1 | -8/+9 |
2020-03-12 | Revert "loplugin:constfields in scaddins,sccomp" | Noel Grandin | 3 | -4/+6 |
2020-01-15 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Mesut Çifci | 1 | -2/+1 |
2020-01-12 | tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Yusuf Keten | 1 | -2/+1 |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann | 3 | -0/+14 |
2019-09-26 | loplugin:constmethod in sc | Noel Grandin | 1 | -2/+2 |
2019-08-20 | loplugin:constvars in sccomp..sd | Noel Grandin | 1 | -2/+2 |
2019-08-15 | loplugin:sequenceloop in scaddins..scripting | Noel Grandin | 3 | -6/+6 |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sccomp | Stephan Bergmann | 3 | -3/+3 |
2019-07-30 | Simplify Sequence iterations in scaddins, sccomp, scripting | Arkadiy Illarionov | 2 | -24/+18 |
2019-05-28 | tdf#42949 Fix IWYU warnings in sccomp/ | Gabor Kelemen | 5 | -9/+11 |
2019-02-20 | o3tl::make_unique -> std::make_unique in include/ & o3tl/ | Gabor Kelemen | 1 | -1/+0 |
2018-12-20 | Simplify containers iterations in scaddins, sccomp, scripting | Arkadiy Illarionov | 2 | -38/+34 |
2018-10-09 | loplugin:constfields in scaddins,sccomp | Noel Grandin | 3 | -6/+4 |
2018-09-07 | loplugin:useuniqueptr in CoinMPSolver | Noel Grandin | 2 | -30/+29 |
2018-06-23 | sccomp: Reserve enough space at once for micro-optimization | Takeshi Abe | 4 | -0/+4 |
2018-06-22 | tdf#42949 Fix IWYU warnings in include/sal/ | Gabor Kelemen | 1 | -0/+1 |
2018-05-17 | loplugin:redundantcast improvements for floating-integer conversions | Stephan Bergmann | 1 | -2/+3 |
2018-02-26 | loplugin:oncevar extend to tools/gen.hxx types | Noel Grandin | 1 | -2/+1 |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann | 1 | -1/+1 |
2017-12-22 | lokdialog: Allow switching language of some of the ResMgr's. | Jan Holesovsky | 2 | -4/+2 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin | 3 | -3/+3 |
2017-11-21 | clang-format fixes | Miklos Vajna | 1 | -6/+2 |
2017-11-19 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-11-19 | Remove include config_lgpl.h from SwarmSolver, license is MPLv2 | Tomaž Vajngerl | 1 | -1/+0 |
2017-11-18 | Swarm based (uses PSO or DE) experimental non-linear solver | Tomaž Vajngerl | 4 | -0/+948 |
2017-10-23 | loplugin:includeform: sccomp | Stephan Bergmann | 3 | -4/+4 |
2017-08-01 | move resmgr to unotools | Caolán McNamara | 1 | -2/+2 |
2017-07-21 | migrate to boost::gettext | Caolán McNamara | 6 | -144/+17 |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock | 1 | -0/+1 |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann | 2 | -6/+2 |
2017-02-01 | loplugin:useuniqueptr extend to check local vars | Noel Grandin | 1 | -4/+2 |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann | 4 | -64/+44 |
2016-12-05 | loplugin:unnecessaryoverride (dtors) in sccomp | Stephan Bergmann | 2 | -2/+0 |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann | 3 | -3/+3 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 3 | -6/+6 |
2015-10-28 | com::sun::star->css in scaddins,sccomp,scripting | Noel Grandin | 1 | -53/+53 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 3 | -29/+29 |
2015-10-07 | Actually check the return values of the various Coin* calls | Stephan Bergmann | 1 | -7/+16 |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 1 | -2/+2 |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann | 1 | -5/+5 |
2015-01-04 | stdexcept for std::runtime_error | Caolán McNamara | 1 | -0/+1 |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara | 1 | -2/+2 |
2014-12-18 | sccomp: Use appropriate OUString functions on string constants | Stephan Bergmann | 2 | -2/+2 |
2014-06-06 | coverity#1202902 Uncaught CoinError exception | Caolán McNamara | 1 | -1/+10 |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold | 1 | -2/+2 |
2014-04-24 | sccomp: sal_Bool->bool | Noel Grandin | 2 | -10/+10 |