summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* use more SAL_N_ELEMENTS part 2Noel Grandin2017-06-144-18/+10
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-093-4/+4
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-3/+3
* osl: qa test of %2F - for file URIs this is invalidChris Sherlock2017-05-291-3/+16
* remove some unnecessary OString constructor callsNoel Grandin2017-05-291-1/+1
* osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock2017-05-271-12/+13
* tdf#107968 - double slash handling misleading; add unit testChris Sherlock2017-05-201-0/+9
* Add some unit tests for rtl_math_StringFormat_GEike Rathke2017-05-171-0/+33
* Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2017-05-162-2/+2
* Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann2017-05-165-21/+21
* osl: osl_File.cxx unit test formatting cleanupChris Sherlock2017-05-141-31/+80
* osl: osl_File.cxx indent fixesChris Sherlock2017-05-131-51/+51
* osl: final cleanup of sal_File.cxx unit testChris Sherlock2017-05-131-2152/+2149
* osl: osl_File.cxx header cleanupChris Sherlock2017-05-131-2/+1
* osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock2017-05-131-658/+653
* osl: osl_File.cxx qa file cleanupChris Sherlock2017-05-131-403/+410
* osl: file test - space between C comment token and start of commentChris Sherlock2017-05-131-214/+214
* osl: remove commented code from file testChris Sherlock2017-05-131-31/+0
* osl: remove extraneous comment cruft from test sourceChris Sherlock2017-05-131-59/+53
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* remove empty commentsNoel Grandin2017-05-031-4/+1
* loplugin:salunicodeliteral: salStephan Bergmann2017-04-285-25/+25
* loplugin:cppunitassertequals: salStephan Bergmann2017-04-2810-343/+673
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-253-0/+3
* clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2017-04-242-14/+3
* 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