summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* Further clean-up related to removed library unloading featureStephan Bergmann2013-04-161-68/+8
* API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan2013-04-161-363/+1
* Introduce characters utilities in rtl/character.hxxArnaud Versini2013-04-102-29/+10
* WaE: unused variable 'insertion'Tor Lillqvist2013-04-081-0/+1
* Must percent-escape the APP_DATA_DIRTor Lillqvist2013-03-311-1/+1
* Hopefully _BSD_SOURCE not needed anywhere for MAP_ANONStephan Bergmann2013-03-271-1/+0
* No need for a template hereStephan Bergmann2013-03-261-39/+31
* Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann2013-03-261-2/+22
* Handle oveflow in O(U)String::toInt() functionsZolnai Tamás2013-03-251-0/+8
* coverity#704247 Logically dead codeJulien Nabet2013-03-231-4/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-9/+5
* Cleanup static and inline usage in alloc_impl.Arnaud Versini2013-03-043-119/+64
* Bin pointless single-child directory levelTor Lillqvist2013-02-2231-0/+0
* Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist2013-02-221-1/+1
* Remove mis-optimizationStephan Bergmann2013-02-161-2/+1
* Some cppcheck cleaningJulien Nabet2013-02-081-3/+1
* Use SAL_STRINGIFYStephan Bergmann2013-02-041-6/+2
* add OUString::toUInt64()David Ostrovsky2013-02-041-70/+83
* cleanups for number() string functionLuboš Luňák2013-01-281-0/+45
* Simplify codeStephan Bergmann2013-01-141-29/+12
* Handle APP_DATA_DIR for iOS, tooTor Lillqvist2013-01-061-0/+8
* don't use shared empty string if extra space is to be allocatedLuboš Luňák2012-12-191-1/+1
* fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks2012-12-181-2/+2
* API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini2012-12-171-55/+0
* #define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák2012-12-101-1/+1
* mvoe rtl_(u)string_alloc to salLuboš Luňák2012-12-061-0/+11
* acquire on the shared empty string does nothingLuboš Luňák2012-12-061-1/+0
* rtl_(u)String_ensureCapacityLuboš Luňák2012-12-061-0/+23
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-282-2/+2
* Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for AndroidTor Lillqvist2012-11-221-0/+12
* Use correct variable in the iOS and Android casesTor Lillqvist2012-11-211-4/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-11-2132-725/+464
* Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks2012-11-211-243/+428
* Some white-space clean-upStephan Bergmann2012-11-061-10/+10
* More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza2012-10-171-14/+0
* use consistently sal.osl and sal.rtl as log areasLuboš Luňák2012-10-134-19/+19
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-3/+3
* Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin2012-10-091-1/+9
* update string copy semantics to be undefined in a non-crashing way.Michael Meeks2012-10-021-0/+23
* Remove internal usage of rtl/memory.h in sal moduleArnaud Versini2012-10-017-13/+6
* sal: uri.cxx: deploy some assertsMichael Stahl2012-09-261-19/+15
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-6/+6
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-172-4/+4
* remove use of SAL_MIN() macroNorbert Thiebaud2012-09-142-3/+6
* remove SAL_MAX() macros and few usersNorbert Thiebaud2012-09-142-6/+25
* Remove some dead assignements in sal/cipher.cxxOlivier Hallot2012-08-141-4/+0
* Refactor expandMacros somewhat...Stephan Bergmann2012-08-071-52/+51
* Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2012-07-278-67/+79