Set release branch version to 0.7.1.
3 files changed
tree: 0722a1aa72499dfd97aaa1cb7b38f8bdff304e88
  1. c++/
  2. doc/
  3. highlighting/
  4. security-advisories/
  5. .gitignore
  6. .travis.yml
  7. appveyor.yml
  8. CMakeLists.txt
  9. CONTRIBUTORS
  10. LICENSE
  11. mega-test-kenton-home.cfg
  12. mega-test-kenton-work.cfg
  13. mega-test-quick.cfg
  14. mega-test.py
  15. README.md
  16. RELEASE-PROCESS.md
  17. release.sh
  18. style-guide.md
  19. super-test.sh
README.md

Unix: Unix Build Status Windows: Windows Build Status

Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.

Read more...