summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2018-11-11Fix typoAndrea Gelmini1-3/+3
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
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-07loplugin:collapseif in framework..salNoel Grandin1-5/+2
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-30/+19
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+0
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-4/+4
2018-11-01Fix build on HaikuKacper Kasper4-2/+8
2018-10-31Translate German commentsJohnny_M3-11/+11
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+3
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-12/+6
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 Grandin61-1787/+1764
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist1-1/+21
2018-10-22Remove line commented out since 2004Tor Lillqvist1-2/+0
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski1-14/+47
2018-10-21tdf#120703 (PVS)Mike Kaganski1-43/+63
2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2-13/+16
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist11-106/+586
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-13/+7
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 Grandin2-2/+2
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin20-95/+95
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 Bergmann15-59/+59
2018-10-05use std::unordered_map in localeNoel Grandin1-189/+23
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski3-0/+44
2018-09-24loplugin:external (clang-cl)Stephan Bergmann7-11/+12
2018-09-17New loplugin:externalStephan Bergmann25-75/+75
2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann2-15/+12
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin1-1/+1
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin1-2/+2
2018-09-08-Werror,-Wformat (clang-cl)Stephan Bergmann1-4/+3
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+5
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin1-2/+2
2018-09-07Cppcheck: reduce variable scopeMike Kaganski1-2/+1
2018-08-31-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2018-08-30Remove redundant asserts after newMike Kaganski1-5/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-3/+3
2018-08-29sal: use correct settings path for HaikuKacper Kasper1-1/+34