summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC4-16/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-5/+5
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-0/+3
2020-11-16replace std::max(std::min()) with std::clampNoel1-1/+1
2020-07-28tdf#135211: fix crash Swarm Non Linear Solver with blank inputJulien Nabet1-0/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-8/+9
2020-06-05Upcoming loplugin:elidestringvar: sccompStephan Bergmann1-10/+10
2020-03-12Revert "loplugin:constfields in scaddins,sccomp"Noel Grandin3-4/+6
2020-01-28remove some unused local varsNoel Grandin1-10/+0
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+14
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
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