1. 24 Jan, 2017 1 commit
  2. 19 Jan, 2017 1 commit
  3. 21 Dec, 2016 2 commits
  4. 17 Oct, 2016 1 commit
  5. 05 Oct, 2016 1 commit
  6. 22 Sep, 2016 1 commit
  7. 21 Sep, 2016 1 commit
  8. 19 Sep, 2016 1 commit
  9. 16 Sep, 2016 1 commit
    • Milo Yip's avatar
      Refactor regex · 769185d6
      Milo Yip authored
      Remove mutable which causes reentrant issue
      769185d6
  10. 31 Aug, 2016 1 commit
  11. 30 Jun, 2016 1 commit
    • Jason Smith's avatar
      Fix buffer overrun using PutN (closes #672) · 252e8122
      Jason Smith authored
      Fix inconsistent calling of template functions in PutN in stream.h. When
      used with a GenericStringBuffer<<UTF8>, MemoryPoolAllocator>, PutN would call
      PutReserve from stream.h, and PutUnsafe from stringbuffer.h. This
      resulted in bytes being added to the buffer without allocating space.
      
      This was not an issue when used with the default memory allocator,
      because in this case the specialized PutN is used from stringbuffer.h.
      252e8122
  12. 27 Jun, 2016 1 commit
  13. 23 Jun, 2016 1 commit
    • Philipp A. Hartmann's avatar
      Fix warnings on GCC 6 and later (closes #666) · f6a07692
      Philipp A. Hartmann authored
      * document.h
        * suppress -Wterminate on GCC 6.x and later
        * simplify warning handling
      * schema.h
        * drop RAPIDJSON_NOEXCEPT from GenericSchemaDocument constructor
          (calls RAPIDJSON_NEW anyway)
        * simplify warning handling
          (avoids RAPIDJSON_POP mismatch on Clang)
      * encodingtest.cpp, istreamwrappertest.cpp
        * work around -Wdangling-else
      * readertest.cpp
        * suppress -Wdangling-else
      f6a07692
  14. 14 Jun, 2016 5 commits
  15. 13 Jun, 2016 4 commits
  16. 20 May, 2016 1 commit
    • Michael Thon's avatar
      Allow options for writing and parsing NaN/Infinity · 135da7ab
      Michael Thon authored
      This adds kWriteNanAndInfFlag to Writer to allow writing of nan,
      inf and -inf doubles as "NaN", "Infinity" and "-Infinity",
      respectively, and kParseNanAndInfFlag to Reader to allow parsing
      of "NaN", "Inf", "Infinity", "-Inf" and "-Infinity". This is part
      of issue #36, adding optional support for relaxed JSON syntax.
      135da7ab
  17. 19 Apr, 2016 1 commit
  18. 17 Apr, 2016 2 commits
  19. 16 Apr, 2016 7 commits
  20. 15 Apr, 2016 4 commits
  21. 06 Apr, 2016 1 commit
  22. 05 Apr, 2016 1 commit