summaryrefslogtreecommitdiff
path: root/sal/rtl/bootstrap.cxx
AgeCommit message (Expand)Author
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist
2022-12-04rtl bootsratp : use enum classArnaud VERSINI
2022-08-05Fix typoStephan Bergmann
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-01Use some more string_viewStephan Bergmann
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-14rtl::Static->thread-safe static in salNoel Grandin
2021-10-18Noop unify style for branchesEmanuel Schorsch
2021-10-15NoOp refactor to make elif clearerEmanuel Schorsch
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-07-31rtl::Static -> static localNoel Grandin
2021-06-21tdf#135316 add small cache to rtl_bootstrap_args_openNoel Grandin
2021-06-21remove now unnecessary commentNoel Grandin
2021-06-21simplify bootstrap_map (tdf#135316 related)Noel Grandin
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann
2020-04-02loplugin:flatten in salNoel Grandin
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2019-02-10tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov
2018-11-22improve function-local statics in salNoel Grandin
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2017-12-03Replace lists by vectors in bootstrap (sal)Julien Nabet
2017-11-10rtl: change nullptr comparisonChris Sherlock
2017-10-23loplugin:includeform: salStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-22rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist