1. 24 Sep, 2017 3 commits
  2. 23 Sep, 2017 2 commits
  3. 16 Sep, 2017 1 commit
  4. 14 Sep, 2017 1 commit
  5. 13 Sep, 2017 1 commit
  6. 07 Sep, 2017 1 commit
  7. 06 Sep, 2017 5 commits
  8. 05 Sep, 2017 1 commit
  9. 04 Sep, 2017 2 commits
  10. 02 Sep, 2017 1 commit
  11. 01 Sep, 2017 1 commit
  12. 07 Aug, 2017 4 commits
  13. 05 Aug, 2017 4 commits
  14. 28 Jul, 2017 2 commits
  15. 13 Jul, 2017 2 commits
  16. 11 Jul, 2017 2 commits
  17. 10 Jul, 2017 6 commits
  18. 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