summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)AuthorFilesLines
37 hoursloplugin:ostr in sccompNoel Grandin6-19/+19
2024-03-29convert SolverComponent to comphelper::WeakImplHelperNoel Grandin2-10/+8
2024-03-29convert SwarmSolver to comphelper::WeakImplHelperNoel Grandin1-13/+8
2024-03-06Use less boost_headers in low level librariesGabor Kelemen3-9/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-7/+7
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski1-5/+5
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann1-1/+1
2022-10-24UnoApiTest: factor out common codeXisco Fauli1-15/+5
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli1-21/+3
2022-10-14CalcUnoApiTest: Move mxComponent to parent and use it everywhereXisco Fauli1-1/+0
2022-05-06remove unnecessary sequenceToContainerNoel Grandin2-2/+2
2022-05-04Just use Any ctor instead of makeAny in sccompStephan Bergmann1-1/+1
2022-02-28tdf#139734 removing redundant asserts after MacrosTest::loadFromDesktoppragat-pandya1-10/+0
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen2-2/+0
2021-12-21Disallow multiple component files per libraryJan-Marek Glogowski6-45/+29
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-3/+3
2021-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in sccompMike Kaganski3-92/+78
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara1-1/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin6-8/+11
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-5/+5
2021-06-20cid#1486008 Explicit null dereferencedCaolán McNamara1-1/+1
2021-06-17use string_view in the Translate APINoel Grandin3-7/+7
2021-06-09Simplify Sequences initializations (sccomp)Julien Nabet2-16/+8
2021-06-04fix leak in solver testNoel Grandin1-0/+1
2021-05-17don't leak on error path in Coin solverNoel Grandin1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC4-16/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-5/+5
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-0/+3
2020-11-16replace std::max(std::min()) with std::clampNoel1-1/+1
2020-07-28tdf#135211: fix crash Swarm Non Linear Solver with blank inputJulien Nabet1-0/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-8/+9
2020-06-05Upcoming loplugin:elidestringvar: sccompStephan Bergmann1-10/+10
2020-03-12Revert "loplugin:constfields in scaddins,sccomp"Noel Grandin3-4/+6
2020-01-28remove some unused local varsNoel Grandin1-10/+0
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+14
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin1-2/+2
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin3-6/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sccompStephan Bergmann3-3/+3
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov2-24/+18
2019-05-28tdf#42949 Fix IWYU warnings in sccomp/Gabor Kelemen8-20/+19
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen1-1/+0