summaryrefslogtreecommitdiff
path: root/sal/cppunittester
AgeCommit message (Expand)AuthorFilesLines
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen1-6/+1
2023-07-10Fix typoAndrea Gelmini1-1/+1
2023-07-09No need to clean up the desktop, when the process is finishingMike Kaganski1-13/+2
2023-07-09cppunittester: use a dedicated desktop on WindowsMike Kaganski1-0/+19
2023-05-05loplugin:unnecessarygetstrStephan Bergmann1-2/+1
2023-04-11fix dbgutil build on win/aarch64 (print stack from cppunittester)Christian Lohmaier1-0/+6
2022-12-10Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann1-5/+6
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin1-2/+3
2022-05-12-Werror,-WformatStephan Bergmann1-1/+1
2022-05-12-Werror,-Wunused-variableStephan Bergmann1-1/+0
2022-05-06output error code when SymFromAddr failsNoel Grandin1-69/+43
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-5/+5
2022-03-31-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+1
2022-03-23try to improve stack dumping on windowsNoel Grandin1-5/+36
2022-03-15set LO_TESTNAME on startup on all platformsLuboš Luňák1-1/+4
2021-10-01loplugin:nullptr (clang-cl)Stephan Bergmann1-5/+5
2021-09-30-Werror,-Wformat (clang-cl)Stephan Bergmann1-3/+3
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann1-1/+1
2021-09-30loplugin:external (clang-cl)Stephan Bergmann1-3/+3
2021-09-30loplugin:cstylecast (clang-cl)Stephan Bergmann1-3/+3
2021-09-30loplugin:includeform (clang-cl)Stephan Bergmann1-1/+1
2021-09-30loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2021-09-03log PATH length and content when complaining about itCaolán McNamara1-3/+4
2021-09-01use a dummy clipboard when running unit testsNoel Grandin1-13/+12
2021-08-02display stack trace on assert for windows jenkins buildsNoel Grandin1-0/+13
2021-07-29Fix typosAndrea Gelmini1-3/+3
2021-07-28log access violation on windows tinderboxenNoel Grandin1-79/+205
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-11-25Silence false loplugin:stringviewparam in conditional code (clang-cl)Stephan Bergmann1-1/+1
2020-09-25cppunittester: [_RUN_____] indicates unit test startJustin Luth1-1/+2
2020-09-23Silence cid#1467434Stephan Bergmann1-0/+1
2020-09-21cppunittester: Do not unload test librariesStephan Bergmann1-2/+7
2020-05-24Revert "Try to blind-solve cppunittester hangs on Windows"Mike Kaganski1-6/+4
2020-05-24Try to blind-solve cppunittester hangs on WindowsMike Kaganski1-4/+6
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-9/+9
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-1/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-4/+0
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: salStephan Bergmann1-22/+22
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl1-3/+13
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-1/+2
2016-08-19coverity#1371449 Uninitialized scalar fieldCaolán McNamara1-1/+4
2016-07-01cppunittester: always print execution time of each testMichael Stahl1-6/+3
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-4/+8
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1