• Joined on 2025-10-27
rshen created repository rshen/librtti 2026-01-29 10:59:32 +08:00
rshen closed issue rshen/extra-nixpkgs#1 2025-10-31 17:03:45 +08:00
update capnpc to support feature introduced by https://gitea.shenrs.eu/rshen/c-capnproto/issues/1
rshen pushed to master at rshen/extra-nixpkgs 2025-10-31 17:03:19 +08:00
24b1374875 use capnpc which support user provided string duplication function
rshen commented on issue rshen/extra-nixpkgs#1 2025-10-31 17:02:14 +08:00
update capnpc to support feature introduced by https://gitea.shenrs.eu/rshen/c-capnproto/issues/1
diff --git a/pkgs/c/capnpc/package.nix b/pkgs/c/capnpc/package.nix
index d9faccf..d91de40 100644
--- a/pkgs/c/capnpc/package.nix
+++ b/pkgs/c/capnpc/package.nix
@@ -14,7 +14,8 @@…
rshen commented on issue rshen/c-capnproto#1 2025-10-31 17:02:07 +08:00
Enhance c-capnproto to support user provided string duplication function

code also updated to github:shen390s/c-capnproto.git

Rongsong

rshen opened issue rshen/extra-nixpkgs#1 2025-10-31 17:00:46 +08:00
update capnpc to support feature introduced by https://gitea.shenrs.eu/rshen/c-capnproto/issues/1
rshen created branch master in rshen/extra-nixpkgs 2025-10-31 16:53:50 +08:00
rshen pushed to master at rshen/extra-nixpkgs 2025-10-31 16:53:50 +08:00
f178a8a6b6 use fixed c-capnproto
2c4eacf5db use fixed c-capnproto
23c224c725 fix pkg data of capnpc
59c3a7615b fix pkg data of capnpc
9c3486dc19 use new version of capnpc-c
Compare 10 commits »
rshen created repository rshen/extra-nixpkgs 2025-10-31 16:53:03 +08:00
rshen closed issue rshen/c-capnproto#1 2025-10-31 16:51:58 +08:00
Enhance c-capnproto to support user provided string duplication function
rshen commented on issue rshen/c-capnproto#1 2025-10-31 16:47:47 +08:00
Enhance c-capnproto to support user provided string duplication function

code merged 368511ace7

Rongsong

rshen pushed to main at rshen/c-capnproto 2025-10-31 16:47:15 +08:00
368511ace7 support user provided string duplication function
rshen commented on issue rshen/c-capnproto#1 2025-10-31 16:45:40 +08:00
Enhance c-capnproto to support user provided string duplication function
diff --git a/compiler/capnpc-c.c b/compiler/capnpc-c.c
index c8eb6f4..6e95212 100644
--- a/compiler/capnpc-c.c
+++ b/compiler/capnpc-c.c
@@ -903,7 +903,7 @@ static void mk_simple_list_…
rshen opened issue rshen/c-capnproto#1 2025-10-31 16:42:07 +08:00
Enhance c-capnproto to support user provided string duplication function
rshen created branch main in rshen/c-capnproto 2025-10-31 16:32:49 +08:00
rshen pushed to main at rshen/c-capnproto 2025-10-31 16:32:49 +08:00
7484693df1 fix decode issue of structure with zero length list
94af71fa0b fix pkg data
a8a0da6ced fix pkgconfig data
891355581d fix missed file for cmake install
c1fe4d4a53 enhance list decode & provide pkgconfig data
Compare 10 commits »
rshen created repository rshen/c-capnproto 2025-10-31 16:32:07 +08:00