summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2015-10-01Revert "by default use the system memory allocator"Markus Mohrhard
2015-09-28by default use the system memory allocatorMarkus Mohrhard
2015-09-18valgrind: memleak in randompoolCaolán McNamara
2015-07-21loplugin:cstylecastNoel Grandin
2015-07-20use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud
2015-07-07performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-26Add optimized OUString += literal overloadStephan Bergmann
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
2015-05-29loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-31loplugin:redundantcastStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02Turn function-like macro into true functionStephan Bergmann
2015-03-02typoStephan Bergmann
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-12coverity#1268298 mark up codeCaolán McNamara
2015-02-08make this a comment a coverity quellerCaolán McNamara
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara
2015-02-06Remove bogus assertsStephan Bergmann
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-20Missing constStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2015-01-16rtl_arena_alloc must never obey AMode_SYSTEMStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan 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-19constants via #define must be integer if used in #if statementChristian Lohmaier
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
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-20Introduce OStringBuffer::appendUninitializedStephan Bergmann