Commit Graph

22 Commits

Author SHA1 Message Date
b868bb1300 fix: correct namespace
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m1s
2026-01-06 23:07:41 +01:00
4147c47f7e fix: add missing Io parameter for different configuration option
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s
2026-01-06 23:05:51 +01:00
e813a3e195 mod: bump zig master version
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m8s
2026-01-06 22:04:34 +01:00
f43034cea9 fix(lint): correct typos
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m1s
2025-11-02 13:17:52 +01:00
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
bd33f9c8f9 doc: update README; update comments regarding open tasks and further features
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 54s
2025-11-01 00:38:34 +01:00
a211aafed6 doc: remove unnecessary comment
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 54s
2025-11-01 00:29:41 +01:00
411a6dc358 mod: support appending through posix file handle
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m21s
2025-11-01 00:01:50 +01:00
ab0898f9c4 chor: update zig version
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 55s
2025-09-29 23:28:53 +02: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
eb2ea38e34 feat(pretty_print): handle union and pointer (including slices)
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 37s
2025-07-17 21:55:22 +02:00
a21d84cfcf feat(zlog): colored level text and styled timestamps and scopes
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m27s
2025-02-24 14:01:49 +01:00
04795091a8 mod: handle errors as @panic calls instead of silently ignoring them
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m25s
Import order updated as well as `inline` inner private functions
2025-02-19 14:39:03 +01:00
e1473cde04 doc: remove unnecessary anyerror keyword
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m28s
Error union return type for format function documentation (and sample
implementation) has been adjusted. This results in the exact same code,
but without unnecessary error type definition, which is derived from the
compiler anyway.
2025-01-15 10:41:03 +01: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
dda2199706 bump to zig 0.14.dev
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 53s
2024-11-16 21:06:42 +01:00
87cd904c70 fix(timestamp): log without undefined values (0xAA)
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 42s
2024-11-04 22:32:59 +01: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
510b3ddfcf mod(zlog): pretty printing for user defined types
All checks were successful
Run Tests / test (push) Successful in 9m32s
Run Tests / lint (push) Successful in 9m43s
2024-08-28 17:40:41 +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