libipc/src
Philippe Pittoli 76e3144436 Ready for Zig v0.15.2. Details in commit message.
The library jumped to Zig v0.15.2 which implies a new build system.
`build.zig` now compiles libipc as both static and dynamic libraries,
and provides an entry point to use `libipc` as-is for Zig applications.

Some examples have been added to help new users play with the library.

Thanks to these fairly complete examples, two (very small) leaks related
to sentinel values (in arrays containing paths) were fixed.
2025-10-25 16:35:02 +02:00
..
callback.zig Compiles with zig-0.12 2024-06-06 03:39:52 +02:00
connection.zig Ready for Zig v0.15.2. Details in commit message. 2025-10-25 16:35:02 +02:00
context.zig Ready for Zig v0.15.2. Details in commit message. 2025-10-25 16:35:02 +02:00
event.zig Event now includes a "newfd" field for new client's fd. 2024-06-15 22:19:31 +02:00
exchange-fd.zig Ready for zig v0.13. 2024-06-07 14:49:48 +02:00
hexdump.zig Switching now works with provided bindings. 2024-06-16 16:02:03 +02:00
message.zig Switching now works with provided bindings. 2024-06-16 16:02:03 +02:00
root.zig Ready for Zig v0.15.2. Details in commit message. 2025-10-25 16:35:02 +02:00
switch.zig Ready for Zig v0.15.2. Details in commit message. 2025-10-25 16:35:02 +02:00
util.zig Fix all const values marked as "variables". 2024-03-21 02:53:25 +01:00
zigroot.zig Ready for Zig v0.15.2. Details in commit message. 2025-10-25 16:35:02 +02:00