summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2012-12-19don't use shared empty string if extra space is to be allocatedLuboš Luňák
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-22Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for AndroidTor Lillqvist
2012-11-21Use correct variable in the iOS and Android casesTor Lillqvist
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks
2012-11-06Some white-space clean-upStephan Bergmann
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-09Add a 'fromIndex' parameter to OUString::replaceAllNoel Grandin
2012-10-02update string copy semantics to be undefined in a non-crashing way.Michael Meeks
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini
2012-09-26sal: uri.cxx: deploy some assertsMichael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
2012-09-14remove SAL_MAX() macros and few usersNorbert Thiebaud
2012-08-14Remove some dead assignements in sal/cipher.cxxOlivier Hallot
2012-08-07Refactor expandMacros somewhat...Stephan Bergmann
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini
2012-06-29Remove include guardsThomas Arnhold
2012-06-29Remove some unused defines and controlsThomas Arnhold
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák
2012-04-02sal: reduce allocation thrash in URI encode / decodeMichael Meeks
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák
2012-03-30sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks
2012-03-28these VALGRIND allocator annotations never worked for me, just busted memcheckCaolán McNamara
2012-03-26Hardcode default inifile as /assets/rc on AndroidTor Lillqvist
2012-03-23removed duplicate includes in salTakeshi Abe
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-21Need the weird vnd.sun.star.pathname: prefixTor Lillqvist
2012-03-21Simply hardcode the inifile as "rc" in the app bundle directory on iOSTor Lillqvist
2012-03-21Clean up OSL_TRACE output a little bitTor Lillqvist
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák
2012-03-05check that *ascii* string functions are really passed only ASCIILuboš Luňák
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-15Various string function clean upStephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann