1. 28 Jul, 2017 1 commit
  2. 13 Jul, 2017 2 commits
  3. 11 Jul, 2017 2 commits
  4. 10 Jul, 2017 6 commits
  5. 09 Jul, 2017 4 commits
  6. 30 Jun, 2017 2 commits
  7. 28 Jun, 2017 2 commits
  8. 21 Jun, 2017 2 commits
  9. 15 Jun, 2017 1 commit
  10. 09 Jun, 2017 2 commits
  11. 28 May, 2017 1 commit
  12. 27 May, 2017 1 commit
  13. 25 May, 2017 3 commits
  14. 19 May, 2017 1 commit
  15. 18 May, 2017 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue::CopyFrom: add option to force copying of strings · 4ef1ff4f
      Philipp A. Hartmann authored
      Copying the result of an in-situ parsing into another value/document
      currently requires that the original buffer - still holding the strings
      from the parsing, outlives the  destination object as well.
      
      In order to obtain a "full" copy of a GenericValue, this commit adds
      an optional flag `copyConstStrings` to `CopyFrom`, which then forces
      to take a copy of all embedded strings in the source value.
      
      This solves the problem discussed in #962.
      4ef1ff4f
  16. 12 May, 2017 3 commits
  17. 11 May, 2017 2 commits
  18. 10 May, 2017 1 commit
  19. 04 May, 2017 3 commits