summaryrefslogtreecommitdiffstats
path: root/sccomp
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in sccomp/Gabor Kelemen2019-05-288-20/+19
* o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen2019-02-201-1/+0
* Fix order of CPPUNIT_ASSERT_EQUAL expected vs. actual argumentsStephan Bergmann2019-01-241-3/+3
* Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov2018-12-202-38/+34
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* loplugin:oncevarNoel Grandin2018-10-291-5/+5
* loplugin:constfields in scaddins,sccompNoel Grandin2018-10-093-6/+4
* loplugin:useuniqueptr in CoinMPSolverNoel Grandin2018-09-072-30/+29
* sccomp: Reserve enough space at once for micro-optimizationTakeshi Abe2018-06-234-0/+4
* tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen2018-06-221-0/+1
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-2/+3
* swarm: don't assert the result in testUnconstrainedTomaž Vajngerl2018-02-281-1/+6
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-2/+1
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-1/+1
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-222-4/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-113-3/+3
* sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASANMichael Stahl2017-12-081-1/+1
* Weaken SwarmSolverTest::testUnconstrained even further for nowStephan Bergmann2017-11-301-1/+1
* Ridiculously large delta for SwarmSolverTest::testUnconstrained for nowStephan Bergmann2017-11-251-1/+1
* clang-format fixesMiklos Vajna2017-11-212-7/+2
* CppunitTest_swarm_solver_test also consistently fails for UBSan buildStephan Bergmann2017-11-211-2/+2
* Make CppunitTest name consistent with file nameStephan Bergmann2017-11-201-10/+10
* WaE: -Werror=unused-functionCaolán McNamara2017-11-201-4/+16
* Fix typosAndrea Gelmini2017-11-191-1/+1
* iOS reactivated swarmsolverjan Iversen2017-11-191-4/+1
* Remove include config_lgpl.h from SwarmSolver, license is MPLv2Tomaž Vajngerl2017-11-191-1/+0
* we now get a solver lib even without lpsolve or coinmpCaolán McNamara2017-11-181-2/+2
* iOS, swarmsolver workaroundjan Iversen2017-11-181-1/+4
* Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl2017-11-1812-0/+1424
* loplugin:includeform: sccompStephan Bergmann2017-10-233-4/+4
* sccomp_lpsolver -> sccomp_solverRene Engelhard2017-08-274-48/+48
* move resmgr to unotoolsCaolán McNamara2017-08-012-4/+3
* migrate to boost::gettextCaolán McNamara2017-07-2111-179/+77
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* change the solver test to explicitly test the available solversTomaž Vajngerl2017-03-021-35/+23
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-6/+2
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-4/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-64/+44
* loplugin:unnecessaryoverride (dtors) in sccompStephan Bergmann2016-12-052-2/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-3/+3
* new loplugin unnecessary overrideNoel Grandin2016-07-151-0/+1
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-6/+6
* com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2015-10-282-54/+54
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-31/+31
* Actually check the return values of the various Coin* callsStephan Bergmann2015-10-071-7/+16
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-151-2/+2