summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
2012-03-23removed duplicate includes in salTakeshi Abe
2012-03-21chmod -xTor Lillqvist
2012-03-13checked that we do not use OString ctor with literals with \0'sLuboš Luňák
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
2012-03-07use the new license header, this file has been written by meLuboš Luňák
2012-03-07WaE: deleting 'PSID {aka void*}' is undefinedDavid Tardon
2012-03-07WaE: missing braces around initializerDavid Tardon
2012-03-07WaE: "NOMINMAX" redefinedDavid Tardon
2012-03-07remove useless include guardsDavid Tardon
2012-03-07WaE: ignoring #pragma warningDavid Tardon
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-15Various string function clean upStephan Bergmann
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot
2012-01-24dead code in qaThomas Arnhold
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold
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
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