Age | Commit message (Expand) | Author |
2011-11-04 | Added OUStringBuffer::append(char) so that b.append(' ') does what one expects. | Stephan Bergmann |
2011-11-01 | Moved sal/rtl/source string files from C to C++, for easier maintenance. | Stephan Bergmann |
2011-11-01 | Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance. | Stephan Bergmann |
2011-11-01 | Removed some obsolete register annotations. | Stephan Bergmann |
2011-11-01 | Moved various sal/rtl/source files from C to C++, for easier maintenance. | Stephan Bergmann |
2011-11-01 | Removed obsolete rtl/tres stuff. | Stephan Bergmann |
2011-11-01 | Fixed rtl_getGlobalProcessId implementation (moved from C to C++). | Stephan Bergmann |
2011-11-01 | adapt naming scheme | Caolán McNamara |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString one | Caolán McNamara |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString one | Caolán McNamara |
2011-10-25 | Fix previous commit for non-Valgrind builds. | Stephan Bergmann |
2011-10-24 | Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind. | Stephan Bergmann |
2011-10-21 | misc trivial tweaks, and documentation addition | Michael Meeks |
2011-10-21 | String->OUString, with accompanying tests | August Sodora |
2011-10-20 | osl_getCommandArgCount can be called w/o prior osl_setCommandArgs. | Stephan Bergmann |
2011-10-19 | WaE: two functions defined but not used | Tor Lillqvist |
2011-10-19 | WaE: passing argument discards qualifiers from pointer target type | Tor Lillqvist |
2011-10-19 | WaE: unused parameter 'f' | Tor Lillqvist |
2011-10-18 | Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va... | Stephan Bergmann |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L... | Stephan Bergmann |
2011-10-18 | sal: workaround warnings in valgrind macros | Michael Stahl |
2011-10-15 | get TestResult dtor before osl::Module dtor | Caolán McNamara |
2011-10-11 | WaE: ISO C90 forbids mixed declarations and code | David Tardon |
2011-10-10 | WaE: -Wsign-promo | Caolán McNamara |
2011-10-08 | Second attempt at (cross-platform) OSL_FORMAT. | Stephan Bergmann |
2011-10-08 | Revert "Introduced OSL_FORMAT, adpated some places to it." | Tor Lillqvist |
2011-10-08 | Introduced OSL_FORMAT, adpated some places to it. | Stephan Bergmann |
2011-10-08 | Revert "cppcheck reduce scope of var in sal/... security.c" | Norbert Thiebaud |
2011-10-07 | cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxx | Pierre-André Jacquod |
2011-10-07 | cppcheck reduce scope of var in sal/...cbcpytest.cxx | Pierre-André Jacquod |
2011-10-07 | cppcheck reduce scope in sal/...osl_Pipe.cxx | Pierre-André Jacquod |
2011-10-07 | cppcheck reduce scope of var in sal/... security.c | Pierre-André Jacquod |
2011-10-05 | Drop test that require tmp with exec rights. | Tomas Chvatal |
2011-10-05 | Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *. | Stephan Bergmann |
2011-10-03 | WaE: unreachable code | Tor Lillqvist |
2011-10-01 | easier to find leaks if the test harness doesn't leak | Caolán McNamara |
2011-09-30 | -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock. | Stephan Bergmann |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara |
2011-09-29 | Make this cross-platform. | Jan Holesovsky |
2011-09-29 | next test -> unotest change | Markus Mohrhard |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann |
2011-09-27 | FullTextEncodingDataSingleton must not call itself recursively. | Stephan Bergmann |
2011-09-26 | make sure these are safe wrt embedded NULLs | Caolán McNamara |
2011-09-23 | Fix typo | Tor Lillqvist |
2011-09-23 | make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_END | Caolán McNamara |
2011-09-22 | bah, >= 4.6 then | Caolán McNamara |
2011-09-22 | adapt subsequent check only source too | Caolán McNamara |
2011-09-22 | WaE: workaround auto_ptr deprecation | Caolán McNamara |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara |
2011-09-22 | should be > 4, not > 5 | Caolán McNamara |