Changelog For zero/timer.h
May 26, 2018 ยท View on GitHub
Version numbers comply with the Sementic Versioning Specification (SemVer).
v0.2.0 (2018-05-26)
Added
- Log messages.
Changed
- Guard against
_POSIX_C_SOURCEbeing not defined. - Refer directly to structs and enums instead of using typedefs.
- Rename
ZrResulttoZrStatus. - Rename the macro
ZR_IMPLEMENTATIONtoZR_DEFINE_IMPLEMENTATION. - Rename the macros
ZR_TIMER_STATICandZR_STATICrespectively toZR_TIMER_SPECIFY_INTERNAL_LINKAGEandZR_SPECIFY_INTERNAL_LINKAGE. - Don't define the
extern "C"as a namespace.
Removed
- Module-specific macro
ZR_TIMER_ASSERT.
v0.1.0 (2018-03-13)
- Initial release.