summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin2014-03-172-13/+13
* coverity#1079286 Uninitialized pointer fieldCaolán McNamara2014-03-101-2/+10
* coverity#982463 Dereference after null checkCaolán McNamara2014-03-071-0/+1
* Fix CppunitTest_sal_osl_profileStephan Bergmann2014-03-041-31/+12
* Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann2014-03-011-10/+12
* Fix construction of non-ASCII test stringStephan Bergmann2014-03-011-33/+17
* Remove visual noise from salAlexander Wilms2014-03-0116-111/+111
* Remove unneccessary commentsAlexander Wilms2014-02-2339-457/+457
* C++03 fixupStephan Bergmann2014-02-181-2/+4
* coverity#984129 Uninitialized scalar fieldNorbert Thiebaud2014-02-171-0/+1
* coverity#984130 Uninitialized scalar fieldNorbert Thiebaud2014-02-171-1/+9
* sal: sal_Bool -> boolStephan Bergmann2014-02-1716-401/+396
* typo fixes in commentsAndras Timar2014-02-062-2/+2
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-061-1/+1
* bool improvementsStephan Bergmann2014-01-285-9/+9
* Apparently missing "== nError1"Stephan Bergmann2014-01-281-1/+1
* coverity#982254 Same on both sidesCaolán McNamara2014-01-271-1/+1
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-276-47/+47
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-233-4/+3
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-072-3/+3
* TyposJulien Nabet2013-12-231-1/+1
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-202-9/+9
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-3/+3
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-1/+1
* Drop duplicate #includeTakeshi Abe2013-12-025-5/+0
* this script talks about dmake. it must be out of its mind!Bjoern Michaelsen2013-11-241-488/+0
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-202-5/+5
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-114/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-4/+4
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-312-8/+5
* windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-4/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-223-4/+4
* fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann2013-10-171-0/+6
* resolved fdo#70319 exponent must be followed by at least one digitEike Rathke2013-10-141-0/+12
* CID#982700 silence coverityCaolán McNamara2013-10-081-2/+6
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-9/+0
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-15/+0
* sal: rename "cppunit/cppunittester" executableMichael Stahl2013-09-221-18/+0
* WaE: unused variable suToken, aEmpty, aEmpty2.Andrzej J.R. Hunt2013-09-121-3/+3
* -Werror,-WformatStephan Bergmann2013-09-111-1/+1
* fdo#39625 Make existing cppunittests workJelle van der Waa2013-09-111-15/+13
* -Werror,-WformatStephan Bergmann2013-09-112-2/+2
* sal: fdo#39625 Make existing cppunittests workJelle van der Waa2013-09-113-159/+145
* fix hex escape sequenceCaolán McNamara2013-08-231-48/+48
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-4/+4
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-2/+2
* Mark as constTakeshi Abe2013-08-011-3/+3
* Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard2013-07-171-4/+12