- 13 Mar, 2018 1 commit
-
-
Harris Hancock authored
-
- 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.
-
- 29 Apr, 2017 1 commit
-
-
Kenton Varda authored
-
- 30 Mar, 2017 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
TODO: - Rename Guarded to Bounded? - Consider bounded array (where size and indexes are bounded quantities). - Implement non-CAPNP_DEBUG_TYPES fallback. - Don't allow casting kj::maxValue to bounded type, this won't work right when not using debug types! - Verify that this change doesn't hurt performance.
-
- 24 Jan, 2017 1 commit
-
-
Harris Hancock authored
-
- 06 Apr, 2016 1 commit
-
-
Harris Hancock authored
json.capnp.{h,c++} must have been generated using an earlier version of the code generator, or an earlier version of capnpc-c++. Cloning capnproto/master, building and installing, then running regenerate-bootstraps.sh results in this diff.
-
- 29 Mar, 2016 1 commit
-
-
Branislav Katreniak authored
-