1. 29 Sep, 2017 6 commits
  2. 14 Sep, 2017 1 commit
  3. 13 Sep, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 06 Sep, 2017 5 commits
  6. 05 Sep, 2017 1 commit
  7. 04 Sep, 2017 2 commits
  8. 02 Sep, 2017 1 commit
  9. 01 Sep, 2017 1 commit
  10. 07 Aug, 2017 4 commits
  11. 05 Aug, 2017 4 commits
  12. 28 Jul, 2017 2 commits
  13. 13 Jul, 2017 2 commits
  14. 11 Jul, 2017 2 commits
  15. 10 Jul, 2017 6 commits
  16. 09 Jul, 2017 1 commit
    • Philipp A. Hartmann's avatar
      Improved handling of NULL strings · 47c3c1ec
      Philipp A. Hartmann authored
       * Safely assert upon passing NULL string without length
         (requires usage of RAPIDJSON_ASSERT within an expression)
       * Allow using a NULL string together with an explicit length 0
         (GenericStringRef, GenericValue::SetString, ...), see #817
       * Add GenericValue::SetString(StringRefType, Allocator&) overload
       * Add tests for the various cases
      47c3c1ec