summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski2018-09-273-0/+44
* loplugin:external (clang-cl)Stephan Bergmann2018-09-247-11/+12
* New loplugin:externalStephan Bergmann2018-09-1725-75/+75
* These rtl_hash* functions appear to never have been exported from salStephan Bergmann2018-09-142-15/+12
* loplugin:simplifyconstruct in reportdesign..saxNoel Grandin2018-09-101-1/+1
* clang-tidy bugprone-sizeof-expressionNoel Grandin2018-09-081-2/+2
* -Werror,-Wformat (clang-cl)Stephan Bergmann2018-09-081-4/+3
* Cppcheck: release the handle that CreateThread returnsMike Kaganski2018-09-071-1/+5
* clang-tidy bugprone-use-after-moveNoel Grandin2018-09-071-2/+2
* Cppcheck: reduce variable scopeMike Kaganski2018-09-071-2/+1
* -Werror,-Wunused-parameterStephan Bergmann2018-08-311-0/+1
* Remove redundant asserts after newMike Kaganski2018-08-301-5/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-292-3/+3
* sal: use correct settings path for HaikuKacper Kasper2018-08-291-1/+34
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-3/+4
* Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski2018-08-292-91/+19
* directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin2018-08-2723-105/+106
* rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann2018-08-234-3/+234
* Make OUStringLiteral ctor actually constexprStephan Bergmann2018-08-212-0/+4
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-202-22/+15
* Fix typosAndrea Gelmini2018-08-191-2/+2
* Fix typo: s/an other/another/gAndrea Gelmini2018-08-154-5/+5
* Fix typosAndrea Gelmini2018-08-131-1/+1
* Fix typosAndrea Gelmini2018-08-101-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0614-0/+14
* loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin2018-08-061-999/+862
* coverity#1438194 silence Resource leakCaolán McNamara2018-08-021-4/+9
* [API CHANGE] add some more asserts to the string functionsNoel Grandin2018-08-023-385/+14
* Use memcpy for string ImplNewCopy functionsNoel Grandin2018-08-021-8/+3
* Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann2018-08-022-30/+20
* Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2018-08-012-127/+12
* Dead assignmentStephan Bergmann2018-08-011-1/+1
* Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann2018-08-014-1044/+39
* the custom SAL allocator is no longer usedNoel Grandin2018-07-317-677/+7
* avoid writing StringBuffer twiceNoel Grandin2018-07-304-13/+33
* bChanged can be boolNoel Grandin2018-07-291-6/+6
* Use memmove in trim_WithLengthNoel Grandin2018-07-291-11/+2
* optimise newFromStr functionsNoel Grandin2018-07-291-14/+2
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-275-12/+13
* Related: rhbz#1602589 silence leaked_storageCaolán McNamara2018-07-271-0/+1
* loplugin:returnconstant in sal,l10ntools,sotNoel Grandin2018-07-261-4/+4
* Missing includes (--disable-pch)Stephan Bergmann2018-07-232-0/+2
* ofz#9507 wrong start point for Johab block 59Caolán McNamara2018-07-231-1/+1
* tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen2018-07-102-0/+2
* tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2018-07-084-25/+4
* Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann2018-06-292-3/+3
* Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist2018-06-291-10/+15
* tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen2018-06-283-0/+3
* Don't reset signal that hasn't been setStephan Bergmann2018-06-211-1/+4
* Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist2018-06-193-2/+17