summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2-54/+54
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-31/+31
2015-10-07Actually check the return values of the various Coin* callsStephan Bergmann1-7/+16
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-01-04stdexcept for std::runtime_errorCaolán McNamara1-0/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18sccomp: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-06-06coverity#1202902 Uncaught CoinError exceptionCaolán McNamara1-1/+10
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-04-24sccomp: sal_Bool->boolNoel Grandin2-10/+10
2014-04-04sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver.Matúš Kukan4-6/+11
2014-04-03loplugin:saloverrideStephan Bergmann1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
2014-04-03override specifier 'override' not allowed on a destructorMatúš Kukan2-2/+2
2014-04-03sccomp: Share common code and have only one library.Matúš Kukan10-1000/+689
2014-04-03sccomp_lpsolver does not need to link against scMatúš Kukan1-1/+0
2014-04-02sccomp: Add very simple unit test for lp solvers.Matúš Kukan3-0/+182
2014-04-01sccomp: Make the source files more similar and fix some problems.Matúš Kukan2-27/+24
2014-04-01Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan6-9/+61
2014-04-01Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan2-10/+2