We improved C++ support and test runner interface.
Cutter
Improvements
- UIconsole Changed to show messages on failure, error
and so on immediately. You need to use
(({--show-detail-immediately=no})) command line option
to show messages on end of test like earlier versions.
- UIGTK+ Supported iterated test.
- UIGTK+ Supported re-run test.
- UIGTK+ Unified cancel button and re-run button.
Changes
- Enabled deprecated GLib API. You need to use
(({--disable-deprecated-glib-api})) configure option to
disable deprecated GLib API.
- Supported Fedora 16.
- Dropped Fedora 15 support.
CppCutter
Improvements
- Added more supported types by ((<cppcut_assert_equal()>)).
- Added ((<cppcut_assert_not_equal()>)).
- Added ((<cppcut_assert_null()>)).
- Added ((<cppcut_assert_not_null()>)).
- Added ((<cppcut_assert_operator()>)).