9 Commits

Author SHA1 Message Date
69da9265b8 mod: rem zlog dependency; stream line logging structure; do not write ansi control characters when logging to file
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m21s
2025-11-02 13:09:34 +01:00
b43361da73 mod: rename file to be more agnostic to zig language styling 2025-08-04 21:02:46 +02:00
4714ec2bf9 chor: update zig version 2025-08-04 21:02:46 +02:00
df515b8cad mod: remove dependency to c std library and replace with ztime dependency for a pure zig implementation
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 57s
2024-11-30 14:45:57 +01:00
06752299be build: check step
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 53s
2024-11-19 22:01:08 +01:00
f93e27fc8d doc: correct spell checking error
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 44s
2024-10-04 20:55:50 +02:00
7889a6ec7a mod(options): build options to log to stderr and/or a file
All checks were successful
Run Tests / test (push) Successful in 43s
Run Tests / lint (push) Successful in 39s
NOTE: file logging will not work correctly yet due to opening files
appending using the std is currently not implemented (as of zig version
0.13.0)!
2024-08-29 16:36:58 +02:00
eb7e78697c add(timestamp): timestamp build configuration option to add timestamps before log messages
All checks were successful
Run Tests / test (push) Successful in 9m33s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 22:25:06 +02:00
ffb28f8e5b initial commit
All checks were successful
Run Tests / test (push) Successful in 9m42s
Run Tests / lint (push) Successful in 9m43s
2024-08-27 17:17:02 +02:00