summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek6-7/+7
2018-11-22improve function-local statics in salNoel Grandin3-25/+6
2018-11-10tdf#120703 PVS: silence a V555Mike Kaganski1-1/+1
2018-11-10Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist1-0/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+0
2018-11-01Fix build on HaikuKacper Kasper4-2/+8
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+0
2018-10-24Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist1-2/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin19-159/+159
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist1-1/+21
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski1-14/+47
2018-10-21tdf#120703 (PVS)Mike Kaganski1-43/+63
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist11-106/+586
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin1-1/+1
2018-10-16Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2-4/+9
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin9-18/+18
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist3-13/+92
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist3-28/+83
2018-10-11Change {read,write}FileAt() SAL_INFO calls to use a separate log areaTor Lillqvist1-2/+2
2018-10-11Do the SAL_INFO() for the fsync() call only when we know the resultTor Lillqvist1-2/+6
2018-10-11Do the SAL_INFO() also in the special 'good' ENOENT caseTor Lillqvist1-3/+3
2018-10-11Add SAL_INFO for the open() call in oslDoCopyFile()Tor Lillqvist1-0/+3
2018-10-11Tweak check for nonexistent file on iOSTor Lillqvist1-1/+9
2018-10-11Add more SAL_INFO("sal.file", ...) calls to trace actual file operationsTor Lillqvist1-16/+32
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann4-16/+16
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski2-0/+39
2018-09-24loplugin:external (clang-cl)Stephan Bergmann6-9/+10
2018-09-17New loplugin:externalStephan Bergmann5-19/+19
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann1-4/+3
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+5
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+2
2018-08-29sal: use correct settings path for HaikuKacper Kasper1-1/+34
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski1-45/+13
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin14-64/+64
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann1-0/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-6/+1
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen10-0/+10
2018-08-02coverity#1438194 silence Resource leakCaolán McNamara1-4/+9
2018-08-01Replace rtl_cache_alloc/free with rtl_allocate/freeMemoryStephan Bergmann2-127/+12
2018-07-31the custom SAL allocator is no longer usedNoel Grandin1-1/+0
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara3-8/+9
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-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann1-2/+2
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 Kelemen2-0/+2