- 21 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 20 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 19 Aug, 2013 2 commits
-
-
-
Kenton Varda authored
-
- 16 Aug, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Generate usable code for groups, although making schemas work is still an open problem. I think I'm going to do the schema rewrite now.
-
- 15 Aug, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Unnamed unions WIP. About to change MemberInfo format, which will require re-bootstrapping the code generator.
-
- 14 Aug, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Split libcapnp into three libraries: libkj, libcapnp, and libcapnpc. The third contains the schema parser. Unfortunately it is rather enormous so we should give people the option to not link it.
-
Kenton Varda authored
-
- 12 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 11 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 10 Aug, 2013 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 09 Aug, 2013 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Switch to the new compiler. All tests pass\! Need to submit bootstrap copies of the generated code used by the compiler itself. These bootstrap copies are still built by the old compiler at the moment.
-
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.
-
- 04 Aug, 2013 3 commits
-
-
Kenton Varda authored
Revert "Work around weird behavior in GCC 4.8 where it thinks this destructor's declaration and definition hase mismatching noexcept specs even though neither one has a noexcept spec at all." This reverts commit c088dd95. Reverted in favor of dwrensha's more complete fix.
-
Kenton Varda authored
Work around weird behavior in GCC 4.8 where it thinks this destructor's declaration and definition hase mismatching noexcept specs even though neither one has a noexcept spec at all.
-
David Renshaw authored
-
- 03 Aug, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Update Makefile.am to build new compiler. Not bootstrapping yet, of course, since the C++ output plugin is not written.
-
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.
-
- 02 Aug, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-