- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- ba432fc Fix typo by Andrea Gelmini · 1 year, 6 months ago
- 2f1dcf0 tdf#157519 Implement Sensitivity Report in LpSolve solver by Rafael Lima · 1 year, 7 months ago
- c93eb54 cid#1557618 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
- 3c76913 loplugin:ostr in sccomp by Noel Grandin · 1 year, 11 months ago
- 2b7e49a convert SolverComponent to comphelper::WeakImplHelper by Noel Grandin · 2 years ago
- 973d1d8 convert SwarmSolver to comphelper::WeakImplHelper by Noel Grandin · 2 years ago
- ab95ed2 Use less boost_headers in low level libraries by Gabor Kelemen · 2 years, 1 month ago
- 0fa827d Drop std::as_const from css::uno::Sequence iterations by Mike Kaganski · 2 years, 2 months ago
- a01a642 UnoApiTest::loadFromURL -> UnoApiTest::loadFromFile by Mike Kaganski · 2 years, 3 months ago
- dcea29c Make NC_ constexpr-friendly by Stephan Bergmann · 2 years, 6 months ago
- dc96de7 Extend loplugin:cppunitassertequals to more argument types by Stephan Bergmann · 3 years, 1 month ago
- 331a013 UnoApiTest: factor out common code by Xisco Fauli · 3 years, 5 months ago
- 89c7329 test: merge CalcUnoApiTest and UnoApiTest into one by Xisco Fauli · 3 years, 6 months ago
- a96b911 CalcUnoApiTest: Move mxComponent to parent and use it everywhere by Xisco Fauli · 3 years, 6 months ago
- 18715f6 remove unnecessary sequenceToContainer by Noel Grandin · 4 years ago
- e4f1a6b Just use Any ctor instead of makeAny in sccomp by Stephan Bergmann · 4 years ago
- 73ef2f6 tdf#139734 removing redundant asserts after MacrosTest::loadFromDesktop by pragat-pandya · 4 years, 2 months ago
- 14001bc Recheck modules s[a-c]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
- b8a801d Disallow multiple component files per library by Jan-Marek Glogowski · 4 years, 4 months ago
- db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
- fb308c1 Fix --disable-scripting for DESKTOP build by Jan-Marek Glogowski · 4 years, 11 months ago
- 881ea76 Prepare for removal of non-const operator[] from Sequence in sccomp by Mike Kaganski · 4 years, 5 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- 26cfb57 use Helper_optional SCRIPTING for libs that don't exist if --disable-scripting by Caolán McNamara · 4 years, 8 months ago
- 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
- 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
- 999136c cid#1486008 Explicit null dereferenced by Caolán McNamara · 4 years, 10 months ago
- 0771ac0 use string_view in the Translate API by Noel Grandin · 4 years, 10 months ago
- 5897a97 Simplify Sequences initializations (sccomp) by Julien Nabet · 4 years, 10 months ago
- fe66c4e fix leak in solver test by Noel Grandin · 4 years, 10 months ago
- 192d761 don't leak on error path in Coin solver by Noel Grandin · 4 years, 11 months ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 24552a0 tdf#124176 Use pragma once in s* by Vincent LE GARREC · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
- bf4bbc3 replace std::max(std::min()) with std::clamp by Noel · 5 years ago
- 2d15039 tdf#135211: fix crash Swarm Non Linear Solver with blank input by Julien Nabet · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
- 5bc4d69 Upcoming loplugin:elidestringvar: sccomp by Stephan Bergmann · 6 years ago
- 8070e2f Revert "loplugin:constfields in scaddins,sccomp" by Noel Grandin · 6 years ago
- b5bde19 remove some unused local vars by Noel Grandin · 6 years ago
- b8f0263 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
- 1be03e4 tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Yusuf Keten · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- bdc8fda loplugin:constmethod in sc by Noel Grandin · 7 years ago
- ff6e8c7 loplugin:constvars in sccomp..sd by Noel Grandin · 7 years ago
- f23f9d3 loplugin:sequenceloop in scaddins..scripting by Noel Grandin · 7 years ago
- 6cdaaea Improved loplugin:stringconstant (now that GCC 7 supports it): sccomp by Stephan Bergmann · 7 years ago
- 5ba84c3 Simplify Sequence iterations in scaddins, sccomp, scripting by Arkadiy Illarionov · 7 years ago
- 77450fa1 tdf#42949 Fix IWYU warnings in sccomp/ by Gabor Kelemen · 7 years ago
- 5082a2b o3tl::make_unique -> std::make_unique in include/ & o3tl/ by Gabor Kelemen · 7 years ago
- 938012a Fix order of CPPUNIT_ASSERT_EQUAL expected vs. actual arguments by Stephan Bergmann · 7 years ago
- b38e690 Simplify containers iterations in scaddins, sccomp, scripting by Arkadiy Illarionov · 7 years ago
- c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
- 41eeaac loplugin:oncevar by Noel Grandin · 7 years ago
- 1ab27f9 loplugin:constfields in scaddins,sccomp by Noel Grandin · 7 years ago
- 2bfc7d4 loplugin:useuniqueptr in CoinMPSolver by Noel Grandin · 8 years ago
- 578e4ec sccomp: Reserve enough space at once for micro-optimization by Takeshi Abe · 8 years ago
- f3a2a20 tdf#42949 Fix IWYU warnings in include/sal/ by Gabor Kelemen · 8 years ago
- 7ab34b5 loplugin:redundantcast improvements for floating-integer conversions by Stephan Bergmann · 8 years ago
- 0d26570 swarm: don't assert the result in testUnconstrained by Tomaž Vajngerl · 8 years ago
- 08ab1f4 loplugin:oncevar extend to tools/gen.hxx types by Noel Grandin · 8 years ago
- 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
- 101a79c lokdialog: Allow switching language of some of the ResMgr's. by Jan Holesovsky · 8 years ago
- 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
- 26c1408 sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASAN by Michael Stahl · 8 years ago
- 0c3444c Weaken SwarmSolverTest::testUnconstrained even further for now by Stephan Bergmann · 8 years ago
- 1fa761a Ridiculously large delta for SwarmSolverTest::testUnconstrained for now by Stephan Bergmann · 8 years ago
- b3f7661 clang-format fixes by Miklos Vajna · 8 years ago
- 495d25bf CppunitTest_swarm_solver_test also consistently fails for UBSan build by Stephan Bergmann · 8 years ago
- 42a62d4 Make CppunitTest name consistent with file name by Stephan Bergmann · 8 years ago
- fda2ee3 WaE: -Werror=unused-function by Caolán McNamara · 8 years ago
- 86b8c06 Fix typos by Andrea Gelmini · 8 years ago
- f433253 iOS reactivated swarmsolver by jan Iversen · 8 years ago
- 4cc86c8 Remove include config_lgpl.h from SwarmSolver, license is MPLv2 by Tomaž Vajngerl · 8 years ago
- 84cbd41 we now get a solver lib even without lpsolve or coinmp by Caolán McNamara · 8 years ago
- 0ee2bd1 iOS, swarmsolver workaround by jan Iversen · 8 years ago
- 08404bb Swarm based (uses PSO or DE) experimental non-linear solver by Tomaž Vajngerl · 8 years ago
- 203c989 loplugin:includeform: sccomp by Stephan Bergmann · 8 years ago
- 2651df5 sccomp_lpsolver -> sccomp_solver by Rene Engelhard · 9 years ago
- b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
- 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
- da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- 7662e92 loplugin:redundantcast find cstyle double casts by Noel Grandin · 9 years ago
- b5fb595 change the solver test to explicitly test the available solvers by Tomaž Vajngerl · 9 years ago
- 9a22e96 Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
- 2489000 loplugin:useuniqueptr extend to check local vars by Noel Grandin · 9 years ago
- e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
- 2e85ce9 loplugin:unnecessaryoverride (dtors) in sccomp by Stephan Bergmann · 9 years ago
- 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
- 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
- a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
- 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
- d61d47ad loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
- d95a27f com::sun::star->css in scaddins,sccomp,scripting by Noel Grandin · 10 years ago
- b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago