summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2021-05-18tdf#126742 make Windows file handling more unx-likeArmin Le Grand (Allotropia)
2020-05-05Fix problems when running a sandboxed LO as X.app/Contents/MacOS/sofficeTor Lillqvist
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-12-03WIN accept single-backslash file URIsJan-Marek Glogowski
2019-11-20ofz#19010 wrong start of rangeCaolán McNamara
2019-11-12Silence -Werror=sign-compare (--enable-cipher-openssl-backend)Stephan Bergmann
2019-11-11simplify OUString constructionNoel Grandin
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-23-Werror,-Wdeprecated-volatile (clang-cl)Stephan Bergmann
2019-10-23Reinstate CppunitTest_sal_rtlStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-20Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-18cid#1448512 silence Out-of-bounds accessCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14Fix misuse of OStringLiteralStephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin
2019-10-10DestFileExists should be boolStephan Bergmann
2019-10-09cid#1453854 silence Time of check time of useCaolán McNamara
2019-10-07cid#1448512 silence bogus Out-of-bounds accessCaolán McNamara
2019-10-01loplugin:data (clang-cl)Stephan Bergmann
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann
2019-09-16Simplify forced memory readsStephan Bergmann
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann
2019-09-10Fix typosAndrea Gelmini
2019-09-10tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna
2019-09-06Fix typo in comment (ASCII 0x42 is "B")Stephan Bergmann
2019-09-06Fixing "...."Andrea Gelmini
2019-09-05Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann
2019-09-05Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann
2019-09-05Use OUString in osl_getNextDirectoryItemStephan Bergmann
2019-09-05Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann
2019-09-05Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann
2019-09-01Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAllocCaolán McNamara
2019-08-30Blind fix for Android, take twoStephan Bergmann