summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2021-04-12Use more std libMike Kaganski
2021-04-12Unify on std::basic_string_view for indexOfStrMike Kaganski
2021-04-10use std lib for sal_Unicode version of indexOfChar_WithLengthNoel Grandin
2021-04-10use std lib for O[U]String indexOfStrNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
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