Projects / Cutter / Releases / Stable

RSS All releases tagged Stable

  •  01 Jan 2012 22:00

Release Notes: This release has an improved test runnter user interface and C++ support. The console test runner shows a test failure message immediately, not at the test's end. It's useful for debugging. You don't need to wait until tests are finished to see test failure message. You can see that a test failure message on a test is failed and start to debug the test immediately. Some C++ assertions are added: cppcut_assert_not_equal(), cppcut_assert_null(), cppcut_assert_not_null(), and cppcut_assert_operator().

Release Notes: This release includes some new features and new supported platforms. The new features are custom event loop support and test result notification with the "notify-send" command. The new supported platforms are Debian GNU/Linux squeeze, Ubuntu Maverick Meerkat, and Fedora 14.

  •  14 Apr 2010 09:18

Release Notes: This release improves data driven test support. An additional six dynamic data types are supported: size_t, char, boolean, double, int64, and uint64.

  •  03 Apr 2010 08:26

Release Notes: This minor update includes lcov 1.8 support and Windows support.

  •  26 Mar 2010 08:21

Release Notes: This release is a minor update. It includes some bug fixes and new features. Some new features include adding new assertions and improving GObject support.

  •  28 Aug 2009 07:44

Release Notes: HTTP client/server testing is supported. The feature is based on the libsoup HTTP client/server library.

  •  20 May 2009 12:01

Release Notes: The BFD dependency was removed. Cutter implements a shared library parser by itself. Users don't need to install BFD as a shared library. (Many platforms only provide BFD as static library.) Many negative assertions were added. For example, cut_assert_not_equal_int() is provided for a negative assertion of cut_assert_equal_int(). Fixture functions without the "cut_" prefix are deprecated. A fixture function name can conflict with another function name easily, so the "cut_" prefix is strongly recommended.

Screenshot

Project Spotlight

LanguageTool

A style and grammar checker for English, Polish, German, and other languages

Screenshot

Project Spotlight

nf1db

An in memory database engine.