summaryrefslogtreecommitdiff
path: root/sal/cppunittester
AgeCommit message (Expand)Author
2022-04-14set LO_TESTNAME on startup on all platformsLuboš Luňák
2021-10-01loplugin:nullptr (clang-cl)Stephan Bergmann
2021-09-30-Werror,-Wformat (clang-cl)Stephan Bergmann
2021-09-30loplugin:sallogareas (clang-cl)Stephan Bergmann
2021-09-30loplugin:external (clang-cl)Stephan Bergmann
2021-09-30loplugin:cstylecast (clang-cl)Stephan Bergmann
2021-09-30loplugin:includeform (clang-cl)Stephan Bergmann
2021-09-30loplugin:fakebool (clang-cl)Stephan Bergmann
2021-09-03log PATH length and content when complaining about itCaolán McNamara
2021-09-01use a dummy clipboard when running unit testsNoel Grandin
2021-08-02display stack trace on assert for windows jenkins buildsNoel Grandin
2021-07-29Fix typosAndrea Gelmini
2021-07-28log access violation on windows tinderboxenNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-25Silence false loplugin:stringviewparam in conditional code (clang-cl)Stephan Bergmann
2020-09-25cppunittester: [_RUN_____] indicates unit test startJustin Luth
2020-09-23Silence cid#1467434Stephan Bergmann
2020-09-21cppunittester: Do not unload test librariesStephan Bergmann
2020-05-24Revert "Try to blind-solve cppunittester hangs on Windows"Mike Kaganski
2020-05-24Try to blind-solve cppunittester hangs on WindowsMike Kaganski
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2016-08-19coverity#1371449 Uninitialized scalar fieldCaolán McNamara
2016-07-01cppunittester: always print execution time of each testMichael Stahl
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara
2016-01-26fix the new CPPUNIT_TEST_NAME codeMarkus Mohrhard
2016-01-26support unnamed namespaces with CPPUNIT_TEST_NAMEMarkus Mohrhard
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-31sal: oops, forgot to commit that bitMichael Stahl
2015-08-31sal: don't use --target as parameter to cppunittesterMichael Stahl
2015-08-31sal: loplugin:stringconstantMiklos Vajna
2015-08-31log resource usage of unit tests on UNX platformsMarkus Mohrhard
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara
2015-04-30provide a way to execute single test case from test suiteMarkus Mohrhard
2015-03-27loplugin:staticfunctionNoel Grandin