summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* 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
* deduplicate OString std::basic_ostream operatorsMiklos Vajna2012-11-101-12/+0
* Add some rtl::Bootstrap unit testStephan Bergmann2012-11-061-0/+60
* fix tests that aren't testing anythingCaolán McNamara2012-10-251-46/+25
* use consistently sal.osl and sal.rtl as log areasLuboš Luňák2012-10-131-1/+1
* loplugin: more unused OUStrings and so forthCaolán McNamara2012-10-111-17/+0
* loplugin: unused O[U]StringsCaolán McNamara2012-10-103-14/+0
* fix indentationMarkus Mohrhard2012-10-031-7/+7
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-183-4/+3
* update unused code listCaolán McNamara2012-09-171-40/+0
* Fix comparisonJulien Nabet2012-09-151-1/+1