Lix fork of capnproto with some minor patches we use
Find a file
Kenton Varda 812cad7a78
Merge pull request #2235 from ryanofsky/pr/abi
Avoid gcc/clang ABI incompatibility caused by PlacementNew
2025-02-07 12:46:12 -06:00
.github/workflows ci: Add FreeBSD job to Quick Tests 2025-01-21 21:45:20 +00:00
c++ Merge pull request #2235 from ryanofsky/pr/abi 2025-02-07 12:46:12 -06:00
doc Website: Update link to RPC Tracer 2025-01-21 15:28:35 -06:00
highlighting Fix typos 2022-01-05 00:14:36 +02:00
kjdoc Implement joinPromisesFailFast() 2023-05-09 14:06:29 +01:00
security-advisories Add security advisory for pointer-list-bounds bug. 2022-11-29 09:37:55 -06:00
.cirrus.yml Add Cirrus CI config to test FreeBSD. 2021-08-30 14:26:02 -07:00
.gitignore Update .gitignore 2022-11-18 14:00:58 -07:00
CMakeLists.txt Include CTest module in root 2021-10-15 11:17:44 -07:00
CONTRIBUTORS Add myself to CONTRIBUTORS 2018-05-24 17:59:22 +01:00
LICENSE Update LICENSE and CONTRIBUTORS to mention Cloudflare as a copyright holder. 2017-05-01 11:51:28 -07:00
mega-test-kenton-home.cfg Re-run tests, still passing. 2017-04-28 17:38:15 -07:00
mega-test-kenton-work.cfg Re-run tests, still passing. 2017-04-28 17:37:36 -07:00
mega-test-quick.cfg Fix test script ugh. 2014-12-13 19:21:07 -08:00
mega-test.py Improve test scripts, and add a new mega-test script which runs super-test on all platforms in parallel with progress bars. 2013-09-03 20:13:06 -07:00
README.md Fix Readme Links 2021-04-19 13:00:56 +02:00
RELEASE-PROCESS.md Update release process documentation. 2017-04-10 13:05:42 -07:00
release.sh Fix release script. 2024-12-21 09:34:25 -06:00
style-guide.md Update style guide guidance on indentation of braced init lists 2023-04-05 12:39:13 +01:00
super-test.sh test: Add nowerror option to super-test.sh script 2025-01-21 19:55:55 +00:00

Quick Tests Release Tests

Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.

Read more...