This file lists the major changes between versions. For a more detailed list of every change, see the Git log.
- tbd
- Major: Update dependencies and use new waf.
- Minor: Add
jthrows
class for exception helpers. - Minor: Fix
byte_byffer::set_position
to also work on older devices.
- Patch: Fix build.
- Major:
byte_buffer::data
is now calledbyte_buffer::direct_data
, and requires a ByteBuffer which is directly allocated..
- Patch: Fix bug in
byte_buffer::set_position
.
- Minor: Added
byte_buffer
wrapper.
- Minor: Added
get_boolean
,get_byte
,get_short
,get_int
,get_long
,get_float
,get_double
, andget_string
.
- Major: Updated CMake integration.
- Minor: Added
ptr_container
.
- Major: Initial release