summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* -Werror,-Wbind-to-temporary-copyStephan Bergmann2013-08-161-4/+0
| | | | | | "C++98 requires an accessible copy constructor for class 'CppUnit::TestCaseMethodFunctor' when binding a reference to a temporary; was private." (Clang)
* -Werror,-Woverloaded-virtualStephan Bergmann2013-08-161-0/+2
| | | | | | | "'CppUnit::TextTestResult::addFailure' hides overloaded virtual function; ../../include/cppunit/TestResult.h:85:16: note: hidden overloaded virtual function 'CppUnit::TestResult::addFailure' declared here: different number of parameters (2 vs 1)." (Clang)
* Bug # 51154: cppunit warning cleaningTobias Lippert2013-08-1524-25/+80
| | | | | | | | | | | | This patch allows to compile the code with gcc's -Weffc++ It consists mostly of making copy constructors and assignment operators explicit and private, and of initializing all members in initializer lists. Change-Id: I6f1cae812c58e3791c2386a1288501cf2f559610 Reviewed-on: https://gerrit.libreoffice.org/5424 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* add cppunit 1.13.1 changes to NEWSMarkus Mohrhard2013-05-251-2/+10
|
* update NEWS file with 1.13.2 changesMarkus Mohrhard2013-05-251-0/+9
|
* report dlerror messages on unixMarkus Mohrhard2013-05-251-1/+5
| | | | Upstream Libreoffice patch.
* add configuration for 64bit windows buildsMarkus Mohrhard2013-05-256-0/+1143
|
* allow compiling the cppunit solution as 64bit with MSVCMarkus Mohrhard2013-05-254-5/+5
|
* Obsolete AM_CONFIG_HEADER -> AC_CONFIG_HEADERSStephan Bergmann2013-01-011-1/+1
| | | | | (cf. <https://trac.macports.org/ticket/37428> "gnome-keyring @2.30.3 autoreconf fails with automake 1.13: possibly undefined macro: AM_CONFIG_HEADER")
* Use tabs as they are used in the rest of the file.Tomas Chvatal2012-12-041-7/+7
|
* support easy way to add debug informationMarkus Mohrhard2012-10-241-0/+16
|
* build with WextraMarkus Mohrhard2012-10-241-2/+2
|
* next version is 1.14.0 from the master branchMarkus Mohrhard2012-10-241-2/+3
|
* Fix "No newline at end of file"Julien Nabet2012-08-152-2/+2
|
* Bin deprecated attributesJulien Nabet2012-08-152-81/+0
|
* add execution permJulien Nabet2012-08-151-0/+0
|
* workaround problem when mxing older gcc with newer versions, fdo#52539Andriy Gapon2012-08-141-3/+6
|
* Version bump post release.Tomas Chvatal2012-08-111-1/+1
|
* Ignore build folder as we support OOT build.Tomas Chvatal2012-08-111-0/+1
|
* Merge branch 'master' into feature/buildsystem_rewritefeature/buildsystem_rewriteTomas Chvatal2012-08-112-4/+12
|\ | | | | | | | | Conflicts: config/ax_cxx_gcc_abi_demangle.m4
| * also adapt the configure check to portable header for freeMarkus Mohrhard2012-08-081-1/+1
| |
| * use portable way to access free, fdo#52536Markus Mohrhard2012-08-071-1/+1
| |
| * don't crash if demangling fails, fdo#52539Markus Mohrhard2012-08-071-2/+10
| |
* | Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal2012-08-0617-47/+1847
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: .gitignore autogen.sh configure.in doc/Makefile.am examples/cppunittest/TestAssertTest.cpp
| * gitignore: Ignore compiled files generated by 'make check'Robinson Tryon2012-07-281-0/+4
| |
| * gitignore: Ignore more build-generate filesRobinson Tryon2012-07-281-0/+2
| |
| * gitignore: Add generated files to ignore listRobinson Tryon2012-07-281-1/+6
| |
| * gitignore: Create .gitignore fileRobinson Tryon2012-07-281-0/+27
| | | | | | | | | | | | | | | | | | | | This commit adds a new top-level .gitignore file and adds ignores for the usual stuff: - Temporary/save files - Compiled object files - Other stuff created by the configure/build process This will make 'git status' give much more relevant output.
| * Fix non-doxygen buildcppunit-1.13.0Fridrich Štrba2012-06-281-2/+5
| |
| * Some build system tweaksFridrich Štrba2012-06-283-41/+76
| |
| * calm gcc paranoia about uninitialized stateMichael Meeks2012-06-271-0/+1
| |
| * avoid the need to work around auto_ptr warnings by dropping thatMichael Meeks2012-06-271-4/+13
| |
| * the 2005 project is not usefull, problems with the existing vcproj filesMarkus Mohrhard2012-06-221-99/+0
| |
| * update NEWSMarkus Mohrhard2012-06-211-17/+14
| |
| * add the remaining missing filesMarkus Mohrhard2012-06-215-0/+1689
| |
| * add visual studio 2005 and 2010 project files to build cppunit libsMarkus Mohrhard2012-06-212-0/+198
| |
| * fix visual studio 2005 buildMarkus Mohrhard2012-06-211-2/+4
| |
| * a bit warning cleaning in the testsMarkus Mohrhard2012-06-161-0/+4
| | | | | | | | -Werror -Wall -Wextra now works in make and in make check
| * TestDecorator assumes ownership and is not allowed to create copiesMarkus Mohrhard2012-06-161-1/+8
| |
| * update NEWSMarkus Mohrhard2012-06-131-0/+4
| |
| * correct documentation, sf#2185407Markus Mohrhard2012-06-131-1/+1
| |
| * correct documentation, sf#2186611Markus Mohrhard2012-06-131-2/+2
| | | | | | | | std::vector::at() throws std::out_of_range and not std::invalid_argument
| * adjust documentation to freedesktop homepageMarkus Mohrhard2012-05-052-14/+2
| |
* | Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal2012-08-063-6/+31
|\ \ | |/
| * update README to new freedesktop homeMarkus Mohrhard2012-04-251-6/+4
| |
| * add patch management to CodingGuidelinesMarkus Mohrhard2012-04-251-0/+13
| |
| * update NEWSMarkus Mohrhard2012-04-251-0/+14
| |
* | Use correct variable for pc file.Tomas Chvatal2012-04-251-1/+1
| |
* | Remove leftover from visio msvc compat.Tomas Chvatal2012-04-251-29/+4
| |
* | WaE: set but unused variables in testsMarkus Mohrhard2012-04-251-0/+8
| |