summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Collapse)Author
2012-01-21sal: re-disable file based unit tests that don't passMichael Meeks
2012-01-21sal: make more tests runningMatúš Kukan
2012-01-21sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks
2012-01-21cleanup: remove annoying ( ) empty parameter patternMichael Meeks
2012-01-20Remove obsolete suppressOslDebugMessage.Stephan Bergmann
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann
2012-01-09remove duplicate createHexCaolán McNamara
2012-01-05gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2011-12-21get osl_File qa test to build under windowsCaolán McNamara
2011-12-19sal: add more unit testsMatúš Kukan
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-01remove unused string constantsAndras Timar
2011-12-01WaE: unused variablesAugust Sodora
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-11-04Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann
2011-10-10WaE: -Wsign-promoCaolán McNamara
2011-10-07cppcheck reduce scope in sal/...osl_Pipe.cxxPierre-André Jacquod
2011-10-05Drop test that require tmp with exec rights.Tomas Chvatal
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-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-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-19FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin
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.
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann
2011-09-08so *that's* where the hello/world we're coming fromCaolán McNamara
2011-09-02And then fix MSVC compilationTor Lillqvist
2011-09-02Fix MinGW compilation error with min()Tor Lillqvist
2011-09-01humour me, and sync this with osl/w32/security.cCaolán McNamara
2011-08-31add details to message as to what failedCaolán McNamara
2011-08-08revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviourCaolán McNamara
2011-08-02make sure we get the right interim objCaolán McNamara
2011-07-21use SAL_WARN_UNUSED_RESULTCaolán McNamara
2011-07-15Android build fixesTor Lillqvist
2011-07-15Include the rest of the active sal cppunit tests for iOSTor Lillqvist
2011-07-14Use MSVC options only with MSVCTor Lillqvist
2011-07-13unused OUString_to_std_stringCaolán McNamara
2011-07-11unused methodsCaolán McNamara
2011-07-11callcatcher: unused methodsCaolán McNamara
2011-07-11Make iOS sal unit testing actually workTor Lillqvist
We must call the initialize() methods of the plugins which for iOS aren't actually plugins in the sense of being dynamically loaded, but still. Unfortunately this means we have to list the plugin interface getter functions explicitly in the sal_cppunittester_all source.
2011-07-10Remove accidentally committed debugging printoutTor Lillqvist