summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-01-26tweak this slightly differentlyCaolán McNamara1-2/+4
2011-01-26Cpp cleanliness: redundant assignment to selfKenneth Venken5-22/+9
2011-01-25Manipulate also the C runtime's environmentTor Lillqvist1-0/+16
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-7/+10
2011-01-25WaE: remove unused variableDavid Tardon1-2/+2
2011-01-25WaE: remove unused variableDavid Tardon1-3/+0
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara2-7/+1
2011-01-24add since version to new APIMichael Meeks1-0/+2
2011-01-24New method: isEmpty() - Checks if a string is empty.Thomas Arnhold1-0/+14
2011-01-24Kill Win9x code in file.cxxTor Lillqvist1-7/+0
2011-01-24Kill Win9x security codeTor Lillqvist1-116/+67
2011-01-24Kill Win9x mutex codeTor Lillqvist1-98/+11
2011-01-24Drop pipeimpl.obj from SLOFILES, tooTor Lillqvist1-1/+0
2011-01-24Kill Win9x codeTor Lillqvist8-1253/+110
2011-01-23Dont assert in safe situationsTor Lillqvist2-2/+2
2011-01-23Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2Tor Lillqvist1-1/+1
2011-01-22Define SAL_TYPES_SIZEOFPOINTER for x64 WindowsTor Lillqvist1-2/+6
2011-01-22Remove empty description and dates.Thomas Arnhold1-39/+0
2011-01-21cppcheck: misc scope and unused variablesCaolán McNamara3-5/+3
2011-01-21Don't replace equalsAscii() with equalsAsciiL() in measure_oustrings.cxx.Thomas Arnhold1-2/+2
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold3-9/+9
2011-01-17fix documentation typoCaolán McNamara1-1/+1
2011-01-16Initial hacks for 64-bit Windows buildTor Lillqvist3-12/+15
2011-01-15drop two arg one from this test, because it has different semanticsCaolán McNamara1-14/+4
2011-01-15fix test nameCaolán McNamara1-1/+1
2011-01-15and test with a precreated stringCaolán McNamara1-0/+16
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara1-5/+43
2011-01-15add performance comparison test for equalsAscii groupCaolán McNamara1-3/+31
2011-01-14port runtime G_SLICE aware valgrind-friendly allocator over to current implCaolán McNamara2-1724/+134
2011-01-05[opt] play around with callgrind to get repeatable numbersCaolán McNamara2-64/+125
2010-12-26avoid data race with wsupdate threadDavid Tardon1-4/+2
2010-12-23suppress compiler warningDavid Tardon1-2/+2
2010-12-22Remove commented codeAnders Jonsson1-90/+0
2010-12-20tweak this to compare classic and wide versionsCaolán McNamara1-6/+10
2010-12-20WaE: fix c++0x warningsCaolán McNamara1-5/+5
2010-12-19this is perf. test, so OUString::createFromAscii must stay hereDavid Tardon1-4/+4
2010-12-16Handle NetBSD like the other BSDs in more cases.Thomas Klausner1-1/+1
2010-12-15RTL_CONSTASCII_USTRINGPARAM qa/rtl/processJulien Nabet1-5/+4
2010-12-13Remove unhelpful macros from file.hxxAndy Holder1-5/+0
2010-12-12Remove commented out codeAndy Holder1-33/+1
2010-12-12Change unnamedspaced file.hxx macrosAndy Holder6-69/+69
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 5Gert Faller5-17/+17
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 4Gert Faller4-9/+9
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller35-558/+558
2010-12-10Don't export unicows.lib functionsJesús Corrius1-9/+0
2010-12-09Remove references to unicows.dllJesús Corrius2-4/+0
2010-12-09cppcheck: scope of these variables can be reducedCaolán McNamara1-2/+4
2010-12-08Remove obsolete Windows kill utilityJesús Corrius4-460/+1
2010-12-08Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCIICaolán McNamara3-4/+28
2010-12-06Replace all occured, occurance etc.Takeshi Abe26-65/+65