summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-21Need the weird vnd.sun.star.pathname: prefixTor Lillqvist1-1/+1
2012-03-21Simply hardcode the inifile as "rc" in the app bundle directory on iOSTor Lillqvist1-0/+16
2012-03-21Clean up OSL_TRACE output a little bitTor Lillqvist1-3/+3
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák1-1/+0
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2-35/+38
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák1-5/+32
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák1-1/+9
2012-03-05check that *ascii* string functions are really passed only ASCIILuboš Luňák1-6/+29
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-1/+2
2012-02-15Various string function clean upStephan Bergmann2-0/+237
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-8/+10
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann1-0/+6
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot1-5/+5
2011-12-21WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara1-1/+1
2011-12-19WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan1-1/+1
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann1-1/+1
2011-12-19sal: convert to gbuildMatúš Kukan1-126/+0
2011-12-14fix crash for std::numeric_limits<int>::min() in our math lib implMarkus Mohrhard1-1/+3