Age | Commit message (Expand) | Author |
2017-10-23 | loplugin:includeform: sccomp | Stephan Bergmann |
2017-08-27 | sccomp_lpsolver -> sccomp_solver | Rene Engelhard |
2017-08-01 | move resmgr to unotools | Caolán McNamara |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin |
2017-03-02 | change the solver test to explicitly test the available solvers | Tomaž Vajngerl |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-02-01 | loplugin:useuniqueptr extend to check local vars | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-12-05 | loplugin:unnecessaryoverride (dtors) in sccomp | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-07-15 | new loplugin unnecessary override | Noel Grandin |
2016-06-09 | tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi | Gleb Mishchenko |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-28 | com::sun::star->css in scaddins,sccomp,scripting | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-07 | Actually check the return values of the various Coin* calls | Stephan Bergmann |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-01-04 | stdexcept for std::runtime_error | Caolán McNamara |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | sccomp: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-06-06 | coverity#1202902 Uncaught CoinError exception | Caolán McNamara |
2014-06-04 | DeInitVCL at end of tests | Stephan Bergmann |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-04-24 | sccomp: sal_Bool->bool | Noel Grandin |
2014-04-04 | sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver. | Matúš Kukan |
2014-04-03 | loplugin:saloverride | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-03 | override specifier 'override' not allowed on a destructor | Matúš Kukan |
2014-04-03 | sccomp: Share common code and have only one library. | Matúš Kukan |
2014-04-03 | sccomp_lpsolver does not need to link against sc | Matúš Kukan |
2014-04-02 | sccomp: Add very simple unit test for lp solvers. | Matúš Kukan |
2014-04-01 | sccomp: Make the source files more similar and fix some problems. | Matúš Kukan |
2014-04-01 | Install coinmp and lpsolve linear solvers in parallel. | Matúš Kukan |
2014-04-01 | Revert "Allow to build lpsolver based on CoinMP library." | Matúš Kukan |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-04 | fdo#54938: Convert some places to use cppu::supportsService | Marcos Paulo de Souza |
2014-03-03 | Allow to build lpsolver based on CoinMP library. | Matúš Kukan |
2014-03-03 | 118160: Use CoinMP as replacement for lp_solve. | Andre Fischer |
2014-03-03 | Rename sccomp/source/solver/solver.cxx to solver-lpsolve.cxx | Matúš Kukan |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from sccomp | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-11-14 | make l10n buildable separately | Bjoern Michaelsen |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |