Changes for version 1.00
- released as 1.0 to solidify the API & guarantee backwards compat
- fixed RT #29753: Suppress warnings in "make test" (it was a bug in the test code)
- included accessors::ro (read only) and accessors::rw (read/write) on chocolateboy's request.
- changed performance test to be more lenient: 'set/get generated is < 15% slower than optimized (X %)' Threshold is now < 30% slower, because it was failing on some platforms (probably due to the amount of warnings generated by RT #29753, but upped the threshold anyway).
- set more invalid accessor names [updated list from chocolateboy]
Documentation
Modules
create accessor methods in caller's package.
create method chaining accessors in caller's package.
create 'classic' read/write accessor methods in caller's package.
create 'classic' read-only accessor methods in caller's package.
create 'classic' read/write accessor methods in caller's package.