1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
2011-05-26 Michael Tautschnig <mt@debian.org>
* traceback_handler.cpp: don't use GCC private header
* posix.cpp: portable use of realpath
* stacktrace.t.cpp: Disable one test on kfreebsd
2011-02-28 Michael Tautschnig <mt@debian.org>
* platform.hpp: Proper #include for current ACE
2011-01-11 Michael Tautschnig <mt@debian.org>
* blind_test_run_result.ts.cpp: Use string::size_type instead of int for
proper unsigned comparison
* throwing_block_annotation.t.cpp: Use strcmp for char* comparison
2009-09-09 Michael Tautschnig <mt@debian.org>
* invariance_annotation.t.cpp: Reverted "m_throw is volatile" as it doesn't
affect recent GCC anymore
2010-05-27 Michael Tautschnig <mt@debian.org>
* configure.ac: Forcibly disable stacktrace on ARM
2010-02-14 Michael Tautschnig <mt@debian.org>
* file_test_data_source.cpp: Open test.dat in binary mode
* stream_test_system_main.hpp: Disable * command line expansion in MinGW/Msys
2010-02-13 Michael Tautschnig <mt@debian.org>
* config/runtest.sh: Use automake TESTS target with wrapper script instead of
check-local:: override
2010-02-12 Michael Tautschnig <mt@debian.org>
* extensions/stacktrace/: Added Florian Weimer's stacktrace generation code
(Linux-only)
2010-02-11 Michael Tautschnig <mt@debian.org>
* load_symbol.cpp, configure.ac: Use libltdl API instead of directly using
dlopen
* pp_config: MinGW compatibility
* configure.ac: Don't fail if pkg-config is not found, just disable ACE
2010-01-16 Michael Tautschnig <mt@debian.org>
* stream_test_system.cpp: Fixed typo "unkown"
2009-04-18 Michael Tautschnig <mt@debian.org>
* *.hpp, *.cpp: Updated copyright information
* configure.ac: Added -Wno-portability to autoreconf options to silence GNU
make warnings
2009-02-22 Michael Tautschnig <mt@debian.org>
* basic_exceptions/: Added useful exceptions for users of diagnostics
* invariance_annotation.t.cpp: Made m_throw volatile to fix FTBFS on s390
because of (reported) bug in GCC
2008-01-23 Michael Tautschnig <mt@debian.org>
* stream_test_system.cpp: #include cstring to fix FTBFS with gcc 4.3
2007-12-23 Michael Tautschnig <mt@debian.org>
* diff_generator.cpp: Check for possible overflows
2007-12-16 Michael Tautschnig <mt@debian.org>
* load_symbol.cpp: #include cstdlib to fix FTBFS with gcc 4.3
* lib_annotations.hpp: Merged back changes/improvements done in several
projects that use diagnostics
* stream_test_data_adaptor.cpp: Added info on what the letters mean to all
situations
* diff_generator.cpp, diff.t.cpp: Rewrote the LCSS code to fix the broken
diffs
* stream_test_system.cpp: Test for a sufficient number of arguments before
calling strcmp, added -h and help message
2007-03-07 Michael Tautschnig <tautschn@model.in.tum.de>
* Prepared for first public release
|