summaryrefslogtreecommitdiffstats
path: root/sal/cppunittester
Commit message (Expand)AuthorAgeFilesLines
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-9/+9
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-121-1/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-061-0/+1
* New loplugin:nestedunnamedStephan Bergmann2018-02-211-4/+0
* More loplugin:cstylecast: salStephan Bergmann2018-01-121-2/+2
* loplugin:includeform: salStephan Bergmann2017-10-231-22/+22
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl2017-04-271-3/+13
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-1/+2
* 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