pkgsrc/devel/cppunit
wiz 13e69c30f6 Updated cppunit to 1.14.0.
New in CppUnit 1.14.0:
  ---------------------

  - TestCaller supports any callable that can be put into
    std::function<void()>.

  - CPPUNIT_TEST_PARAMETERIZED executes a test for any value in
    an iteratable.

  - Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER,
                    ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL

* Portability:
  - Always build with C++11.

  - Always require RTTI support.

  - Removed support for compilers that don't support
    default template arguments with standard containers.

  - Removed portability headers for wrapper around
    standard containers.

  - Support C++11 enum class in asserter.

* Test Plug-in Runner:
  - Fixed crash on Win64 in test runner (fdo#81433)

* Removed features

  - QT test runner

  - msvc6 test runners

  - msvc6 plugin

  - BeOS support
2017-04-19 12:20:08 +00:00
..
patches Updated cppunit to 1.14.0. 2017-04-19 12:20:08 +00:00
buildlink3.mk
DESCR
distinfo Updated cppunit to 1.14.0. 2017-04-19 12:20:08 +00:00
Makefile Updated cppunit to 1.14.0. 2017-04-19 12:20:08 +00:00
options.mk
PLIST Updated cppunit to 1.14.0. 2017-04-19 12:20:08 +00:00