summaryrefslogtreecommitdiffstats
path: root/sccomp
Commit message (Expand)AuthorAgeFilesLines
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2018-03-202-4/+2
* 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
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-5/+5
* stdexcept for std::runtime_errorCaolán McNamara2015-01-041-0/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-2/+2
* sccomp: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-2/+2
* coverity#1202902 Uncaught CoinError exceptionCaolán McNamara2014-06-061-1/+10
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* sccomp: sal_Bool->boolNoel Grandin2014-04-242-10/+10
* sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver.Matúš Kukan2014-04-044-6/+11
* loplugin:saloverrideStephan Bergmann2014-04-031-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-3/+3
* override specifier 'override' not allowed on a destructorMatúš Kukan2014-04-032-2/+2
* sccomp: Share common code and have only one library.Matúš Kukan2014-04-0310-1000/+689
* sccomp_lpsolver does not need to link against scMatúš Kukan2014-04-031-1/+0
* sccomp: Add very simple unit test for lp solvers.Matúš Kukan2014-04-023-0/+182
* sccomp: Make the source files more similar and fix some problems.Matúš Kukan2014-04-012-27/+24
* Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan2014-04-016-9/+61