summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák
2013-01-06WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák
2012-12-06committed by mistakeLuboš Luňák
2012-12-04remove unused variables and codeLuboš Luňák
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-12-01unused variablesLuboš Luňák
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl
2012-11-30ditched rtl::OLocaleEike Rathke
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara
2012-11-26get textencoding tests working againCaolán McNamara
2012-11-21This function should obviously be exported for it to be callableTor Lillqvist
2012-11-21fix day of week naming in sal unit test.Michael Meeks
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks
2012-11-14Include clean-upStephan Bergmann
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna
2012-11-06Add some rtl::Bootstrap unit testStephan Bergmann
2012-10-25fix tests that aren't testing anythingCaolán McNamara
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara
2012-10-10loplugin: unused O[U]StringsCaolán McNamara
2012-10-03fix indentationMarkus Mohrhard
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-17update unused code listCaolán McNamara
2012-09-15Fix comparisonJulien Nabet
2012-09-11no ascii >127 chars in string literalsLuboš Luňák
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan
2012-09-10what gets tested here turns out to be out of date nowCaolán McNamara
2012-09-10fdo#39625 Make existing cppunittests workRadu Ioan
2012-09-07use new file header, this is actually a new fileLuboš Luňák
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-08-28callcatcher: make VCLXPrinterServer an XTypeProviderCaolán McNamara
2012-08-25Perhaps this will fix the windows build?Kohei Yoshida
2012-08-25fdo#39625 Make existing cppunittests workRadu Ioan
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-08reduce ascii noise and useless commentsThomas Arnhold