18 Commits

Author SHA1 Message Date
Gabriel Cruz
41bb2b36a7
feat(ffi): {.ffiStatic.} for context-independent procs (#138) 2026-07-24 12:35:11 -03:00
Gabriel Cruz
64cb4bfce4
feat(codegen): {.ffiConst.} constants and {.ffi.} enums for C/C++/Rust (#140) 2026-07-23 14:00:24 -03:00
Gabriel Cruz
98fb7da9e2
chore(c): ctx_destroy returns int (#135) 2026-07-22 16:21:18 -03:00
Gabriel Cruz
e60f771be6
feat(codegen): scalar-fast-path bindings for the abi = c header (#124) 2026-07-16 10:58:45 -03:00
Gabriel Cruz
4981a1b71e
chore: unify c and c_abi (#130) 2026-07-15 09:54:19 -03:00
Gabriel Cruz
5eaa799b7d
feat: CBOR-free abi=c C bindings (-d:targetLang=c_abi) (#109) 2026-07-06 13:48:08 -03:00
Gabriel Cruz
7e3fd96e74
feat(codegen): C binding generator (-d:targetLang=c) (#102) 2026-07-01 12:00:47 -03:00
Gabriel Cruz
64a332ca8b
feat(ffi): scalar type mappings + seq[byte] byte-string codec (#99) 2026-06-25 17:16:21 -03:00
Gabriel Cruz
16dc1b3573
chore(ci): add nph linting (#77) 2026-06-10 16:30:30 -03:00
Ivan FB
f96a5b158a
Remove wildcard event listener; keep per-event dispatch (#70) 2026-06-02 22:22:35 +02:00
Gabriel Cruz
7ccf34591d
chore: avoid throwing exceptions in C++ bindings (#46) 2026-05-29 12:35:49 -03:00
Ivan FB
e394166c46
Cpp typed event listeners (#51) 2026-05-28 22:40:33 +02:00
Gabriel Cruz
436c0d760b
test(cpp-e2e): add multi-context, cross-library, pipeline, stress tests (#30) (#42) 2026-05-26 09:18:12 -03:00
Ivan FB
6a7e4616fd
Adjust events to cbor (#39) 2026-05-25 15:51:56 +02:00
Gabriel Cruz
31d0ebfa51
chore(ci): extend cpp-e2e to OS matrix (#38) 2026-05-22 11:43:37 -03:00
Ivan FB
c7cf46bdea
avoid move ctor and assing operator in cpp generated code (#36) 2026-05-21 16:38:13 +02:00
Gabriel Cruz
ee472f05ad
chore(ci): fsanitize tests (#34) 2026-05-20 14:14:42 -03:00
Ivan FB
584e818ac9
Add basic cpp e2e tests (#27) 2026-05-19 12:43:34 +02:00