- 11 Jan, 2018 1 commit
-
-
Kenton Varda authored
@kloepper pointed out a while back that every compiler you've ever heard of supports this. Plus, it's more concise, it's not prone to copy-paste errors, and it looks nicer. At the time I wanted to remain consistent and I didn't feel like spending the time to update all my existing code. But, every time I've added a new header since I've cursed the include guard, so I finally broke down and changed it.
-
- 31 Mar, 2017 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 30 Mar, 2017 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Since this header is included by everyone, and units.h has lots of templates, this seems like it could significantly improve build times.
-
Kenton Varda authored
-
Kenton Varda authored
Don't allow kj::maxValue / kj::minValue for Guarded types, since they'll break down when CAPNP_DEBUG_TYPES is off.
-
Kenton Varda authored
-
- 24 Mar, 2017 1 commit
-
-
Kenton Varda authored
-
- 07 Nov, 2016 1 commit
-
-
Kenton Varda authored
-
- 20 May, 2016 1 commit
-
-
Harris Hancock authored
-
- 29 Sep, 2015 1 commit
-
-
Jacob Weisz authored
Mentioned three days ago, didn't want it to get forgotten
-
- 24 Nov, 2014 1 commit
-
-
Kenton Varda authored
The project file still only compiles a test binary, but it should be easy to separate out a library project from here. Thanks again to Bryan Boreham <bjboreham@gmail.com> for much help getting this working.
-
- 22 Nov, 2014 1 commit
-
-
Kenton Varda authored
This prevents the compiler from reporting warnings in these headers while compiling application code. Hopefully this will stem the never-ending stream of complaints from people who enable pedantic warnings.
-
- 20 Jun, 2014 1 commit
-
-
Kenton Varda authored
For portions currently copyright by Kenton (most of it), transfer copyright to Sandstorm Development Group, Inc. (Kenton's company). The license change is practically meaningless, as MIT and BSD 2-clause are legally equivalent. However, the BSD 2-clause license is sometimes confused for its ugly siblings, BSD 3-clause and BSD 4-clause. The MIT license is more immediately recognizeable for what it is. Rémy Blank and Jason Choy (the two non-trivial contributors) are on record as approving this change: https://groups.google.com/d/msg/capnproto/xXDd2HUOCcc/gbe_COIuXKYJ
-
- 01 Apr, 2014 1 commit
-
-
Kenton Varda authored
- Define separate times for durations vs. absolute times. - Make more consistent with existing precedents in KJ style.
-
- 01 Jan, 2014 1 commit
-
-
Fahrzin Hemmati authored
warning: 'constexpr' non-static member function will not be implicitly 'const' in C++1y; add 'const' to avoid a change in behavior [-Wconstexpr-not-const]
-
- 04 Jun, 2013 1 commit
-
-
Kenton Varda authored
-
- 31 May, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 30 May, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 29 May, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 25 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 23 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 21 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 17 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 16 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 15 May, 2013 1 commit
-
-
Kenton Varda authored
Mass rename 'reference' -> 'pointer'. Been meaning to do this for a while -- all the documentation talks about 'pointers', not 'references'.
-
- 11 May, 2013 1 commit
-
-
Kenton Varda authored
Dynamic API mostly done... not tested. This commit actually starts embedding the schema data in the generated code.
-
- 09 May, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 08 May, 2013 1 commit
-
-
Kenton Varda authored
Restore ability to upgrade from List(Bool) to List(T) where T is a struct whose @0 field is of type Bool. I previously disallowed this to reduce complexity, but it turned out to actually increase complexity.
-
- 07 May, 2013 1 commit
-
-
Kenton Varda authored
Starting on dynamic message manipulation (manipluating messages without knowing the schema, or without compiling in the schema).
-
- 06 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 04 May, 2013 1 commit
-
-
Kenton Varda authored
Implement code generator plugins. The Cap'n Proto compiler, when given -o foo, invokes the binary capnp-foo and passes the schema, in Cap'n Proto format, to its stdin. The binary is executed with the current working directory set to the desired output directory, so all it has to do is write the files.
-
- 26 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 25 Apr, 2013 1 commit
-
-
Kenton Varda authored
-