summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
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
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke
2020-12-18Replace log2() call with parts.exponent-1023, tdf#138360 follow-upEike Rathke
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-10Do not call GetAddrInfoW if we just want the hostnameSamuel Mehrbrodt
2020-12-08Tighten rtl_{string,uString}_newFromStr_WithLength implementationStephan Bergmann
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann
2020-12-07Revert "Fix osl_Security::getHomeDir test under fakeroot"Stephan Bergmann