1. 21 Feb, 2019 1 commit
    • Remove public 'inttypes.h' header · 247e6d90
      Remove an `inttypes.h` header that is too large in scope, and far too
      public.
      
      For Visual Studio 2012 and earlier (ie, `_MSC_VER < 1800`), we do need
      to include `stdint.h` in our public headers, for types like `uint32_t`.
      
      Internally, we also need to define `PRId64` as a printf formatting
      string when it is not available.
      Edward Thomson committed
  2. 17 Feb, 2019 6 commits
  3. 14 Feb, 2019 15 commits
  4. 13 Feb, 2019 2 commits
  5. 12 Feb, 2019 1 commit
  6. 02 Feb, 2019 2 commits
  7. 31 Jan, 2019 10 commits
  8. 30 Jan, 2019 2 commits
  9. 28 Jan, 2019 1 commit