summaryrefslogtreecommitdiff
path: root/sal/rtl/bootstrap.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann1-1/+1
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov1-6/+5
2019-02-10tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov1-15/+1
2018-11-22improve function-local statics in salNoel Grandin1-9/+8
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-21/+11
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-54/+50
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin1-2/+2
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-03Replace lists by vectors in bootstrap (sal)Julien Nabet1-24/+22
2017-11-10rtl: change nullptr comparisonChris Sherlock1-2/+2
2017-10-23loplugin:includeform: salStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-07-22rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock1-167/+241
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: salStephan Bergmann1-1/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-8/+6
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin1-11/+11
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in salStephan Bergmann1-5/+4
2016-04-15fix case when fileName lacks "/MacOS/"Douglas Mencken1-2/+3
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-3/+8
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-03-04Probably better to not disable this cache in all debug modesStephan Bergmann1-6/+1
2016-03-04Spurious spacesStephan Bergmann1-2/+2
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-27/+5
2016-01-26Bin leftover cruftTor Lillqvist1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-35/+35
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann1-7/+6
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann1-2/+2
2015-01-01error C2039: 'max' : is not a member of 'std'Miklos Vajna1-0/+1
2014-12-29"NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet1-1/+2
2014-12-28try to fix windows buildMarkus Mohrhard1-0/+2
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-05[API CHANGE] Remove .link feature from bootstrap variablesStephan Bergmann1-25/+0
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann1-4/+2
2014-11-26Needless indirectionStephan Bergmann1-7/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+5
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-5/+3