Age | Commit message (Expand) | Author |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-11-16 | loplugin:buriedassign in sd..writerfilter | Noel Grandin |
2018-11-13 | Fix race in test code | Stephan Bergmann |
2018-11-11 | Fix typo | Andrea Gelmini |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai |
2018-11-10 | tdf#120703 PVS: silence a V555 | Mike Kaganski |
2018-11-10 | Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOS | Tor Lillqvist |
2018-11-07 | loplugin:collapseif in framework..sal | Noel Grandin |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-03 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-11-01 | gbuild: rename value OS=IOS to OS=iOS | Michael Stahl |
2018-11-01 | Fix build on Haiku | Kacper Kasper |
2018-10-31 | Translate German comments | Johnny_M |
2018-10-28 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-10-28 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-10-27 | tdf#120703 (PVS): V519 The variable is assigned values twice successively | Mike Kaganski |
2018-10-24 | Tell the actual end result and not an intermediate one in the SAL_INFO() | Tor Lillqvist |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-23 | dlsym() typically does not find "main" so use readlink() on /proc/self/exe | Tor Lillqvist |
2018-10-22 | Remove line commented out since 2004 | Tor Lillqvist |
2018-10-21 | tdf#120703 (PVS): handle failed calloc/realloc | Mike Kaganski |
2018-10-21 | tdf#120703 (PVS) | Mike Kaganski |
2018-10-20 | use rtl_secureZeroMemory when we're zeroing temporaries before returning | Caolán McNamara |
2018-10-19 | Introduce UnixErrnoString() and use it in sal/osl/unx | Tor Lillqvist |
2018-10-19 | clang-tidy readability-misleading-indentation | Noel Grandin |
2018-10-18 | loplugin:staticvar in hwpfilter..sal | Noel Grandin |
2018-10-16 | Avoid risk of looking at an errno modified by SAL_INFO() call | Tor Lillqvist |
2018-10-15 | clang-tidy misc-redundant-expression | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-10-12 | More SAL_INFO("sal.file", ...) tweaks | Tor Lillqvist |
2018-10-11 | Further SAL_INFO("sal.file",...) tweaks | Tor Lillqvist |
2018-10-11 | Change {read,write}FileAt() SAL_INFO calls to use a separate log area | Tor Lillqvist |
2018-10-11 | Do the SAL_INFO() for the fsync() call only when we know the result | Tor Lillqvist |
2018-10-11 | Do the SAL_INFO() also in the special 'good' ENOENT case | Tor Lillqvist |
2018-10-11 | Add SAL_INFO for the open() call in oslDoCopyFile() | Tor Lillqvist |
2018-10-11 | Tweak check for nonexistent file on iOS | Tor Lillqvist |
2018-10-11 | Add more SAL_INFO("sal.file", ...) calls to trace actual file operations | Tor Lillqvist |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-05 | use std::unordered_map in locale | Noel Grandin |
2018-09-27 | tdf#119238: keep replaced file's identity when renaming docfile | Mike Kaganski |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-14 | These rtl_hash* functions appear to never have been exported from sal | Stephan Bergmann |
2018-09-10 | loplugin:simplifyconstruct in reportdesign..sax | Noel Grandin |
2018-09-08 | clang-tidy bugprone-sizeof-expression | Noel Grandin |
2018-09-08 | -Werror,-Wformat (clang-cl) | Stephan Bergmann |
2018-09-07 | Cppcheck: release the handle that CreateThread returns | Mike Kaganski |
2018-09-07 | clang-tidy bugprone-use-after-move | Noel Grandin |
2018-09-07 | Cppcheck: reduce variable scope | Mike Kaganski |
2018-08-31 | -Werror,-Wunused-parameter | Stephan Bergmann |