1. 24 Jan, 2017 2 commits
    • Harris Hancock's avatar
      Only build parsing code if we're not using MSVC · 6c7014a2
      Harris Hancock authored
      Disallow MSVC from building the parsing code by default because the latest
      stable MSVC (VS2015 Update 3) ICEs when trying to compile the `anyOfChars`
      combinator.
      
      Note that VS2015 Update 2 and VS2017 can compile the parsing code, with a
      little help. To experiment with this, you can override the default
      behavior with -DCAPNP_BUILD_TOOLS=ON.
      6c7014a2
    • Harris Hancock's avatar
      Allow MSVC to build non-lite mode · d6d5c792
      Harris Hancock authored
      d6d5c792
  2. 23 Jan, 2017 1 commit
  3. 22 Jan, 2017 2 commits
  4. 05 Jan, 2017 2 commits
  5. 03 Jan, 2017 1 commit
    • Ross Light's avatar
      Add getFd method to FdInputStream and FdOutputStream · 1c2fb362
      Ross Light authored
      These methods are useful if you're receiving a generic stream in
      application code and would like to check some non-stream behavior about
      the file (e.g. stat or isatty).  Of course, downcasting can fail and
      code should not rely on the file descriptor being available.
      1c2fb362
  6. 29 Dec, 2016 1 commit
  7. 13 Dec, 2016 1 commit
  8. 12 Dec, 2016 2 commits
  9. 05 Dec, 2016 1 commit
  10. 01 Dec, 2016 2 commits
  11. 27 Nov, 2016 1 commit
  12. 25 Nov, 2016 1 commit
  13. 19 Nov, 2016 5 commits
  14. 18 Nov, 2016 2 commits
  15. 15 Nov, 2016 4 commits
  16. 12 Nov, 2016 1 commit
  17. 07 Nov, 2016 11 commits