summaryrefslogtreecommitdiff
path: root/sal/qa/osl
AgeCommit message (Expand)AuthorFilesLines
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-17/+16
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-1/+1
2012-08-08remove include comments and boxesThomas Arnhold1-1/+1
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist4-16/+0
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini1-2/+2
2012-07-02Remove unused definesThomas Arnhold1-5/+0
2012-06-27targetted re-work of cppunit pieces.Michael Meeks26-323/+263
2012-06-25Remove various commented out definesThomas Arnhold1-43/+0
2012-06-22re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-02targeted string re-workNorbert Thiebaud10-149/+149
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-06-01targeted string re-workNorbert Thiebaud2-43/+43
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-04-07WaE: msvc, unreachable codeCaolán McNamara1-17/+7
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf1-11/+11
2012-04-03don't skip first cmdline argumentLuboš Luňák1-2/+1
2012-04-02fix crude command line arguments handlingLuboš Luňák1-35/+45
2012-04-02fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2-24/+11
2012-03-28CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák1-36/+36
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-07WaE: deleting 'PSID {aka void*}' is undefinedDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07WaE: "NOMINMAX" redefinedDavid Tardon1-0/+2
2012-01-24dead code in qaThomas Arnhold4-106/+0
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold2-4/+4
2012-01-21sal: re-disable file based unit tests that don't passMichael Meeks1-4/+4
2012-01-21sal: make more tests runningMatúš Kukan2-5/+4
2012-01-21sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks1-7/+37
2012-01-21cleanup: remove annoying ( ) empty parameter patternMichael Meeks1-513/+513
2012-01-20Remove obsolete suppressOslDebugMessage.Stephan Bergmann2-20/+0
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann1-4/+4
2012-01-05gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan1-1/+1
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2-2/+2
2011-12-21get osl_File qa test to build under windowsCaolán McNamara1-0/+4
2011-12-19sal: add more unit testsMatúš Kukan6-445/+0
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-8/+8
2011-11-27remove include of pch header from salNorbert Thiebaud21-41/+0
2011-10-07cppcheck reduce scope in sal/...osl_Pipe.cxxPierre-André Jacquod1-112/+1
2011-10-05Drop test that require tmp with exec rights.Tomas Chvatal1-45/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2-0/+6
2011-09-29Make this cross-platform.Jan Holesovsky2-26/+14
2011-09-29next test -> unotest changeMarkus Mohrhard1-1/+1
2011-09-22adapt subsequent check only source tooCaolán McNamara2-48/+48
2011-09-22WaE: workaround auto_ptr deprecationCaolán McNamara5-195/+197
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-10/+10
2011-09-22drop unused testCaolán McNamara1-80/+0
2011-09-19FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin1-1/+1
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann24-7/+66
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann11-123/+27