summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin23-105/+106
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann4-3/+234
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann2-0/+4
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2-22/+15
2018-08-19Fix typosAndrea Gelmini1-2/+2
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini4-5/+5
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-10Fix typosAndrea Gelmini1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen14-0/+14
2018-08-06loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin1-999/+862
2018-08-02coverity#1438194 silence Resource leakCaolán McNamara1-4/+9
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin3-385/+14
2018-08-02Use memcpy for string ImplNewCopy functionsNoel Grandin1-8/+3
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann2-30/+20
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2-127/+12
2018-08-01Dead assignmentStephan Bergmann1-1/+1
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann4-1044/+39
2018-07-31the custom SAL allocator is no longer usedNoel Grandin7-677/+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 McNamara5-12/+13
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara1-0/+1
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin1-4/+4
2018-07-23Missing includes (--disable-pch)Stephan Bergmann2-0/+2
2018-07-23ofz#9507 wrong start point for Johab block 59Caolán McNamara1-1/+1
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen2-0/+2
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle4-25/+4
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann2-3/+3
2018-06-29Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist1-10/+15
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen3-0/+3
2018-06-21Don't reset signal that hasn't been setStephan Bergmann1-1/+4
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist3-2/+17
2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke1-1/+1
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov3-43/+34
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-6/+4
2018-06-05sal: WNT -> _WIN32Thorsten Behrens2-6/+6
2018-06-05sal: fix logfile path retrieval from logging.iniThorsten Behrens1-5/+10
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin4-165/+165
2018-05-28loplugin:unusedfieldsNoel Grandin1-2/+0
2018-05-28loplugin:unusedmethodsNoel Grandin2-19/+0
2018-05-22Fix typosAndrea Gelmini1-1/+1
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-05-10sal: log windows traces to debugger console, take twoThorsten Behrens1-4/+0
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens1-0/+8
2018-04-27loplugin:constantparamNoel Grandin4-7/+7