summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2021-02-16tdf#137208 Assume that dladdr provides an absolute pathnameStephan Bergmann1-14/+14
2021-02-16Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" codeStephan Bergmann1-7/+0
2021-02-15Do not remove '/' when it's the only character in the pathMike Kaganski1-1/+1
2021-02-15Reuse known length of the temp dir pathMike Kaganski1-7/+4
2021-02-12Make sure osl_getTempDirURL result doesn't end with / also on unxMike Kaganski1-1/+4
2021-02-12Make sure to resolve symlinks in temp path in path testsMike Kaganski1-0/+3
2021-02-10Fix creation of some OUString from non-ASCII ordinary string literalsStephan Bergmann1-2/+2
2021-02-10use zlib crc32() rather our own implementationLuboš Luňák2-116/+13
2021-02-10Be a bit more verbose in that crappy test codeStephan Bergmann1-1/+1
2021-02-10Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL libraryStephan Bergmann1-1/+1
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann1-18/+14
2021-02-09loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl)Stephan Bergmann1-2/+2
2021-02-09report what value was found in messageCaolán McNamara1-3/+2
2021-02-08Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann7-1955/+4829
2021-02-05Revert "Fix typo in code"Stephan Bergmann3-11/+11
2021-02-05osl_File checks: creation in root can also fail because of read-only filesystemChristian Lohmaier1-1/+1
2021-02-04Fix typo in codeAndrea Gelmini3-11/+11
2021-02-03Enable previously disabled file and directory testsMike Kaganski1-476/+248
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski2-96/+199
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski1-2/+2
2021-01-31Fix typosAndrea Gelmini1-2/+2
2021-01-31Use C++ thread_local instead of Tls* WinAPIMike Kaganski3-31/+10
2021-01-30Simplify osl_getGlobalMutex to use function-local staticMike Kaganski6-69/+21
2021-01-30Reinstate still relevant bits of commentMike Kaganski1-2/+5
2021-01-30Use function-local static Mutex here instead of global CRITICAL_SECTIONMike Kaganski3-13/+10
2021-01-30Don't change process current directory in osl_getAbsoluteFileURLMike Kaganski4-58/+76
2021-01-29Use OUString and its fast concat instead of C string manipulationMike Kaganski1-17/+7
2021-01-29Use MutexGuard instead of direct oslMutex manipulationsMike Kaganski1-19/+14
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-4/+4
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-6/+7
2021-01-17cppcheck: zerodivcondJulien Nabet1-1/+1
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist1-19/+0
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist1-0/+19
2021-01-10fix coverity parse errorsCaolán McNamara1-9/+9
2021-01-10Missing include guard in new sal/rtl/strtmpl.hxxStephan Bergmann1-0/+2
2021-01-10Replace strtmpl.cxx with actual C++ templates in strtmpl.hxxMike Kaganski3-498/+1112
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-9/+9
2020-12-23Use char16_t string literalsStephan Bergmann1-10/+10
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann1-9/+9
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke1-61/+67
2020-12-18Replace log2() call with parts.exponent-1023, tdf#138360 follow-upEike Rathke1-3/+4
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann1-0/+8
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-5/+14
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann3-3/+17
2020-12-10Do not call GetAddrInfoW if we just want the hostnameSamuel Mehrbrodt1-32/+8
2020-12-08Tighten rtl_{string,uString}_newFromStr_WithLength implementationStephan Bergmann1-1/+2
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann1-1/+1
2020-12-07Revert "Fix osl_Security::getHomeDir test under fakeroot"Stephan Bergmann1-4/+1