summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-07Refactor expandMacros somewhat...Stephan Bergmann1-52/+51
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini8-67/+79
2012-06-29Remove include guardsThomas Arnhold1-9/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold4-8/+0
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2-120/+2
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-5/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+7
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák1-4/+7
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák1-0/+2
2012-04-02sal: reduce allocation thrash in URI encode / decodeMichael Meeks1-4/+4
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks6-45/+53
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák1-1/+1
2012-03-30sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks2-13/+51
2012-03-28these VALGRIND allocator annotations never worked for me, just busted memcheckCaolán McNamara3-83/+0
2012-03-26Hardcode default inifile as /assets/rc on AndroidTor Lillqvist1-1/+7
2012-03-23removed duplicate includes in salTakeshi Abe3-5/+0
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist1-0/+50