summaryrefslogtreecommitdiff
path: root/sal/rtl/bootstrap.cxx
AgeCommit message (Expand)Author
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
2016-07-08loplugin:redundantcast: redundant static_casts in salStephan Bergmann
2016-04-15fix case when fileName lacks "/MacOS/"Douglas Mencken
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-03-04Probably better to not disable this cache in all debug modesStephan Bergmann
2016-03-04Spurious spacesStephan Bergmann
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-01-26Bin leftover cruftTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2015-01-01error C2039: 'max' : is not a member of 'std'Miklos Vajna
2014-12-29"NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet
2014-12-28try to fix windows buildMarkus Mohrhard
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-05[API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann
2014-11-26Needless indirectionStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist