summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara1-0/+11
2017-07-24fix use after delete in osl::Pipe dtorCaolán McNamara1-3/+4
2017-07-23coverity#1415617 Resource leakCaolán McNamara1-4/+4
2017-07-22osl: give condition tests more descriptive namesChris Sherlock1-118/+118
2017-07-22osl: condition qa remove extraneous commentsChris Sherlock1-16/+10
2017-07-21osl: fix Pipe noacquire/acquire testsChris Sherlock1-23/+24
2017-07-18osl: update named pipe handle test namesChris Sherlock1-4/+4
2017-07-18osl: pipe test remove unnecessary comment cruftChris Sherlock1-11/+11
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-7/+7
2017-07-13use more OUString::operator== in forms..salNoel Grandin4-6/+5
2017-07-10simplify some OUString compareTo callsNoel Grandin1-4/+4
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin4-9/+9
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: salStephan Bergmann1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin4-18/+10
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin3-4/+4
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-3/+3
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock1-3/+16
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-27osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock1-12/+13
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock1-0/+9
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke1-0/+33
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2-2/+2
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann5-21/+21
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock1-31/+80
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock1-51/+51
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock1-2152/+2149
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock1-2/+1
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock1-658/+653
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock1-403/+410
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock1-214/+214
2017-05-13osl: remove commented code from file testChris Sherlock1-31/+0
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock1-59/+53
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-05-03remove empty commentsNoel Grandin1-4/+1
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann5-25/+25
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann10-343/+673
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2-14/+3
2017-04-13Removed duplicated includesAndrea Gelmini1-2/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann3-7/+1
2017-03-30remove type decorations on char literalsJochen Nitschke3-6/+6
2017-03-25Fix typosAndrea Gelmini2-4/+4
2017-03-16Fix typosAndrea Gelmini1-4/+4
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-03-03Fix typosAndrea Gelmini1-5/+5
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2-2/+2