summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2014-07-21bool improvementsStephan Bergmann3-6/+6
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-3/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-14Use rtl::StaticStephan Bergmann1-120/+97
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-14/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-12document the use of the strtmpl.cxx and remove unnecessary macro usageNoel Grandin2-22/+29
2013-11-07Name threads for debug purposeArnaud Versini1-0/+2
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara1-6/+6
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann1-0/+4
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke1-0/+6
2013-10-09Fail fast at least in debug buildsStephan Bergmann1-1/+1
2013-10-09Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist1-10/+1
2013-10-08Don't ignore -env: command line parameters in some casesTor Lillqvist1-1/+10
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-8/+0
2013-09-30Clean up rtl/character.hxxStephan Bergmann1-32/+19
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini1-50/+19
2013-09-02MacOSX 10.6 does not like id as a variable nameNorbert Thiebaud1-6/+6
2013-08-30WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist2-7/+7
2013-08-22Various undefined behavior involving signed integersStephan Bergmann1-25/+26
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2-2/+4
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann2-13/+35
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2-35/+13
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-0/+9
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-08-08Add SDT probes for interning rtl_uStrings.Mark Wielaard2-0/+13
2013-08-03Add SDT probes for RTL_LOG_STRING_NEW/DELETE.Mark Wielaard4-4/+29
2013-06-25coverity #982634 and 5 other : Intentional fallthrough in casesNorbert Thiebaud1-0/+8
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-27/+42
2013-06-10mingw64: casting to pointer from narrower integer fixes in salFridrich Štrba2-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-4/+4
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann1-68/+8
2013-04-16API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan1-363/+1
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini2-29/+10
2013-04-08WaE: unused variable 'insertion'Tor Lillqvist1-0/+1
2013-03-31Must percent-escape the APP_DATA_DIRTor Lillqvist1-1/+1
2013-03-27Hopefully _BSD_SOURCE not needed anywhere for MAP_ANONStephan Bergmann1-1/+0
2013-03-26No need for a template hereStephan Bergmann1-39/+31
2013-03-26Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann1-2/+22
2013-03-25Handle oveflow in O(U)String::toInt() functionsZolnai Tamás1-0/+8
2013-03-23coverity#704247 Logically dead codeJulien Nabet1-4/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-9/+5
2013-03-04Cleanup static and inline usage in alloc_impl.Arnaud Versini3-119/+64
2013-02-22Bin pointless single-child directory levelTor Lillqvist31-0/+0
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist1-1/+1
2013-02-16Remove mis-optimizationStephan Bergmann1-2/+1
2013-02-08Some cppcheck cleaningJulien Nabet1-3/+1
2013-02-04Use SAL_STRINGIFYStephan Bergmann1-6/+2