summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-13warn about massive allocsCaolán McNamara1-0/+7
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-30OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann3-208/+182
2011-11-30Removed unused sal/inc/internal/once.h.Stephan Bergmann4-4/+0
2011-11-27remove include of pch header from salNorbert Thiebaud9-17/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-4/+0
2011-11-24ditch dbg_dumpCaolán McNamara2-100/+0
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-3/+3
2011-11-22rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx).Stephan Bergmann1-2/+2
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-2/+7
2011-11-01Moved sal/rtl/source string files from C to C++, for easier maintenance.Stephan Bergmann11-51/+104
2011-11-01Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann8-117/+70
2011-11-01Removed some obsolete register annotations.Stephan Bergmann5-30/+30
2011-11-01Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann10-109/+137
2011-11-01Removed obsolete rtl/tres stuff.Stephan Bergmann2-690/+0
2011-11-01Fixed rtl_getGlobalProcessId implementation (moved from C to C++).Stephan Bergmann1-21/+33
2011-10-25Fix previous commit for non-Valgrind builds.Stephan Bergmann3-5/+7
2011-10-24Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann2-5/+5
2011-10-18Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va...Stephan Bergmann1-1/+1
2011-10-18sal: workaround warnings in valgrind macrosMichael Stahl1-0/+7