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