- 28 Jul, 2017 1 commit
-
-
Kenton Varda authored
This supersedes the `capnp encode` and `capnp decode` commands. It didn't make sense to add JSON to those commands since it was unclear if JSON should be thought of as the "encoded" or "decoded" format. `convert` allows mapping anything to anything. This command is also useful for, say, converting unpacked format to packed format or vice versa, which can now be done without a schema.
-
- 27 Jul, 2017 5 commits
-
-
Kenton Varda authored
Allow an ExceptionCallback to control how new threads' ExceptionCallbacks are initialized.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fix minor typo: varibale -> variable
-
Tom Lee authored
-
- 26 Jul, 2017 4 commits
-
-
Kenton Varda authored
Clarify RPC spec documentation based on mail thread
-
Ross Light authored
-
Ross Light authored
-
Ross Light authored
Kenton rightly pointed out that this is an unnecessary round-trip.
-
- 25 Jul, 2017 2 commits
-
-
Kenton Varda authored
Update README.md
-
Alex Nolasco authored
protobuf link update
-
- 20 Jul, 2017 3 commits
-
-
Kenton Varda authored
Currently only implemented for Linux (when using futexes), since that's what I use. Will expand to other platforms later.
-
Branislav Katreniak authored
synchrozines behavior with autoconf build https://github.com/capnproto/capnproto/issues/515
-
-
- 12 Jul, 2017 4 commits
-
-
Koen Martens authored
-
Kenton Varda authored
Doc: Enforce comment-after-code rule
-
Kenton Varda authored
Install capnp-json.pc
-
Christian Hitz authored
-
- 05 Jul, 2017 1 commit
-
-
Tatsuyuki Ishi authored
While comments should appear after the code, some examples violate the convention. This commit enforces the rule.
-
- 30 Jun, 2017 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 29 Jun, 2017 2 commits
-
-
Kenton Varda authored
Minor: fix typo in `capnp help encode` documentation
-
cyrbil authored
-
- 27 Jun, 2017 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 26 Jun, 2017 1 commit
-
-
Kenton Varda authored
-
- 10 Jun, 2017 1 commit
-
-
Kenton Varda authored
Add versioning to the libraries in the CMake build
-
- 09 Jun, 2017 3 commits
-
-
Neal Gompa authored
The Autotools and CMake builds are almost the same, except for the libraries not being generated as versioned libraries in CMake. Fixing this lets Linux CMake builds be on the same level as Autotools ones.
-
Kenton Varda authored
Add cmake_minimum_required to root CMakeLists.txt
-
Graeme Hill authored
There was already a minimum version specified in the actual CMakeLists file in the C++ directory, but since the parent file does not have it you get a warning if you build in the idiomatic cmake fashion: mkdir build cd build cmake .. # <---- warning here because no minimum version specified I used 3.1 as min version because that is the same as specified in child file.
-
- 07 Jun, 2017 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
This reverts commit b50f6598.
-
Kenton Varda authored
-
- 05 Jun, 2017 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-