*Added code to parse brackets in directive arguments, allowing @assertEquivalent([...],[...]). Needed for directives that must parse arguments to construct other calls.
*Extended assertTrue and assertFalse to cover arrays of logical.
*Removed dependency on CPP stringification in the REFLECT macro simplifying build.
*Bug fix: Improved portability of build, fixing problem with OUTPUT_FLAG, i.e. “-o”.
*Bug fix: Fixed build problem using latest NAG compiler under OS X (cmake/gmake)
*Replaced explicit invocations of python with $(PYTHON), set in GNUmakefile,
to aid specification of python version.
*Removed an extraneous allocate (Patch 5).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
3.0.2 Released 12/12 (master), though development not updated until 12/15.
Changes:
*Bug fix: Corrected lack of PRESENT check on some optional arguments.
*Extended maximum ranks of integer arrays to match that of FP arrays for assertEqual
*Added the following directives - meaning should be obvious from context
*Added code to parse brackets in directive arguments, allowing @assertEquivalent([...],[...]). Needed for directives that must parse arguments to construct other calls.
*Extended assertTrue and assertFalse to cover arrays of logical.
*Removed dependency on CPP stringification in the REFLECT macro simplifying build.
*Bug fix: Improved portability of build, fixing problem with OUTPUT_FLAG, i.e. “-o”.
*Bug fix: Fixed build problem using latest NAG compiler under OS X (cmake/gmake)
*Replaced explicit invocations of python with $(PYTHON), set in GNUmakefile,
to aid specification of python version.
*Removed an extraneous allocate (Patch 5).