summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2018-09-17New loplugin:externalStephan Bergmann25-75/+75
2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann2-15/+12
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin1-1/+1
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin1-2/+2
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann1-4/+3
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+5
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin1-2/+2
2018-09-07Cppcheck: reduce variable scopeMike Kaganski1-2/+1
2018-08-31-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2018-08-30Remove redundant asserts after newMike Kaganski1-5/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-3/+3
2018-08-29sal: use correct settings path for HaikuKacper Kasper1-1/+34
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+4
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski2-91/+19
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