summaryrefslogtreecommitdiffstats
path: root/sccomp/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-037-962/+682
* 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-014-3/+24
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-23/+23
* fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2014-03-041-8/+2
* 118160: Use CoinMP as replacement for lp_solve.Andre Fischer2014-03-031-0/+648
* Rename sccomp/source/solver/solver.cxx to solver-lpsolve.cxxMatúš Kukan2014-03-031-0/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-42/+42
* Remove visual noise from sccompAlexander Wilms2014-02-261-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-5/+5
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-10/+2
* Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara2013-08-161-1/+1
* MPLv2 subset improvements.Michael Meeks2013-06-041-0/+11
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-8/+7
* Missing #include "sal/config.h"Stephan Bergmann2013-03-271-0/+2
* -Wunused-macrosStephan Bergmann2013-03-271-0/+2
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-082-0/+5
* remove useless macrosLuboš Luňák2013-01-301-2/+0
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-6/+6
* re-base on ALv2 code. Includes:Michael Meeks2012-12-061-26/+17
* convert lpsolve to gbuildPeter Foley2012-11-071-0/+4
* Enough with that...Norbert Thiebaud2012-11-041-4/+0
* convert lpsolve to gbuildPeter Foley2012-11-031-0/+4
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-4/+4
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-212-49/+31
* targeted string re-workNorbert Thiebaud2012-06-021-3/+3
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-1/+1
* Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot2012-01-051-1/+1
* add prefixes for component_getFactoryMatúš Kukan2011-07-282-2/+2
* Convert sccomp to gbuildMatúš Kukan2011-07-271-85/+0
* Remove component_getImplementationEnvironmentMatus Kukan2011-07-121-6/+0
* remove obsolete component_writeInfo methodsMichael Meeks2011-04-011-30/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-1/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-182-0/+42
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-102-0/+42
| |\
| | * sb129: #i113189# change UNO components to use passive registrationsb2010-09-103-28/+42
* | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-131-1/+1
|/ /