Release Notes: This is a patch for a bug that in some cases caused malformed XML output by missing a close on the blocked_tests list.


Release Notes: This release fixes a minor bug with the NO_CORE_FILE test modifier which occurred on Linux when /proc/sys/kernel/core_pattern described piping the core dump to a program rather than saving to a file.


Release Notes: This release fixes an output buffering bug which could propagate blocked writes to output intensive tests, causing them to time out.


Release Notes: Disabled tests are now listed in the blocked-tests section as a reminder, predicates are easier to write and use with the help of a pseudo match operator=~, the limit on the number of tests run in parallel has been removed, and the formatting of data types in text form can now be specialized for test reports.


Release Notes: This is a patch for a bug that in some cases caused malformed XML output by missing a close on the blocked_tests list.


Release Notes: The new features are an additional optional parameter to ASSERT_THROW() and VERIFY_THROW() that checks the value of an exception object, two istream based versions of get_parameter() to pick values passed from the command line, and an option to build libcrpcut as a static or shared library.