summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2018-10-162-4/+9
* clang-tidy misc-redundant-expressionNoel Grandin2018-10-152-2/+2
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-1220-95/+95
* More SAL_INFO("sal.file", ...) tweaksTor Lillqvist2018-10-123-13/+92
* Further SAL_INFO("sal.file",...) tweaksTor Lillqvist2018-10-113-28/+83
* Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist2018-10-111-2/+2
* Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist2018-10-111-2/+6
* Do the SAL_INFO() also in the special 'good' ENOENT caseTor Lillqvist2018-10-111-3/+3
* Add SAL_INFO for the open() call in oslDoCopyFile()Tor Lillqvist2018-10-111-0/+3
* Tweak check for nonexistent file on iOSTor Lillqvist2018-10-111-1/+9
* Add more SAL_INFO("sal.file", ...) calls to trace actual file operationsTor Lillqvist2018-10-111-16/+32
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-0915-59/+59
* use std::unordered_map in localeNoel Grandin2018-10-051-189/+23
* 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