summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* remove external include guardsThomas Arnhold2013-03-2510-93/+16
* Add test case for toInt overflow detectionStephan Bergmann2013-03-251-0/+65
* Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-13/+0
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-201-3/+3
* further OUString cleanupThomas Arnhold2013-03-192-6/+5
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-195-28/+27
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-3/+3
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-095-15/+15
* doubled includesThomas Arnhold2013-03-041-1/+0
* Fix typo accessable/accessibleJulien Nabet2013-02-231-1/+1
* silence warning.Michael Meeks2013-02-221-1/+1
* Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist2013-02-229-30/+30
* Fix type unkown -> unknownJulien Nabet2013-02-211-1/+1
* testOUBoolean should test with OUString, not OStringLionel Elie Mamane2013-02-051-1/+1
* OK for boolean() to take true bool argumentStephan Bergmann2013-02-041-0/+24
* Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky2013-02-042-8/+8
* consolidate the float number testsLuboš Luňák2013-01-281-25/+2
* Remove redundant braces around for loopsStephan Bergmann2013-01-261-8/+8
* long and long long can be the same size (and thus also sal_Int64)Luboš Luňák2013-01-181-1/+0
* Create OUString and OString number(*) methods.Noel Grandin2013-01-181-0/+117
* hack for apple's gcc-4.0.1 bugLuboš Luňák2013-01-091-0/+2
* WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist2013-01-061-4/+4
* Get rid of (most uses of) GUITor Lillqvist2012-12-258-22/+17
* OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák2012-12-171-0/+1
* NOMINMAX on Windows is defined globallyLuboš Luňák2012-12-131-3/+0
* int vs oslInterlockedCount ambiguityLuboš Luňák2012-12-062-16/+16
* unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák2012-12-062-0/+67
* support for fast string operator+ in operator+=/appendLuboš Luňák2012-12-062-6/+31
* rtl_(u)String_ensureCapacityLuboš Luňák2012-12-062-0/+85
* ostream/OString operator<< no longer neededLuboš Luňák2012-12-061-12/+0
* committed by mistakeLuboš Luňák2012-12-061-1/+0
* remove unused variables and codeLuboš Luňák2012-12-042-25/+3
* API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2012-12-042-5/+0
* Fix fast concat of empty stringsStephan Bergmann2012-12-042-0/+2
* assert on strange lengths of string literalsLuboš Luňák2012-12-032-5/+8
* support for fast O(U)String concatenation using operator+Luboš Luňák2012-12-032-0/+147
* unused variablesLuboš Luňák2012-12-011-2/+0
* but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák2012-12-011-0/+2
* OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud2012-12-011-1/+0
* eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl2012-11-301-13/+0
* ditched rtl::OLocaleEike Rathke2012-11-302-32/+30
* Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann2012-11-281-0/+15
* implement a new iscii (devangari) <-> unicode converterCaolán McNamara2012-11-272-41/+42
* get textencoding tests working againCaolán McNamara2012-11-262-1251/+1112
* This function should obviously be exported for it to be callableTor Lillqvist2012-11-211-1/+1
* fix day of week naming in sal unit test.Michael Meeks2012-11-211-2/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-11-21113-4346/+1430
* Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks2012-11-211-282/+0
* Include clean-upStephan Bergmann2012-11-141-1/+2