summaryrefslogtreecommitdiffstats
path: root/sal/rtl
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák2012-03-051-1/+9
* check that *ascii* string functions are really passed only ASCIILuboš Luňák2012-03-051-6/+29
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-1/+2
* Various string function clean upStephan Bergmann2012-02-152-0/+237
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-8/+10
* Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann2012-01-151-0/+6
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-021-5/+5
* WaE: add a space to tell SLED-11 gcc that we know what we're doingCaolán McNamara2011-12-211-1/+1
* WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan2011-12-191-1/+1
* -Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2011-12-191-1/+1
* sal: convert to gbuildMatúš Kukan2011-12-191-126/+0
* fix crash for std::numeric_limits<int>::min() in our math lib implMarkus Mohrhard2011-12-141-1/+3
* warn about massive allocsCaolán McNamara2011-12-131-0/+7
* Remove uses of charAtAugust Sodora2011-12-011-1/+1
* OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann2011-11-303-208/+182
* Removed unused sal/inc/internal/once.h.Stephan Bergmann2011-11-304-4/+0
* remove include of pch header from salNorbert Thiebaud2011-11-279-17/+0
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-4/+0
* ditch dbg_dumpCaolán McNamara2011-11-242-100/+0