summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2013-06-06Revert overflow checks in O[U]String::toInt{32,64} againStephan Bergmann1-24/+0
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
2013-02-04add OUString::toUInt64()David Ostrovsky1-70/+83
2013-01-28cleanups for number() string functionLuboš Luňák1-0/+45
2013-01-14Simplify codeStephan Bergmann1-29/+12
2013-01-06Handle APP_DATA_DIR for iOS, tooTor Lillqvist1-0/+8
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák1-1/+1
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks1-2/+2
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini1-55/+0
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák1-1/+1
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-0/+11
2012-12-06acquire on the shared empty string does nothingLuboš Luňák1-1/+0
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák1-0/+23
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2-2/+2
2012-11-22Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for AndroidTor Lillqvist1-0/+12
2012-11-21Use correct variable in the iOS and Android casesTor Lillqvist1-4/+4
2012-11-21re-base on ALv2 code. Includes:Michael Meeks32-725/+464
2012-11-21Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks1-243/+428
2012-11-06Some white-space clean-upStephan Bergmann1-10/+10
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza1-14/+0
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák4-19/+19
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin1-1/+9
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks1-0/+23
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini7-13/+6
2012-09-26sal: uri.cxx: deploy some assertsMichael Stahl1-19/+15
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-6/+6
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2-4/+4
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud2-3/+6
2012-09-14remove SAL_MAX() macros and few usersNorbert Thiebaud2-6/+25
2012-08-14Remove some dead assignements in sal/cipher.cxxOlivier Hallot1-4/+0