summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Collapse)Author
2011-02-07Remove dead codeThomas Arnhold
2011-02-07use locally built cppunittesterDavid Tardon
2011-02-07actually enable the STL adaptationDavid Tardon
2011-02-07add (pre|post)extstl.h around cppunit headersDavid Tardon
2011-02-07TESTSHL2LIB does not exist anymoreDavid Tardon
2011-02-07Remove unused headerThomas Arnhold
2011-02-07WaE: comparison between signed and unsigned integerDavid Tardon
2011-02-07add (pre|post)extstl.h around cppunit headersDavid Tardon
2011-02-07comment out the failing test case for nowDavid Tardon
2011-02-07use rtl::OStringBuffer for messageDavid Tardon
2011-02-07Removed unnecessary includesWilhelm Pflueger
2011-02-07Re-animated tests that were based on testshl.Wilhelm Pflueger
One test in test_outstring_convert.cxx fails for method rtl::OUString::convertToString().
2011-02-06OSL_DEBUG_LEVEL formattingThomas Arnhold
2011-02-04OString: New method isEmpty()Thomas Arnhold
2011-02-04Clean up makefilesThomas Arnhold
2011-02-04Put this two includes backFridrich Štrba
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba
2011-02-03Use rtl::Allocator in MSVC hash containersFridrich Strba
2011-02-03include MSVC STL code pathFridrich Strba
2011-02-01Clean up makefilesThomas Arnhold
2011-02-01Remove RCS informationThomas Arnhold
2011-01-31Remove RCS lines.Thomas Arnhold
2011-01-31Revert "Temporary revert to compile on Windows XP"Fridrich Štrba
This reverts commit 6734127f11b49e65571f8e1d6b346db9e94ea64d.
2011-01-29Temporary revert to compile on Windows XPJesús Corrius
2011-01-29cppcheck: remove unused variable strLen.Thomas Arnhold
2011-01-29that decrement doesn't look rightCaolán McNamara
2011-01-28Fix interlck.c to work on Mac OS again...Joseph Powers
mmeeks, we love your patch; however, some of us are forced to use the very old 4.0 version of GCC (I blame Apple) and __sync_add_and_fetch() wasn't added until version 4.4. PS: Moving the target OS version to 10.5 wont help because that still uses the 4.2.1 version.
2011-01-28further simplify old-style interlocked inc/decMichael Meeks
2011-01-28use gcc builtins for POWERPC and ARM cases if we have GCCJani Monoses
2011-01-27Revert "Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2"Tor Lillqvist
Nah. I was misunderstanding. OSL_DEBUG_LEVEL == 1 is the normal one, and OSL_DEBUG_LEVEL > 1 should turn on debugging output. This reverts commit c91a84441c05d4f2d8541719ed439e7a2c27e675.
2011-01-27These files are C, not C++Tor Lillqvist
Notes: split repo tag: ure_LO-BASE-INTEGRATION-DEV300_m98
2011-01-26tweak this slightly differentlyCaolán McNamara
2011-01-26Cpp cleanliness: redundant assignment to selfKenneth Venken
2011-01-25Manipulate also the C runtime's environmentTor Lillqvist
Fixes fdo#33355.
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24add since version to new APIMichael Meeks
2011-01-24New method: isEmpty() - Checks if a string is empty.Thomas Arnhold
This could simplify logics in the source. Now this test is done like 'if (aStr.getLength() != 0) {...}' or 'if (!aStr.getLength()) {...}'. With isEmpty() this looks like: if (aStr.isEmpty()) {...} if (!aStr.isEmpty()) {...} I think this would make the code more readable.
2011-01-24Kill Win9x code in file.cxxTor Lillqvist
2011-01-24Kill Win9x security codeTor Lillqvist
2011-01-24Kill Win9x mutex codeTor Lillqvist
2011-01-24Drop pipeimpl.obj from SLOFILES, tooTor Lillqvist
2011-01-24Kill Win9x codeTor Lillqvist
2011-01-23Dont assert in safe situationsTor Lillqvist
2011-01-23Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2Tor Lillqvist
2011-01-22Define SAL_TYPES_SIZEOFPOINTER for x64 WindowsTor Lillqvist
2011-01-22Remove empty description and dates.Thomas Arnhold