summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2017-11-112-0/+14
* Make testUtf8StringLiterals work when char is unsignedStephan Bergmann2017-10-241-3/+3
* loplugin:includeform: salStephan Bergmann2017-10-2328-100/+100
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-6/+7
* SAL: use more Unicode on WindowsMike Kaganski2017-09-271-26/+28
* Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann2017-09-241-0/+1
* Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski2017-09-223-18/+6
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-186-0/+18
* Make reading UTF-8 strictStephan Bergmann2017-09-131-29/+303
* tell msvc our source code is written using utf-8Caolán McNamara2017-07-251-0/+11
* fix use after delete in osl::Pipe dtorCaolán McNamara2017-07-241-3/+4
* coverity#1415617 Resource leakCaolán McNamara2017-07-231-4/+4
* osl: give condition tests more descriptive namesChris Sherlock2017-07-221-118/+118
* osl: condition qa remove extraneous commentsChris Sherlock2017-07-221-16/+10
* osl: fix Pipe noacquire/acquire testsChris Sherlock2017-07-211-23/+24
* osl: update named pipe handle test namesChris Sherlock2017-07-181-4/+4
* osl: pipe test remove unnecessary comment cruftChris Sherlock2017-07-181-11/+11
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-7/+7
* use more OUString::operator== in forms..salNoel Grandin2017-07-134-6/+5
* simplify some OUString compareTo callsNoel Grandin2017-07-101-4/+4
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-064-9/+9
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:casttovoid: salStephan Bergmann2017-07-021-2/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-2/+0
* 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