1. 30 Oct, 2014 1 commit
    • Philipp A. Hartmann's avatar
      Add customization macros for global new/delete · c557b230
      Philipp A. Hartmann authored
      As mentioned in #181, some environments may require adaptations to
      the internal calls to the global `new`/`delete` operators, like
      adding explicit `NULL` checks to `delete.
      
      This patch adds two new macros
       * RAPIDJSON_NEW(x)
       * RAPIDJSON_DELETE(x)
      to allow user-defined expressions in these cases.
      
      This fixes #181 in an alternative manner.
      c557b230
  2. 29 Oct, 2014 1 commit
  3. 28 Oct, 2014 4 commits
  4. 27 Oct, 2014 4 commits
  5. 26 Oct, 2014 1 commit
  6. 24 Oct, 2014 15 commits
  7. 23 Oct, 2014 5 commits
  8. 22 Oct, 2014 1 commit
    • Sean Leather's avatar
      Fix MemoryStream::Peek() and add test for fix · 0e715872
      Sean Leather authored
      MemoryStream::Peek() did not return '\0' if src_ == end_, but Peek() == '\0' is
      used in parsing in the GenericReader. Without this change, parsing with
      MemoryStream as the InputStream could result in a segmentation fault.
      0e715872
  9. 17 Oct, 2014 3 commits
  10. 26 Sep, 2014 1 commit
  11. 24 Sep, 2014 2 commits
  12. 18 Sep, 2014 1 commit
  13. 17 Sep, 2014 1 commit