- 15 Aug, 2013 1 commit
-
-
Kenton Varda authored
Unnamed unions WIP. About to change MemberInfo format, which will require re-bootstrapping the code generator.
-
- 14 Aug, 2013 6 commits
-
-
Kenton Varda authored
Minor typo in cxx.md
-
sth authored
-
Kenton Varda authored
-
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 8 commits
-
-
Kenton Varda authored
Fix typo
-
Bouke van der Bijl authored
-
Kenton Varda authored
-
Kenton Varda authored
Use tar-ustar to avoid problems with a long path in the gtest directory that crosses the 99-char tar-v7 limit if the package version number happens to be long enough. This was causing make distcheck to fail on release candidates, although it worked fine for final releases.
-
Kenton Varda authored
-
Kenton Varda authored
-
-
Kenton Varda authored
-
- 11 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 10 Aug, 2013 14 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Go back to prefering -std=gnu++11, but detect the one known case where this breaks and we need to use -std=c++11.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 09 Aug, 2013 8 commits
-
-
Kenton Varda authored
-
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.
-