summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2020-05-18android: Get rid of the 'old' vs. Online-based runtime distinction.Jan Holesovsky1-5/+0
2020-05-18android: Hint how to enable fontconfig logging.Jan Holesovsky1-0/+3
2020-05-13tdf#128101 android: fix documents with manual page breakChristian Lohmaier1-7/+17
2020-05-09android: file-cache to improve performance.Michael Meeks1-31/+115
2020-05-06Fix problems when running a sandboxed LO as X.app/Contents/MacOS/sofficeTor Lillqvist1-0/+12
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann4-0/+7
2019-12-03WIN accept single-backslash file URIsJan-Marek Glogowski2-6/+6
2019-11-20ofz#19010 wrong start of rangeCaolán McNamara1-1/+1
2019-11-12Silence -Werror=sign-compare (--enable-cipher-openssl-backend)Stephan Bergmann1-4/+4
2019-11-11simplify OUString constructionNoel Grandin1-1/+1
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin2-6/+24
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-8/+10
2019-10-23-Werror,-Wdeprecated-volatile (clang-cl)Stephan Bergmann1-4/+3
2019-10-23Reinstate CppunitTest_sal_rtlStephan Bergmann1-0/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin5-15/+17
2019-10-20Replace some uses of OUStringChar with string literalsStephan Bergmann1-12/+6
2019-10-18cid#1448512 silence Out-of-bounds accessCaolán McNamara1-1/+1
2019-10-17Remove some memset callsMike Kaganski5-17/+7
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-21/+21
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-6/+4
2019-10-15new loplugin:bufferaddNoel Grandin2-23/+18
2019-10-14Fix misuse of OStringLiteralStephan Bergmann2-0/+6
2019-10-14New loplugin:getstrStephan Bergmann1-4/+4
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin3-6/+6
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin1-0/+3
2019-10-10DestFileExists should be boolStephan Bergmann1-8/+8
2019-10-09cid#1453854 silence Time of check time of useCaolán McNamara1-0/+1
2019-10-07cid#1448512 silence bogus Out-of-bounds accessCaolán McNamara1-0/+1
2019-10-01loplugin:data (clang-cl)Stephan Bergmann3-12/+12
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:stringadd in package..saxNoel Grandin2-32/+30
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák4-23/+51
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann11-240/+509
2019-09-16Simplify forced memory readsStephan Bergmann1-4/+3
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann1-2/+2
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann2-5/+5
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-10tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna1-1/+32
2019-09-06Fix typo in comment (ASCII 0x42 is "B")Stephan Bergmann1-1/+1
2019-09-06Fixing "...."Andrea Gelmini3-3/+3
2019-09-05Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann2-39/+8
2019-09-05Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann4-56/+12
2019-09-05Use OUString in osl_getNextDirectoryItemStephan Bergmann1-9/+7
2019-09-05Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann1-13/+14
2019-09-05Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann2-14/+11
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann2-1/+10
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann11-50/+110
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann13-32/+195