summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fix previous commit for non-Valgrind builds.Stephan Bergmann3-5/+7
2011-10-24Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann2-5/+5
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks1-0/+20
2011-10-21String->OUString, with accompanying testsAugust Sodora1-1/+6
2011-10-20osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.Stephan Bergmann2-2/+10
2011-10-19WaE: two functions defined but not usedTor Lillqvist1-1/+1
2011-10-19WaE: passing argument discards qualifiers from pointer target typeTor Lillqvist1-1/+3
2011-10-19WaE: unused parameter 'f'Tor Lillqvist1-0/+1
2011-10-18Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va...Stephan Bergmann1-1/+1
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann1-2/+1
2011-10-18sal: workaround warnings in valgrind macrosMichael Stahl1-0/+7
2011-10-15get TestResult dtor before osl::Module dtorCaolán McNamara1-1/+1
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon5-8/+11
2011-10-10WaE: -Wsign-promoCaolán McNamara1-0/+19
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann4-0/+92
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist4-85/+0
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann4-0/+85
2011-10-08Revert "cppcheck reduce scope of var in sal/... security.c"Norbert Thiebaud1-1/+33
2011-10-07cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxxPierre-André Jacquod2-4/+2
2011-10-07cppcheck reduce scope of var in sal/...cbcpytest.cxxPierre-André Jacquod1-19/+1
2011-10-07cppcheck reduce scope in sal/...osl_Pipe.cxxPierre-André Jacquod1-112/+1
2011-10-07cppcheck reduce scope of var in sal/... security.cPierre-André Jacquod1-33/+1
2011-10-05Drop test that require tmp with exec rights.Tomas Chvatal1-45/+0
2011-10-05Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann4-26/+38
2011-10-03WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-01easier to find leaks if the test harness doesn't leakCaolán McNamara1-2/+4
2011-09-30-fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann1-1/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara9-0/+27
2011-09-29Make this cross-platform.Jan Holesovsky2-26/+14
2011-09-29next test -> unotest changeMarkus Mohrhard2-2/+2
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-59/+118
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann5-81/+144
2011-09-26make sure these are safe wrt embedded NULLsCaolán McNamara2-2/+8
2011-09-23Fix typoTor Lillqvist1-1/+1
2011-09-23make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_ENDCaolán McNamara1-2/+2
2011-09-22bah, >= 4.6 thenCaolán McNamara1-1/+1
2011-09-22adapt subsequent check only source tooCaolán McNamara2-48/+48
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara8-289/+291
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara6-23/+50
2011-09-22should be > 4, not > 5Caolán McNamara1-1/+1
2011-09-22drop unused testCaolán McNamara1-80/+0
2011-09-22ensure contents are as expectedCaolán McNamara1-3/+6
2011-09-22unit test to ensure we can use embedded nulls in OStringBufferCaolán McNamara1-0/+20
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a s...Stephan Bergmann1-0/+2
2011-09-21Fix windows buildFridrich Štrba1-2/+2
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann9-78/+171
2011-09-21add a simple timer for unit testsCaolán McNamara1-1/+35
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold12-199/+199
2011-09-19FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin1-1/+1
2011-09-19Add a clarifying comment (MinGW special case).Jan Holesovsky1-0/+4