1. 13 Mar, 2018 1 commit
  2. 11 Jan, 2018 1 commit
    • Kenton Varda's avatar
      Replace all include guards with #pragma once. · 677a52ab
      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.
      677a52ab
  3. 29 Apr, 2017 1 commit
  4. 30 Mar, 2017 3 commits
  5. 24 Jan, 2017 1 commit
  6. 06 Apr, 2016 1 commit
    • Harris Hancock's avatar
      Regenerate json.capnp bootstrap · c05fb412
      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.
      c05fb412
  7. 29 Mar, 2016 1 commit