Age | Commit message (Expand) | Author |
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 |
2018-08-30 | Remove redundant asserts after new | Mike Kaganski |
2018-08-29 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-29 | sal: use correct settings path for Haiku | Kacper Kasper |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-29 | Use ConvertSidToStringSidW instead of composing SID string manually | Mike Kaganski |
2018-08-27 | directly use malloc/free in sal, instead of rtl_allocateMemory/etc | Noel Grandin |
2018-08-23 | rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h | Stephan Bergmann |
2018-08-21 | Make OUStringLiteral ctor actually constexpr | Stephan Bergmann |
2018-08-20 | Simplify containers iterations, tdf#96099 follow-up | Arkadiy Illarionov |
2018-08-19 | Fix typos | Andrea Gelmini |
2018-08-15 | Fix typo: s/an other/another/g | Andrea Gelmini |
2018-08-13 | Fix typos | Andrea Gelmini |
2018-08-10 | Fix typos | Andrea Gelmini |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-08-06 | loplugin:useuniqueptr in sal/qa/OStringBuffer | Noel Grandin |
2018-08-02 | coverity#1438194 silence Resource leak | Caolán McNamara |
2018-08-02 | [API CHANGE] add some more asserts to the string functions | Noel Grandin |
2018-08-02 | Use memcpy for string ImplNewCopy functions | Noel Grandin |
2018-08-02 | Revert rtl_alloc_preInit back to boolean argument | Stephan Bergmann |
2018-08-01 | Replace rtl_cache_alloc/free with rtl_allocate/freeMemory | Stephan Bergmann |
2018-08-01 | Dead assignment | Stephan Bergmann |
2018-08-01 | Remove "officially dead now" rtl_cache slab allocator mechanism | Stephan Bergmann |
2018-07-31 | the custom SAL allocator is no longer used | Noel Grandin |
2018-07-30 | avoid writing StringBuffer twice | Noel Grandin |