Age | Commit message (Expand) | Author |
2021-03-15 | Deduplicate trim implementations | Mike Kaganski |
2021-03-12 | Fix typos | Andrea Gelmini |
2021-03-12 | tdf#126742 make Windows file handling more unx-like | Armin Le Grand (Allotropia) |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-04 | Also check number of invocations in the test | Mike Kaganski |
2021-03-04 | The backtrace() etc API is available on macOS and iOS, too | Tor Lillqvist |
2021-03-04 | Improve unit test accuracy | Mike Kaganski |
2021-03-03 | tdf#116983 tdf#136175: retry if failed | Mike Kaganski |
2021-02-27 | Drop ComPtr and use sal::systools::COMReference | Mike Kaganski |
2021-02-16 | tdf#137208 Assume that dladdr provides an absolute pathname | Stephan Bergmann |
2021-02-16 | Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" code | Stephan Bergmann |
2021-02-15 | Do not remove '/' when it's the only character in the path | Mike Kaganski |
2021-02-15 | Reuse known length of the temp dir path | Mike Kaganski |
2021-02-12 | Make sure osl_getTempDirURL result doesn't end with / also on unx | Mike Kaganski |
2021-02-12 | Make sure to resolve symlinks in temp path in path tests | Mike Kaganski |
2021-02-10 | Fix creation of some OUString from non-ASCII ordinary string literals | Stephan Bergmann |
2021-02-10 | use zlib crc32() rather our own implementation | Luboš Luňák |
2021-02-10 | Be a bit more verbose in that crappy test code | Stephan Bergmann |
2021-02-10 | Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL library | Stephan Bergmann |
2021-02-10 | Fix loplugin:stringliteralvar | Stephan Bergmann |
2021-02-09 | loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl) | Stephan Bergmann |
2021-02-09 | report what value was found in message | Caolán McNamara |
2021-02-08 | Remove unneeded breaks | Andrea Gelmini |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-05 | osl_File checks: creation in root can also fail because of read-only filesystem | Christian Lohmaier |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-02-03 | Enable previously disabled file and directory tests | Mike Kaganski |
2021-02-02 | Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURL | Mike Kaganski |
2021-02-01 | Drop FAR/NEAR from 16-bit WinAPI times | Mike Kaganski |
2021-01-31 | Fix typos | Andrea Gelmini |
2021-01-31 | Use C++ thread_local instead of Tls* WinAPI | Mike Kaganski |
2021-01-30 | Simplify osl_getGlobalMutex to use function-local static | Mike Kaganski |
2021-01-30 | Reinstate still relevant bits of comment | Mike Kaganski |
2021-01-30 | Use function-local static Mutex here instead of global CRITICAL_SECTION | Mike Kaganski |
2021-01-30 | Don't change process current directory in osl_getAbsoluteFileURL | Mike Kaganski |
2021-01-29 | Use OUString and its fast concat instead of C string manipulation | Mike Kaganski |
2021-01-29 | Use MutexGuard instead of direct oslMutex manipulations | Mike Kaganski |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-27 | Improve loplugin:stringliteralvar | Stephan Bergmann |
2021-01-17 | cppcheck: zerodivcond | Julien Nabet |
2021-01-15 | OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() | Tor Lillqvist |
2021-01-14 | Introduce startsWithAsciiL() to match endsWithAsciiL() | Tor Lillqvist |
2021-01-10 | fix coverity parse errors | Caolán McNamara |
2021-01-10 | Missing include guard in new sal/rtl/strtmpl.hxx | Stephan Bergmann |
2021-01-10 | Replace strtmpl.cxx with actual C++ templates in strtmpl.hxx | Mike Kaganski |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-23 | Use char16_t string literals | Stephan Bergmann |
2020-12-20 | Remove the OUString vs. std::u16string_view comparison operators again | Stephan Bergmann |