summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-13/+7
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin3-8/+8
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann6-26/+26
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann17-52/+52
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin1-1/+1
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin1-2/+2
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin1-2/+2
2018-08-30Remove redundant asserts after newMike Kaganski1-5/+1
2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski1-46/+6
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann1-0/+61
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann1-0/+3
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-16/+14
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini3-4/+4
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-10Fix typosAndrea Gelmini1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-06loplugin:useuniqueptr in sal/qa/OStringBufferNoel Grandin1-999/+862
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin2-379/+1
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann1-2/+2
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle4-25/+4
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann1-1/+1
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-23/+21
2018-06-05sal: WNT -> _WIN32Thorsten Behrens1-1/+1
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin4-165/+165
2018-04-16loplugin:useuniqueptr in sal/qa/Noel Grandin2-27/+23
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-2/+4
2018-02-24Fix typosAndrea Gelmini1-1/+1
2018-01-30Typ-o negativIlmari Lauhakangas2-3/+3
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe1-0/+71
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-11/+11
2018-01-17tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann1-24/+11
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl1-0/+92
2018-01-12More loplugin:cstylecast: salStephan Bergmann4-99/+99
2018-01-02Remove broken testStephan Bergmann1-25/+0
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian1-2/+2
2017-12-22unotools: don't go belly-up if temp dir is wrong or emptyJuergen Funk1-0/+25
2017-12-20Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky1-1/+1
2017-12-17Fix typosAndrea Gelmini1-1/+1
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks1-0/+70
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-21Fix typosAndrea Gelmini2-6/+6
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2-0/+14
2017-10-24Make testUtf8StringLiterals work when char is unsignedStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: salStephan Bergmann28-100/+100
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-6/+7
2017-09-27SAL: use more Unicode on WindowsMike Kaganski1-26/+28