summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2021-03-15Deduplicate trim implementationsMike Kaganski
2021-03-12Fix typosAndrea Gelmini
2021-03-12tdf#126742 make Windows file handling more unx-likeArmin Le Grand (Allotropia)
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-03-04Also check number of invocations in the testMike Kaganski
2021-03-04The backtrace() etc API is available on macOS and iOS, tooTor Lillqvist
2021-03-04Improve unit test accuracyMike Kaganski
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-16tdf#137208 Assume that dladdr provides an absolute pathnameStephan Bergmann
2021-02-16Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" codeStephan Bergmann
2021-02-15Do not remove '/' when it's the only character in the pathMike Kaganski
2021-02-15Reuse known length of the temp dir pathMike Kaganski
2021-02-12Make sure osl_getTempDirURL result doesn't end with / also on unxMike Kaganski
2021-02-12Make sure to resolve symlinks in temp path in path testsMike Kaganski
2021-02-10Fix creation of some OUString from non-ASCII ordinary string literalsStephan Bergmann
2021-02-10use zlib crc32() rather our own implementationLuboš Luňák
2021-02-10Be a bit more verbose in that crappy test codeStephan Bergmann
2021-02-10Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL libraryStephan Bergmann
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-09loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl)Stephan Bergmann
2021-02-09report what value was found in messageCaolán McNamara
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-05osl_File checks: creation in root can also fail because of read-only filesystemChristian Lohmaier
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-03Enable previously disabled file and directory testsMike Kaganski
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski
2021-01-31Fix typosAndrea Gelmini
2021-01-31Use C++ thread_local instead of Tls* WinAPIMike Kaganski
2021-01-30Simplify osl_getGlobalMutex to use function-local staticMike Kaganski
2021-01-30Reinstate still relevant bits of commentMike Kaganski
2021-01-30Use function-local static Mutex here instead of global CRITICAL_SECTIONMike Kaganski
2021-01-30Don't change process current directory in osl_getAbsoluteFileURLMike Kaganski
2021-01-29Use OUString and its fast concat instead of C string manipulationMike Kaganski
2021-01-29Use MutexGuard instead of direct oslMutex manipulationsMike Kaganski
2021-01-28simplify code, use more subView()Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2021-01-17cppcheck: zerodivcondJulien Nabet
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist
2021-01-10fix coverity parse errorsCaolán McNamara
2021-01-10Missing include guard in new sal/rtl/strtmpl.hxxStephan Bergmann
2021-01-10Replace strtmpl.cxx with actual C++ templates in strtmpl.hxxMike Kaganski
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Use char16_t string literalsStephan Bergmann
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann