File tree Expand file tree Collapse file tree 6 files changed +634
-0
lines changed Expand file tree Collapse file tree 6 files changed +634
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ endmacro()
4444
4545zr_add_library(allocator)
4646zr_add_library(logger)
47+ zr_add_library(timer)
4748
4849# ------------------------------------------------------------------------------
4950
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ namely fixed-width integer types and variadic macros.
2626| ---------| -------------| ----------------| -----------|
2727** [ allocator.h] ( include/zero/allocator.h ) ** | Aligned and non-aligned wrappers of malloc/realloc/free | 0.1.0 | [ changelog] ( changelogs/allocator.md )
2828** [ logger.h] ( include/zero/logger.h ) ** | Simple logger with different log levels and colouring | 0.1.0 | [ changelog] ( changelogs/logger.md )
29+ ** [ timer.h] ( include/zero/timer.h ) ** | High-resolution real time clock and CPU (user/system) clocks | 0.1.0 | [ changelog] ( changelogs/timer.md )
2930
3031
3132## FAQ
Original file line number Diff line number Diff line change 1+ Changelog For ` zero/timer.h `
2+ ============================
3+
4+ Version numbers comply with the [ Sementic Versioning Specification (SemVer)] .
5+
6+
7+ ## v0.1.0 (2018-03-13)
8+
9+ * Initial release.
10+
11+
12+ [ Sementic Versioning Specification (SemVer) ] : https://semver.org
You can’t perform that action at this time.
0 commit comments