- 06 Dec, 2013 1 commit
-
-
Kenton Varda authored
Extend totalSizeInWords() to also return a count of capabilities, which helps when a separate capability table needs to be allocated as well. Use this in the RPC system.
-
- 30 Nov, 2013 1 commit
-
-
Kenton Varda authored
-
- 12 Nov, 2013 2 commits
-
-
Kenton Varda authored
Fix bug handling absolute source paths with no --src-prefix -- just output to the same directory in this case.
-
Kenton Varda authored
Define new KJ constants for min/max integer values and inf/nan, then remove all use of numeric_limits.
-
- 01 Sep, 2013 1 commit
-
-
Kenton Varda authored
-
- 31 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 29 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 28 Aug, 2013 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Extend 'capnp const' to support evaluating field default values as well as inner members of a value.
-
Kenton Varda authored
Make 'capnp decode' heuristically detect and warn when the wrong format flag (e.g. --packed, --flat) is used.
-
- 27 Aug, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 26 Aug, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 22 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 21 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 19 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 09 Aug, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 07 Aug, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Pull TextBlob out of capnpc-capnp and into KJ as kj::StringTree. Use it in the stringification code to make that code cleaner and avoid using iostreams.
-
- 06 Aug, 2013 1 commit
-
-
Kenton Varda authored
Arrange for compiler to send to the code generator the complete contents of all files listed on the command line, all first-level dependencies of those files, and parent scopes of those dependencies, but nothing more. This means it's sometimes possible to compile a schema file without parsing all transitive dependencies. Also, in 'decode' mode, don't compile annotations, so that the files defining those annotations need not be opened at all.
-
- 03 Aug, 2013 1 commit
-
-
Kenton Varda authored
Refactor compiler binary into a multi-tool with sub-commands like 'compile' and 'decode'. The latter dynamically decodes binary input to text based on a provided schema file.
-