This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Version 3.2.7
#376: Tighter checks on XML attributes
- IntegerParameterType has been made template over its signedness and size, which simplifies the code and enabled to easily:
- Check that the
Min
attribute is less than or equal to theMax
attribute; - Illegal attribute values will now consistently produce an error (e.g.
Max="foobar"
).
- Check that the
Misc
- Travis-related changes;
- Documentation fixes;
- Fix displaying of syntax errors in EDD files.