Package: quickfix / 1.15.1+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
quickfix | 1.15.1+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_disable_problematic_tests.patch | (download) |
src/C++/test/FieldConvertorsTestCase.cpp |
4 3 + 1 - 0 ! |
disable problematic tests. |
02_dtor_noexcept_false.patch | (download) |
UnitTest++/src/tests/TestTestMacros.cpp |
2 1 + 1 - 0 ! |
specify that the unit test fixture's dtor will throw exceptions. |
03_src_heartbeat.patch | (download) |
src/C++/Session.h |
2 2 + 0 - 0 ! |
add heartbeat object access. |
04_fix_automake_variable_names.patch | (download) |
examples/executor/C++/Makefile.am |
2 1 + 1 - 0 ! |
don't clobber user variables (e.g., includes, cxxflags, ldflags, etc.) from within automake. |
08_test_runner_bad_virtual_method_arg.patch | (download) |
UnitTest++/src/tests/TestTestRunner.cpp |
4 2 + 2 - 0 ! |
fix bad method virtual argument (closes: #648257) |
09_fix_atomic_count_header_namespace.patch | (download) |
src/C++/AtomicCount.h |
5 4 + 1 - 0 ! |
fix build failure with -denable_boost_atomic_count resulting from atomic_count being included from within fix namespace. |