summaryrefslogtreecommitdiff
path: root/sal/cppunittester
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-01-26fix the new CPPUNIT_TEST_NAME codeMarkus Mohrhard1-1/+5
2016-01-26support unnamed namespaces with CPPUNIT_TEST_NAMEMarkus Mohrhard1-1/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-31sal: oops, forgot to commit that bitMichael Stahl1-1/+1
2015-08-31sal: don't use --target as parameter to cppunittesterMichael Stahl1-4/+8
2015-08-31sal: loplugin:stringconstantMiklos Vajna1-1/+1
2015-08-31log resource usage of unit tests on UNX platformsMarkus Mohrhard1-0/+50
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara1-65/+74
2015-04-30provide a way to execute single test case from test suiteMarkus Mohrhard1-2/+31
2015-03-27loplugin:staticfunctionNoel Grandin1-3/+3
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-15cppunittester: make tracking down temp file leaks easierMichael Stahl1-0/+3
2014-06-04Keep TestFixture alive until outputter is done with itStephan Bergmann1-15/+19
2014-06-04Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann1-3/+8
2014-05-28dlclose confuses LeakSanitizerStephan Bergmann1-4/+3
2014-05-24cppunit: always compile with debugging symbols on windows.Michael Meeks1-0/+1
2014-05-20Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks1-0/+8
2014-05-06Avoid the annoying line wrappingTor Lillqvist1-1/+3
2014-04-29show the failure message again at the end of the testMarkus Mohrhard1-4/+1
2014-04-24Add a test listener that outputs failures to stderr as they happenTor Lillqvist1-1/+40
2014-04-24Add informative comment about cross-compiling to iOS in particularTor Lillqvist1-0/+8
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+5
2014-04-03Properly cover in #ifdef TIMETESTSStephan Bergmann1-0/+2
2014-03-31Move invariant writes outside loopStephan Bergmann1-2/+2
2014-03-30decorate tempfile name's to help identify leaks' authorNorbert Thiebaud1-0/+37
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-11-22Fail fastStephan Bergmann1-4/+2
2012-11-21android: fix cppunit testingMichael Meeks1-1/+2