summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Allow making SAL_LOG based output fatalJan-Marek Glogowski2022-03-101-9/+33
* Fix problems when running a sandboxed LO as X.app/Contents/MacOS/sofficeTor Lillqvist2020-05-051-0/+12
* Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2020-01-314-0/+7
* WIN accept single-backslash file URIsJan-Marek Glogowski2019-12-032-6/+6
* ofz#19010 wrong start of rangeCaolán McNamara2019-11-201-1/+1
* Silence -Werror=sign-compare (--enable-cipher-openssl-backend)Stephan Bergmann2019-11-121-4/+4
* simplify OUString constructionNoel Grandin2019-11-111-1/+1
* tdf#125688 speed up load of change-tracking ODSNoel Grandin2019-10-312-6/+24
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-8/+10
* -Werror,-Wdeprecated-volatile (clang-cl)Stephan Bergmann2019-10-231-4/+3
* Reinstate CppunitTest_sal_rtlStephan Bergmann2019-10-231-0/+1
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-215-15/+17
* Replace some uses of OUStringChar with string literalsStephan Bergmann2019-10-201-12/+6
* cid#1448512 silence Out-of-bounds accessCaolán McNamara2019-10-181-1/+1
* Remove some memset callsMike Kaganski2019-10-175-17/+7
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-172-21/+21
* loplugin:stringadd look through a couple more known-good methodsNoel Grandin2019-10-162-6/+4
* new loplugin:bufferaddNoel Grandin2019-10-152-23/+18
* Fix misuse of OStringLiteralStephan Bergmann2019-10-142-0/+6
* New loplugin:getstrStephan Bergmann2019-10-141-4/+4
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-143-6/+6
* round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin2019-10-111-0/+3
* DestFileExists should be boolStephan Bergmann2019-10-101-8/+8
* cid#1453854 silence Time of check time of useCaolán McNamara2019-10-091-0/+1
* cid#1448512 silence bogus Out-of-bounds accessCaolán McNamara2019-10-071-0/+1
* loplugin:data (clang-cl)Stephan Bergmann2019-10-013-12/+12
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2019-10-012-2/+2
* loplugin:stringadd in package..saxNoel Grandin2019-10-012-32/+30
* constmethod for accessor-type methodsNoel Grandin2019-09-291-1/+1
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-244-23/+51
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann2019-09-1711-240/+509
* Simplify forced memory readsStephan Bergmann2019-09-161-4/+3
* -Werror=volatile (GCC 10 trunk)Stephan Bergmann2019-09-161-2/+2
* Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann2019-09-112-5/+5
* Fix typosAndrea Gelmini2019-09-101-1/+1
* tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna2019-09-101-1/+32
* Fix typo in comment (ASCII 0x42 is "B")Stephan Bergmann2019-09-061-1/+1
* Fixing "...."Andrea Gelmini2019-09-063-3/+3
* Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann2019-09-052-39/+8
* Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann2019-09-054-56/+12
* Use OUString in osl_getNextDirectoryItemStephan Bergmann2019-09-051-9/+7
* Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann2019-09-051-13/+14
* Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann2019-09-052-14/+11
* Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann2019-09-052-1/+10
* Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann2019-09-0411-50/+110
* [API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann2019-09-0413-32/+195
* Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann2019-09-032-7/+31
* Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAllocCaolán McNamara2019-09-011-2/+2
* Blind fix for Android, take twoStephan Bergmann2019-08-301-1/+1