summaryrefslogtreecommitdiffstats
path: root/sal/cppunittester
Commit message (Expand)AuthorAgeFilesLines
* coverity#1371449 Uninitialized scalar fieldCaolán McNamara2016-08-191-1/+4
* cppunittester: always print execution time of each testMichael Stahl2016-07-011-6/+3
* tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke2016-04-111-4/+8
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-02-081-1/+1
* fix the new CPPUNIT_TEST_NAME codeMarkus Mohrhard2016-01-261-1/+5
* support unnamed namespaces with CPPUNIT_TEST_NAMEMarkus Mohrhard2016-01-261-1/+17
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-6/+6
* Fix typosAndrea Gelmini2015-09-301-1/+1
* sal: oops, forgot to commit that bitMichael Stahl2015-08-311-1/+1
* sal: don't use --target as parameter to cppunittesterMichael Stahl2015-08-311-4/+8
* sal: loplugin:stringconstantMiklos Vajna2015-08-311-1/+1
* log resource usage of unit tests on UNX platformsMarkus Mohrhard2015-08-311-0/+50
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* coverity#1297235 Uncaught exceptionCaolán McNamara2015-05-091-65/+74
* provide a way to execute single test case from test suiteMarkus Mohrhard2015-04-301-2/+31
* loplugin:staticfunctionNoel Grandin2015-03-271-3/+3
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-2/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* cppunittester: make tracking down temp file leaks easierMichael Stahl2014-10-151-0/+3
* Keep TestFixture alive until outputter is done with itStephan Bergmann2014-06-041-15/+19
* Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann2014-06-041-3/+8
* dlclose confuses LeakSanitizerStephan Bergmann2014-05-281-4/+3
* cppunit: always compile with debugging symbols on windows.Michael Meeks2014-05-241-0/+1
* Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks2014-05-201-0/+8
* Avoid the annoying line wrappingTor Lillqvist2014-05-061-1/+3
* show the failure message again at the end of the testMarkus Mohrhard2014-04-291-4/+1
* Add a test listener that outputs failures to stderr as they happenTor Lillqvist2014-04-241-1/+40
* Add informative comment about cross-compiling to iOS in particularTor Lillqvist2014-04-241-0/+8
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-241-5/+5
* Properly cover in #ifdef TIMETESTSStephan Bergmann2014-04-031-0/+2
* Move invariant writes outside loopStephan Bergmann2014-03-311-2/+2
* decorate tempfile name's to help identify leaks' authorNorbert Thiebaud2014-03-301-0/+37
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* Drop duplicate #includeTakeshi Abe2013-12-021-1/+0
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2012-12-101-6/+4
* Fail fastStephan Bergmann2012-11-221-4/+2
* android: fix cppunit testingMichael Meeks2012-11-211-1/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-11-211-29/+21
* Be consistent with surrounding codeTor Lillqvist2012-10-111-2/+4
* WaE: 'fn' may be used uninitialized in this functionTor Lillqvist2012-10-111-1/+1
* Handle CppUnit::DynamicLibraryManagerExceptionTor Lillqvist2012-08-171-1/+7
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+1
* Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist2012-04-161-6/+11
* WaE: initialization orderMichael Stahl2012-04-131-1/+1
* push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara2012-04-131-6/+14
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-8/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1