1. 01 Aug, 2016 1 commit
  2. 29 Jul, 2016 2 commits
  3. 27 Jul, 2016 2 commits
  4. 23 Jul, 2016 1 commit
  5. 21 Jul, 2016 4 commits
  6. 14 Jul, 2016 1 commit
  7. 11 Jul, 2016 2 commits
  8. 02 Jul, 2016 1 commit
  9. 01 Jul, 2016 2 commits
  10. 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
  11. 29 Jun, 2016 1 commit
  12. 28 Jun, 2016 1 commit
  13. 27 Jun, 2016 3 commits
  14. 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
  15. 15 Jun, 2016 5 commits
  16. 14 Jun, 2016 8 commits
  17. 13 Jun, 2016 4 commits