Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/buildsystem_rewritefeature/buildsystem_rewrite | Tomas Chvatal | 2012-08-11 | 2 | -4/+12 |
|\ | | | | | | | | | Conflicts: config/ax_cxx_gcc_abi_demangle.m4 | ||||
| * | also adapt the configure check to portable header for free | Markus Mohrhard | 2012-08-08 | 1 | -1/+1 |
| | | |||||
| * | use portable way to access free, fdo#52536 | Markus Mohrhard | 2012-08-07 | 1 | -1/+1 |
| | | |||||
| * | don't crash if demangling fails, fdo#52539 | Markus Mohrhard | 2012-08-07 | 1 | -2/+10 |
| | | |||||
* | | Merge branch 'master' into feature/buildsystem_rewrite | Tomas Chvatal | 2012-08-06 | 17 | -47/+1847 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: .gitignore autogen.sh configure.in doc/Makefile.am examples/cppunittest/TestAssertTest.cpp | ||||
| * | gitignore: Ignore compiled files generated by 'make check' | Robinson Tryon | 2012-07-28 | 1 | -0/+4 |
| | | |||||
| * | gitignore: Ignore more build-generate files | Robinson Tryon | 2012-07-28 | 1 | -0/+2 |
| | | |||||
| * | gitignore: Add generated files to ignore list | Robinson Tryon | 2012-07-28 | 1 | -1/+6 |
| | | |||||
| * | gitignore: Create .gitignore file | Robinson Tryon | 2012-07-28 | 1 | -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.0 | Fridrich Štrba | 2012-06-28 | 1 | -2/+5 |
| | | |||||
| * | Some build system tweaks | Fridrich Štrba | 2012-06-28 | 3 | -41/+76 |
| | | |||||
| * | calm gcc paranoia about uninitialized state | Michael Meeks | 2012-06-27 | 1 | -0/+1 |
| | | |||||
| * | avoid the need to work around auto_ptr warnings by dropping that | Michael Meeks | 2012-06-27 | 1 | -4/+13 |
| | | |||||
| * | the 2005 project is not usefull, problems with the existing vcproj files | Markus Mohrhard | 2012-06-22 | 1 | -99/+0 |
| | | |||||
| * | update NEWS | Markus Mohrhard | 2012-06-21 | 1 | -17/+14 |
| | | |||||
| * | add the remaining missing files | Markus Mohrhard | 2012-06-21 | 5 | -0/+1689 |
| | | |||||
| * | add visual studio 2005 and 2010 project files to build cppunit libs | Markus Mohrhard | 2012-06-21 | 2 | -0/+198 |
| | | |||||
| * | fix visual studio 2005 build | Markus Mohrhard | 2012-06-21 | 1 | -2/+4 |
| | | |||||
| * | a bit warning cleaning in the tests | Markus Mohrhard | 2012-06-16 | 1 | -0/+4 |
| | | | | | | | | -Werror -Wall -Wextra now works in make and in make check | ||||
| * | TestDecorator assumes ownership and is not allowed to create copies | Markus Mohrhard | 2012-06-16 | 1 | -1/+8 |
| | | |||||
| * | update NEWS | Markus Mohrhard | 2012-06-13 | 1 | -0/+4 |
| | | |||||
| * | correct documentation, sf#2185407 | Markus Mohrhard | 2012-06-13 | 1 | -1/+1 |
| | | |||||
| * | correct documentation, sf#2186611 | Markus Mohrhard | 2012-06-13 | 1 | -2/+2 |
| | | | | | | | | std::vector::at() throws std::out_of_range and not std::invalid_argument | ||||
| * | adjust documentation to freedesktop homepage | Markus Mohrhard | 2012-05-05 | 2 | -14/+2 |
| | | |||||
* | | Merge branch 'master' into feature/buildsystem_rewrite | Tomas Chvatal | 2012-08-06 | 3 | -6/+31 |
|\ \ | |/ | |||||
| * | update README to new freedesktop home | Markus Mohrhard | 2012-04-25 | 1 | -6/+4 |
| | | |||||
| * | add patch management to CodingGuidelines | Markus Mohrhard | 2012-04-25 | 1 | -0/+13 |
| | | |||||
| * | update NEWS | Markus Mohrhard | 2012-04-25 | 1 | -0/+14 |
| | | |||||
* | | Use correct variable for pc file. | Tomas Chvatal | 2012-04-25 | 1 | -1/+1 |
| | | |||||
* | | Remove leftover from visio msvc compat. | Tomas Chvatal | 2012-04-25 | 1 | -29/+4 |
| | | |||||
* | | WaE: set but unused variables in tests | Markus Mohrhard | 2012-04-25 | 1 | -0/+8 |
| | | |||||
* | | try to fix problem with ISO c++ function vs object pointer | Markus Mohrhard | 2012-04-25 | 1 | -2/+3 |
| | | | | | | | | http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#195 | ||||
* | | it should be cppunit and not libvisio | Markus Mohrhard | 2012-04-25 | 1 | -1/+1 |
| | | |||||
* | | disable -Weffc++ warning as it throws too much stuff around now. | Tomas Chvatal | 2012-04-25 | 1 | -1/+2 |
| | | |||||
* | | Automake cleanup, install and generate changelog | Tomas Chvatal | 2012-04-25 | 14 | -3858/+77 |
| | | |||||
* | | Remove patch that was already applied at some point. | Tomas Chvatal | 2012-04-25 | 1 | -281/+0 |
| | | |||||
* | | Add the quirks to produce same config.h as previously | Tomas Chvatal | 2012-04-25 | 11 | -8/+121 |
| | | |||||
* | | Add new autoconf using the latest macros | Tomas Chvatal | 2012-04-25 | 32 | -607/+752 |
|/ | | | | | | | | | This add new macros from autoconf-archive instead of the old broken ones. Also cleans up the configure.in and moves it to configure.ac. This setup as-is is not working. Next step is checking config.h to contain same contend for before/after update. | ||||
* | Fix as-needed build. | Tomas Chvatal | 2012-02-24 | 1 | -0/+1 |
| | |||||
* | GCC -Werror=sign-promo | Stephan Bergmann | 2012-02-14 | 1 | -0/+15 |
| | |||||
* | Improve previous warnings patch | Stephan Bergmann | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Fix for Solaris "finite" in ieeefp.h instead of math.h | Stephan Bergmann | 2012-02-01 | 1 | -0/+5 |
| | | | | See <https://sourceforge.net/tracker/?func=detail&aid=2912590&group_id=11795&atid=311795>. | ||||
* | don't set api/abi entries for 1.13.0 | Markus Mohrhard | 2012-01-28 | 1 | -2/+2 |
| | |||||
* | remove references to old cvs and sourceforge | Markus Mohrhard | 2012-01-28 | 4 | -116/+0 |
| | |||||
* | upstream libreoffice patch for sf#3123759 | Markus Mohrhard | 2012-01-28 | 1 | -1/+1 |
| | | | | | based on a debian patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cppunit.diff;att=1;bug=338252 | ||||
* | development for 1.13.0 | Markus Mohrhard | 2012-01-27 | 1 | -4/+4 |
| | |||||
* | Portability.h contains #define CPPUNIT_VERSION "1.12.0", sf#2983798 | Markus Mohrhard | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | upstream libreoffice patch related to rhbz#641350 | Markus Mohrhard | 2012-01-27 | 2 | -0/+6 |
| | | | | impl. destructor of Cppunit::Message causes segfault when test | ||||
* | upstream libreoffice warnings patch | Markus Mohrhard | 2012-01-27 | 1 | -4/+2 |
| | |||||
* | Config/ax_cxx_gcc_abi_demangle. | Baptiste Lepilleur | 2009-11-24 | 4 | -0/+8 |
| | | | | | config/ax_cxx_gcc_abi_demangle.m4: * src/cppunit/TypeInfoHelper.cpp: Fixed demangling of symbols on gcc 4.3 (bug #2796543). |