summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+2
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-4/+4
* Fix race in test codeStephan Bergmann2018-11-131-2/+5
* Fix typoAndrea Gelmini2018-11-111-3/+3
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* 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
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-5/+2
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-30/+19
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-3/+0
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-4/+4
* Fix build on HaikuKacper Kasper2018-11-014-2/+8
* Translate German commentsJohnny_M2018-10-313-11/+11
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-6/+0
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-5/+3
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-12/+6
* 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-2461-1787/+1764
* dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist2018-10-231-1/+21
* Remove line commented out since 2004Tor Lillqvist2018-10-221-2/+0
* tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski2018-10-211-14/+47
* tdf#120703 (PVS)Mike Kaganski2018-10-211-43/+63
* use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2018-10-202-13/+16
* Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist2018-10-1911-106/+586
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-13/+7
* 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-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