summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Collapse)Author
2011-10-18Clang does not understand #pragma GCC diagnostic warning ↵Stephan Bergmann
"-Wunused-but-set-variable". See <https://bugs.kde.org/show_bug.cgi?id=284384> "clang 3.1 -Wunused-value warnings in valgrind.h, memcheck.h" for a way to silence these warnings when building with clang.
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-10-18sal: workaround warnings in valgrind macrosMichael Stahl
2011-10-15get TestResult dtor before osl::Module dtorCaolán McNamara
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-10WaE: -Wsign-promoCaolán McNamara
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann
2011-10-08Revert "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-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann
2011-10-08Revert "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-07cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in sal/...cbcpytest.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope in sal/...osl_Pipe.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in sal/... security.cPierre-André Jacquod
2011-10-05Drop test that require tmp with exec rights.Tomas Chvatal
2011-10-05Removed 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-03WaE: unreachable codeTor Lillqvist
2011-10-01easier to find leaks if the test harness doesn't leakCaolán McNamara
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29Make this cross-platform.Jan Holesovsky
2011-09-29next test -> unotest changeMarkus Mohrhard
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27FullTextEncodingDataSingleton 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-26make sure these are safe wrt embedded NULLsCaolán McNamara
something of a micro optimization as well I guess
2011-09-23Fix typoTor Lillqvist
2011-09-23make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_ENDCaolán McNamara
2011-09-22bah, >= 4.6 thenCaolán McNamara
2011-09-22adapt subsequent check only source tooCaolán McNamara
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22should be > 4, not > 5Caolán McNamara
2011-09-22drop unused testCaolán McNamara
2011-09-22ensure contents are as expectedCaolán McNamara
2011-09-22unit test to ensure we can use embedded nulls in OStringBufferCaolán McNamara
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a ↵Stephan Bergmann
signal.
2011-09-21Fix windows buildFridrich Štrba
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann
2011-09-21add a simple timer for unit testsCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas 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-19FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin
2011-09-19Add a clarifying comment (MinGW special case).Jan Holesovsky
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-16Fallback to osl_getExecutableFile when dlsym("main") failsCaolán McNamara
e.g. testtool under Linux
2011-09-15Removed bogus assert.Stephan Bergmann
2011-09-14No need to bark about G_SLICE on stderr.Stephan Bergmann
2011-09-13reduce the scope a bit furtherCaolán McNamara
2011-09-13Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxxAndreu Correa Casablanca
2011-09-12sb140: #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.