1. 24 Jan, 2017 24 commits
  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 1 commit
    • Harris Hancock's avatar
      Implement DynamicValue::Reader::as<DynamicValue>() · 73e9b41a
      Harris Hancock authored
      This is required to allow the compiler to successfully instantiate a
      JsonCodec::Handler<DynamicValue, Style::POINTER> using Handler's default
      partial specialization for Style::POINTER. Such an instantiation is
      currently only used in dead code that clang and gcc eliminate but MSVC
      does not, which is why the problem was not caught until now.
      
      Also implemented DynamicValue::Builder::as<DynamicValue>() to preserve
      symmetry.
      73e9b41a