Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage function cannot return C++ class 'rtl::OString'. This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f. | |||
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 | |
This reverts commit 04028b90252888848c0fc911ea3ad3aa49d9a5b5. use c99 construct in c, which break Microsoft | |||
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 | |
As a replacement, added appropriate operator [] functions. All other uses can use getStr(). | |||
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 | |
Happened on non-standard locales (like hu_HU on Linux) when osl_loadModuleRelative wanted to access non-standard text encodings. For Windows, the fix is still only a "TODO: FIXME" dummy. | |||
2011-09-26 | make sure these are safe wrt embedded NULLs | Caolán McNamara | |
something of a micro optimization as well I guess | |||
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 | |
2011-09-22 | drop unused test | Caolán McNamara | |
2011-09-22 | ensure contents are as expected | Caolán McNamara | |
2011-09-22 | unit test to ensure we can use embedded nulls in OStringBuffer | Caolán McNamara | |
2011-09-21 | In ChildStatusProc, calculate a meaningful status for processes killed by a ↵ | Stephan Bergmann | |
signal. | |||
2011-09-21 | Fix windows build | Fridrich Štrba | |
2011-09-21 | Cleaned up sal_textenc, making it work on Mac OS X. | Stephan Bergmann | |
2011-09-21 | add a simple timer for unit tests | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-19 | FreeBSD has the same cppunit failure as OSX does | Baptiste Daroussin | |
2011-09-19 | Add a clarifying comment (MinGW special case). | Jan Holesovsky | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-09-16 | Fallback to osl_getExecutableFile when dlsym("main") fails | Caolán McNamara | |
e.g. testtool under Linux | |||
2011-09-15 | Removed bogus assert. | Stephan Bergmann | |
2011-09-14 | No need to bark about G_SLICE on stderr. | Stephan Bergmann | |
2011-09-13 | reduce the scope a bit further | Caolán McNamara | |
2011-09-13 | Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxx | Andreu Correa Casablanca | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-12 | sb140: #i117694# some CppUnit related cleanup | Stephan Bergmann | |
2011-09-12 | Accept also a soffice.bin renamed to soffice.bin.exe | Tor Lillqvist | |
2011-09-12 | Fix copy/paste error | Tor Lillqvist | |