summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard1-4/+12
2013-06-25coverity : #984128 and 21 others : Uninitialized scalar fieldNorbert Thiebaud1-0/+72
2013-06-19Delete unused sal testsDavid Ostrovsky12-10038/+0
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-0/+7
2013-05-31rewrite OUString test to not trigger literalalternative plugin warningsLuboš Luňák1-8/+10
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist3-8/+8
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-1/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák3-9/+7
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks5-116/+20
2013-04-22Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba1-3/+3
2013-04-22fdo#62096: Replaced some compareTo with ==Sameer Deshmukh1-3/+3
2013-04-09no mkdtemp on AIX eitherCaolán McNamara1-1/+1
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-19/+0
2013-03-25remove external include guardsThomas Arnhold10-93/+16
2013-03-25Add test case for toInt overflow detectionStephan Bergmann1-0/+65
2013-03-20Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-13/+0
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-3/+3
2013-03-19further OUString cleanupThomas Arnhold2-6/+5
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold5-28/+27
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-3/+3
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold5-15/+15
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
2013-02-22silence warning.Michael Meeks1-1/+1
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist9-30/+30
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2013-02-05testOUBoolean should test with OUString, not OStringLionel Elie Mamane1-1/+1
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann1-0/+24
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky2-8/+8
2013-01-28consolidate the float number testsLuboš Luňák1-25/+2
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-8/+8
2013-01-18long and long long can be the same size (and thus also sal_Int64)Luboš Luňák1-1/+0
2013-01-18Create OUString and OString number(*) methods.Noel Grandin1-0/+117
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák1-0/+2
2013-01-06WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka '...Tor Lillqvist1-4/+4
2012-12-25Get rid of (most uses of) GUITor Lillqvist8-22/+17
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák1-0/+1
2012-12-13NOMINMAX on Windows is defined globallyLuboš Luňák1-3/+0
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák2-16/+16
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák2-0/+67
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák2-6/+31
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák2-0/+85
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák1-12/+0
2012-12-06committed by mistakeLuboš Luňák1-1/+0
2012-12-04remove unused variables and codeLuboš Luňák2-25/+3
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2-5/+0
2012-12-04Fix fast concat of empty stringsStephan Bergmann2-0/+2
2012-12-03assert on strange lengths of string literalsLuboš Luňák2-5/+8
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák2-0/+147