summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)AuthorFilesLines
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin1-2/+2
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin3-6/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sccompStephan Bergmann3-3/+3
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov2-24/+18
2019-05-28tdf#42949 Fix IWYU warnings in sccomp/Gabor Kelemen8-20/+19
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen1-1/+0
2019-01-24Fix order of CPPUNIT_ASSERT_EQUAL expected vs. actual argumentsStephan Bergmann1-3/+3
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov2-38/+34
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-10-29loplugin:oncevarNoel Grandin1-5/+5
2018-10-09loplugin:constfields in scaddins,sccompNoel Grandin3-6/+4
2018-09-07loplugin:useuniqueptr in CoinMPSolverNoel Grandin2-30/+29
2018-06-23sccomp: Reserve enough space at once for micro-optimizationTakeshi Abe4-0/+4
2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen1-0/+1
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+3
2018-02-28swarm: don't assert the result in testUnconstrainedTomaž Vajngerl1-1/+6
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-1/+1
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2-4/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-12-08sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASANMichael Stahl1-1/+1
2017-11-30Weaken SwarmSolverTest::testUnconstrained even further for nowStephan Bergmann1-1/+1
2017-11-25Ridiculously large delta for SwarmSolverTest::testUnconstrained for nowStephan Bergmann1-1/+1
2017-11-21clang-format fixesMiklos Vajna2-7/+2
2017-11-21CppunitTest_swarm_solver_test also consistently fails for UBSan buildStephan Bergmann1-2/+2
2017-11-20Make CppunitTest name consistent with file nameStephan Bergmann1-10/+10
2017-11-20WaE: -Werror=unused-functionCaolán McNamara1-4/+16
2017-11-19Fix typosAndrea Gelmini1-1/+1
2017-11-19iOS reactivated swarmsolverjan Iversen1-4/+1
2017-11-19Remove include config_lgpl.h from SwarmSolver, license is MPLv2Tomaž Vajngerl1-1/+0
2017-11-18we now get a solver lib even without lpsolve or coinmpCaolán McNamara1-2/+2
2017-11-18iOS, swarmsolver workaroundjan Iversen1-1/+4
2017-11-18Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl12-0/+1424
2017-10-23loplugin:includeform: sccompStephan Bergmann3-4/+4
2017-08-27sccomp_lpsolver -> sccomp_solverRene Engelhard4-48/+48
2017-08-01move resmgr to unotoolsCaolán McNamara2-4/+3
2017-07-21migrate to boost::gettextCaolán McNamara11-179/+77
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-02change the solver test to explicitly test the available solversTomaž Vajngerl1-35/+23
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann2-6/+2
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-4/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-64/+44
2016-12-05loplugin:unnecessaryoverride (dtors) in sccompStephan Bergmann2-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin1-0/+1
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-6/+6