Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | Remove dead code | Thomas Arnhold | |
2011-02-07 | use locally built cppunittester | David Tardon | |
2011-02-07 | actually enable the STL adaptation | David Tardon | |
2011-02-07 | add (pre|post)extstl.h around cppunit headers | David Tardon | |
2011-02-07 | TESTSHL2LIB does not exist anymore | David Tardon | |
2011-02-07 | Remove unused header | Thomas Arnhold | |
2011-02-07 | WaE: comparison between signed and unsigned integer | David Tardon | |
2011-02-07 | add (pre|post)extstl.h around cppunit headers | David Tardon | |
2011-02-07 | comment out the failing test case for now | David Tardon | |
2011-02-07 | use rtl::OStringBuffer for message | David Tardon | |
2011-02-07 | Removed unnecessary includes | Wilhelm Pflueger | |
2011-02-07 | Re-animated tests that were based on testshl. | Wilhelm Pflueger | |
One test in test_outstring_convert.cxx fails for method rtl::OUString::convertToString(). | |||
2011-02-06 | OSL_DEBUG_LEVEL formatting | Thomas Arnhold | |
2011-02-04 | OString: New method isEmpty() | Thomas Arnhold | |
2011-02-04 | Clean up makefiles | Thomas Arnhold | |
2011-02-04 | Put this two includes back | Fridrich Štrba | |
2011-02-04 | moving the rest of ure repository to boost unordered containers | Fridrich Strba | |
2011-02-03 | some std::hash_map/set -> boost::unordered_map/set changes | Fridrich Strba | |
2011-02-03 | Use rtl::Allocator in MSVC hash containers | Fridrich Strba | |
2011-02-03 | include MSVC STL code path | Fridrich Strba | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-02-01 | Remove RCS information | Thomas Arnhold | |
2011-01-31 | Remove RCS lines. | Thomas Arnhold | |
2011-01-31 | Revert "Temporary revert to compile on Windows XP" | Fridrich Štrba | |
This reverts commit 6734127f11b49e65571f8e1d6b346db9e94ea64d. | |||
2011-01-29 | Temporary revert to compile on Windows XP | Jesús Corrius | |
2011-01-29 | cppcheck: remove unused variable strLen. | Thomas Arnhold | |
2011-01-29 | that decrement doesn't look right | Caolán McNamara | |
2011-01-28 | Fix 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-28 | further simplify old-style interlocked inc/dec | Michael Meeks | |
2011-01-28 | use gcc builtins for POWERPC and ARM cases if we have GCC | Jani Monoses | |
2011-01-27 | Revert "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-27 | These files are C, not C++ | Tor Lillqvist | |
Notes: split repo tag: ure_LO-BASE-INTEGRATION-DEV300_m98 | |||
2011-01-26 | tweak this slightly differently | Caolán McNamara | |
2011-01-26 | Cpp cleanliness: redundant assignment to self | Kenneth Venken | |
2011-01-25 | Manipulate also the C runtime's environment | Tor Lillqvist | |
Fixes fdo#33355. | |||
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-25 | WaE: remove unused variable | David Tardon | |
2011-01-25 | WaE: remove unused variable | David Tardon | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | add since version to new API | Michael Meeks | |
2011-01-24 | New 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-24 | Kill Win9x code in file.cxx | Tor Lillqvist | |
2011-01-24 | Kill Win9x security code | Tor Lillqvist | |
2011-01-24 | Kill Win9x mutex code | Tor Lillqvist | |
2011-01-24 | Drop pipeimpl.obj from SLOFILES, too | Tor Lillqvist | |
2011-01-24 | Kill Win9x code | Tor Lillqvist | |
2011-01-23 | Dont assert in safe situations | Tor Lillqvist | |
2011-01-23 | Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2 | Tor Lillqvist | |
2011-01-22 | Define SAL_TYPES_SIZEOFPOINTER for x64 Windows | Tor Lillqvist | |
2011-01-22 | Remove empty description and dates. | Thomas Arnhold | |