Skip to content

Release 2017-10-16

Compare
Choose a tag to compare
@simonjwright simonjwright released this 16 Oct 12:59
· 159 commits to master since this release

Support for bounded strings and CRC32 is included.

The performance of Timing_Events is improved.

The restriction No_Recursion is removed (Ada_Drivers_Library uses it). It's still a good idea to include it where you can, possibly via a local configuration pragma: in your GPR's package Compiler,

for Local_Configuration_Pragmas use "no_recursion.adc";

where of course no_recursion.adc contains

pragma Restrictions (No_Recursion);