Version numbers comply with the Sementic Versioning Specification (SemVer).
v0.2.0 (2018-05-26)
- Log messages.
- Guard against
_POSIX_C_SOURCE
being not defined. - Refer directly to structs and enums instead of using typedefs.
- Rename
ZrResult
toZrStatus
. - Rename the macro
ZR_IMPLEMENTATION
toZR_DEFINE_IMPLEMENTATION
. - Rename the macros
ZR_TIMER_STATIC
andZR_STATIC
respectively toZR_TIMER_SPECIFY_INTERNAL_LINKAGE
andZR_SPECIFY_INTERNAL_LINKAGE
. - Don't define the
extern "C"
as a namespace.
- Module-specific macro
ZR_TIMER_ASSERT
.
- Initial release.