www.wildbearsoftware.com

1.4.0

Files

md5

fct.h

a26715ac0befc4bd90f8b74a75e661ea

fctx-doc-1.4.0.tar.gz

7bb67be4041dd784cc5502a0258f10ba

fctx-src-1.4.0.tar.gz

19636aa71235d2bddcbd2eecdd1ef01a

patch-1.4.0.gz

a34117148e14ea715d27fd99ba38390b

README.rst

20d0804709e4c31b9bd093a3699d66ae

NEWS-1.4.0

be78f354b9801cfaa95fe15d6abc8885

diffstat-1.4.0

f1e4673d414263cbed5806a1f184298a

ChangeLog-1.4.0

a62268ea12ab2c891d1cbe5fe516643a

Release Notes

  • ENH: Custom logger. You can now write and install a customized logger. See the examples/custom_logger directory within the source for details.
  • ENH: Test and Test Suites grow their own duration value. Getting the time for a particular test or test suite is a common logging operation. In order to simplify logging the test and test suite objects will now take care to report their durations.
  • FIX: Fix warnings generated for a "blank test" (i.e. "FCT_BGN() {} FCT_END()").