1. 16 Jun, 2018 6 commits
  2. 15 Jun, 2018 5 commits
  3. 01 Jun, 2018 1 commit
  4. 16 May, 2018 1 commit
  5. 11 May, 2018 3 commits
  6. 09 Apr, 2018 1 commit
  7. 26 Mar, 2018 3 commits
  8. 14 Mar, 2018 1 commit
  9. 08 Mar, 2018 2 commits
  10. 13 Feb, 2018 1 commit
  11. 13 Jan, 2018 2 commits
  12. 27 Nov, 2017 1 commit
  13. 30 Sep, 2017 1 commit
  14. 29 Sep, 2017 1 commit
  15. 24 Sep, 2017 1 commit
  16. 23 Sep, 2017 1 commit
  17. 16 Sep, 2017 1 commit
  18. 13 Sep, 2017 1 commit
  19. 06 Sep, 2017 1 commit
  20. 07 Aug, 2017 2 commits
  21. 05 Aug, 2017 2 commits
  22. 13 Jul, 2017 1 commit
  23. 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