summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Clean up makefilesThomas Arnhold10-78/+1
2011-02-04Put this two includes backFridrich Štrba1-0/+2
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba2-4/+4
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba6-67/+7
2011-02-03Use rtl::Allocator in MSVC hash containersFridrich Strba3-4/+13
2011-02-03include MSVC STL code pathFridrich Strba5-0/+47
2011-02-01Clean up makefilesThomas Arnhold1-2/+4
2011-02-01Remove RCS informationThomas Arnhold8-8/+8
2011-01-31Remove RCS lines.Thomas Arnhold1-2/+0
2011-01-31Revert "Temporary revert to compile on Windows XP"Fridrich Štrba1-6/+1
2011-01-29Temporary revert to compile on Windows XPJesús Corrius1-1/+6
2011-01-29cppcheck: remove unused variable strLen.Thomas Arnhold1-11/+1
2011-01-29that decrement doesn't look rightCaolán McNamara1-1/+2
2011-01-28Fix interlck.c to work on Mac OS again...Joseph Powers1-9/+30
2011-01-28further simplify old-style interlocked inc/decMichael Meeks1-26/+14
2011-01-28use gcc builtins for POWERPC and ARM cases if we have GCCJani Monoses1-34/+3
2011-01-27Revert "Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2"Tor Lillqvist1-1/+1
2011-01-27These files are C, not C++Tor Lillqvist2-2/+2
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