summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin
2018-09-07Cppcheck: reduce variable scopeMike Kaganski
2018-08-31-Werror,-Wunused-parameterStephan Bergmann
2018-08-30Remove redundant asserts after newMike Kaganski
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29sal: use correct settings path for HaikuKacper Kasper
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-19Fix typosAndrea Gelmini
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2018-08-13Fix typosAndrea Gelmini
2018-08-10Fix typosAndrea Gelmini
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-08-06loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin
2018-08-02coverity#1438194 silence Resource leakCaolán McNamara
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin
2018-08-02Use memcpy for string ImplNewCopy functionsNoel Grandin
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann
2018-08-01Dead assignmentStephan Bergmann
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann
2018-07-31the custom SAL allocator is no longer usedNoel Grandin
2018-07-30avoid writing StringBuffer twiceNoel Grandin
2018-07-29bChanged can be boolNoel Grandin
2018-07-29Use memmove in trim_WithLengthNoel Grandin
2018-07-29optimise newFromStr functionsNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-07-23Missing includes (--disable-pch)Stephan Bergmann
2018-07-23ofz#9507 wrong start point for Johab block 59Caolán McNamara
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-06-29Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2018-06-21Don't reset signal that hasn't been setStephan Bergmann
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist
2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-06-05sal: WNT -> _WIN32Thorsten Behrens