summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove include guardsThomas Arnhold2012-06-291-9/+0
* Remove some unused defines and controlsThomas Arnhold2012-06-294-8/+0
* fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2012-05-242-120/+2
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-5/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-061-4/+7
* warn on \0 embedded in string literals, after allLuboš Luňák2012-04-021-0/+2
* sal: reduce allocation thrash in URI encode / decodeMichael Meeks2012-04-021-4/+4
* sal: expose more stringbuffer related instrumentation pointsMichael Meeks2012-04-026-45/+53
* no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák2012-03-301-1/+1
* sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks2012-03-302-13/+51
* these VALGRIND allocator annotations never worked for me, just busted memcheckCaolán McNamara2012-03-283-83/+0
* Hardcode default inifile as /assets/rc on AndroidTor Lillqvist2012-03-261-1/+7
* removed duplicate includes in salTakeshi Abe2012-03-233-5/+0
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-211-0/+50
* Need the weird vnd.sun.star.pathname: prefixTor Lillqvist2012-03-211-1/+1
* Simply hardcode the inifile as "rc" in the app bundle directory on iOSTor Lillqvist2012-03-211-0/+16
* Clean up OSL_TRACE output a little bitTor Lillqvist2012-03-211-3/+3
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-131-1/+0
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-122-35/+38
* rtl_uString_newFromLiteral() for string literalsLuboš Luňák2012-03-121-5/+32