summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2-13/+16
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann5-17/+17
2018-10-05use std::unordered_map in localeNoel Grandin1-189/+23
2018-09-17New loplugin:externalStephan Bergmann3-4/+4
2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann1-8/+12
2018-09-07Cppcheck: reduce variable scopeMike Kaganski1-2/+1
2018-08-31-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+4
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin9-41/+42
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann1-3/+161
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-6/+13
2018-08-02Use memcpy for string ImplNewCopy functionsNoel Grandin1-8/+3
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann1-28/+18
2018-08-01Dead assignmentStephan Bergmann1-1/+1
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann3-1040/+39
2018-07-31the custom SAL allocator is no longer usedNoel Grandin4-667/+7
2018-07-30avoid writing StringBuffer twiceNoel Grandin4-13/+33
2018-07-29bChanged can be boolNoel Grandin1-6/+6
2018-07-29Use memmove in trim_WithLengthNoel Grandin1-11/+2
2018-07-29optimise newFromStr functionsNoel Grandin1-14/+2
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2-4/+4
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen1-0/+1
2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke1-1/+1
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-6/+4
2018-05-28loplugin:unusedfieldsNoel Grandin1-2/+0
2018-05-28loplugin:unusedmethodsNoel Grandin2-19/+0
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-1/+2
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+5
2018-05-17Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann1-4/+0
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann4-100/+7
2018-04-27loplugin:constantparamNoel Grandin4-7/+7
2018-04-20loplugin:constantparamNoel Grandin3-5/+5
2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-4/+3
2018-04-16cppcheck: variableScope & unreadVariableMuhammet Kara1-1/+1
2018-03-02Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann1-0/+3
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-14/+0
2018-01-30Typ-o negativIlmari Lauhakangas1-3/+3
2018-01-29Translate German variable nameJohnny_M1-3/+3
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann1-0/+4
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-4/+4
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann1-0/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann3-17/+17
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-17tdf#114939 sal: document the bug in endSHA()Michael Stahl1-0/+2
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-01-16sal: try to fix Android build, no std::roundMichael Stahl1-0/+1
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl1-1/+1
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers1-0/+3