Overlord
  • Er, der dieses Gitea schuf.

  • Joined on 2025-09-24
Overlord pushed to develop at Overlord/zocket 2026-08-02 21:41:19 +00:00
0a7ad2662c Introduce deinitIfExists utility and replace deinitIfLive for optional resource cleanup in main.zig.
Overlord pushed to develop at Overlord/zocket 2026-08-02 21:13:21 +00:00
88d312e713 Refactor deinitIfLive: adjust return type and parameter naming; update allocator usage in main.zig
Overlord pushed to develop at Overlord/zocket 2026-08-02 20:59:06 +00:00
d70a051a57 Introduce deinitIfLive utility and integrate enhanced memory management
Overlord pushed to develop at Overlord/zocket 2026-08-02 16:17:01 +00:00
b1bdfccd1e Enhance build options and refactor memory management for configuration parsing
84c4158aaa Update configuration handling: refine path resolution and allocator usage in main.zig
Compare 2 commits »
Overlord pushed to develop at Overlord/zocket 2026-08-01 21:28:22 +00:00
250829e922 Refactor configuration handling and integrate command-line argument parsing with args.zig
Overlord pushed to develop at Overlord/zocket 2026-08-01 20:04:49 +00:00
f902086e14 Clean up formatting and remove redundant debug output in main.zig
Overlord pushed to develop at Overlord/zocket 2026-08-01 20:01:52 +00:00
569700d6bd Update configuration paths and enhance allocator handling in main.zig
Overlord pushed to develop at Overlord/zocket 2026-08-01 12:23:09 +00:00
a7aa1517ca Add Config structure, TOML parser, and tests for zocket configuration
Overlord pushed to develop at Overlord/zocket 2026-07-31 21:09:15 +00:00
aa3b77eeda Add initial zocket/config.toml and define Zig dependency for TOML parsing
Overlord created branch develop in Overlord/zocket 2026-07-31 16:30:20 +00:00
Overlord pushed to develop at Overlord/zocket 2026-07-31 16:30:20 +00:00
7d85821643 Add initial Zig build system and project structure
Overlord created repository Overlord/zocket 2026-07-31 15:45:22 +00:00
Overlord pushed to master at Overlord/gzw-eac-fix 2026-04-17 14:59:02 +00:00
c167c3a9ba minor fixes
Overlord created branch master in Overlord/gzw-eac-fix 2026-04-17 12:25:17 +00:00
Overlord pushed to master at Overlord/gzw-eac-fix 2026-04-17 12:25:17 +00:00
04a0ae6cf9 init
Overlord created repository Overlord/gzw-eac-fix 2026-04-17 12:02:25 +00:00
Overlord pushed to develop at Overlord/PMP 2026-03-05 20:32:41 +00:00
b4543efaeb Implement Display trait for Target in pmp-macro-misc to enhance flag formatting and readability
Overlord pushed to develop at Overlord/PMP 2026-03-05 20:16:50 +00:00
a238b63e51 Refactor macro handling: add pascal_to_snake utility, rewrite Target handling, and update descriptor structure for bits-based targets.
Overlord pushed to develop at Overlord/PMP 2026-03-05 07:22:31 +00:00
36b065ddb2 Introduce pmp-macro-core crate: implement attribute parsing, macro registration, and boilerplate generation for PmpMacro trait.
Overlord pushed to develop at Overlord/PMP 2026-03-05 07:02:00 +00:00
431fe30e34 Introduce pmp-core crate: provide shared proc-macro utilities, strict attribute parsing, and reusable helpers for pmp-* crates.