summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
...
* Removed duplicated includesAndrea Gelmini2017-04-131-2/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann2017-04-061-1/+1
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-043-7/+1
* remove type decorations on char literalsJochen Nitschke2017-03-303-6/+6
* Fix typosAndrea Gelmini2017-03-252-4/+4
* Fix typosAndrea Gelmini2017-03-161-4/+4
* Fix typosAndrea Gelmini2017-03-031-3/+3
* Fix typosAndrea Gelmini2017-03-031-5/+5
* Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2017-03-022-2/+2
* loplugin:subtlezeroinit: salStephan Bergmann2017-02-211-5/+5
* remove unused Exist from oslCheckMode enumNoel Grandin2017-02-161-5/+0
* Fix typosAndrea Gelmini2017-02-131-1/+1
* Remove MinGW supportStephan Bergmann2017-02-102-4/+2
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-02-071-98/+84
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-014-43/+27
* Work around GCC -Wunused-resultStephan Bergmann2017-01-311-1/+2
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-252-2/+0
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-173-5/+5
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-113-17/+16
* Some loplugin:conststringvar/stringconstant improvements: salStephan Bergmann2017-01-112-53/+53
* New loplugin:conststringvar: salStephan Bergmann2017-01-101-3/+3
* New loplugin:externvar: salStephan Bergmann2017-01-094-10/+10
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-051-1/+1
* tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan2016-12-2319-101/+0
* tdf#97283: Merge sal osl tests to one makefileMatúš Kukan2016-12-2311-30/+0
* Make OUStringLiteral more usefulStephan Bergmann2016-12-171-0/+97
* Typo in meant-to-be-overloading function nameStephan Bergmann2016-12-161-1/+1
* Comment cppcheck accessForwarded as harmlessStephan Bergmann2016-12-061-0/+3
* loplugin:unnecessaryoverride (dtors) in salStephan Bergmann2016-12-012-8/+0
* loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2016-11-251-3/+3
* remove dep on unotest from osl_Pipe testDavid Tardon2016-11-211-1/+1
* loplugin:oncevar in sal..scriptingNoel Grandin2016-11-012-9/+7
* CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-10-143-6/+6
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-122-6/+2
* clang-cl loplugin: salStephan Bergmann2016-10-044-34/+27
* unit test cases for approxEqual() and approxSub()Eike Rathke2016-10-021-0/+23
* Fix typosAndrea Gelmini2016-10-011-1/+1
* Fix typosAndrea Gelmini2016-10-012-2/+2
* tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl2016-09-292-1/+41
* -Werror,-Wunused-variable (clang-cl)Stephan Bergmann2016-09-231-1/+0
* CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann2016-09-201-12/+12
* Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann2016-09-201-0/+82
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-2/+1
* loplugin:singlevalfields in l10ntools..saxNoel Grandin2016-09-153-13/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-135-19/+19
* Fix MSVC 2015 buildStephan Bergmann2016-09-021-1/+3
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-11/+12
* Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann2016-08-291-4/+6
* Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann2016-08-291-0/+73
* OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann2016-08-291-2/+1