summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-084-5/+5
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski2018-12-041-1/+1
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-296-7/+7
* improve function-local statics in salNoel Grandin2018-11-223-25/+6
* tdf#120703 PVS: silence a V555Mike Kaganski2018-11-101-1/+1
* Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist2018-11-101-0/+2
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-3/+0
* Fix build on HaikuKacper Kasper2018-11-014-2/+8
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-6/+0
* Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist2018-10-241-2/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2419-159/+159
* dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist2018-10-231-1/+21
* tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski2018-10-211-14/+47
* tdf#120703 (PVS)Mike Kaganski2018-10-211-43/+63
* Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist2018-10-1911-106/+586
* loplugin:staticvar in hwpfilter..salNoel Grandin2018-10-181-1/+1
* Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2018-10-162-4/+9
* clang-tidy misc-redundant-expressionNoel Grandin2018-10-151-1/+1
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-129-18/+18
* 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-094-16/+16
* tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski2018-09-272-0/+39
* loplugin:external (clang-cl)Stephan Bergmann2018-09-246-9/+10
* New loplugin:externalStephan Bergmann2018-09-175-19/+19
* -Werror,-Wformat (clang-cl)Stephan Bergmann2018-09-081-4/+3
* Cppcheck: release the handle that CreateThread returnsMike Kaganski2018-09-071-1/+5
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+2
* sal: use correct settings path for HaikuKacper Kasper2018-08-291-1/+34
* Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski2018-08-291-45/+13
* directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin2018-08-2714-64/+64
* Make OUStringLiteral ctor actually constexprStephan Bergmann2018-08-211-0/+1
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-201-6/+1
* Fix typo: s/an other/another/gAndrea Gelmini2018-08-151-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0610-0/+10
* coverity#1438194 silence Resource leakCaolán McNamara2018-08-021-4/+9
* Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2018-08-012-127/+12
* the custom SAL allocator is no longer usedNoel Grandin2018-07-311-1/+0
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-273-8/+9
* 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
* tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen2018-07-101-0/+1