1. 05 Aug, 2017 2 commits
  2. 28 Jul, 2017 2 commits
  3. 13 Jul, 2017 2 commits
  4. 11 Jul, 2017 2 commits
  5. 10 Jul, 2017 6 commits
  6. 09 Jul, 2017 4 commits
  7. 30 Jun, 2017 2 commits
  8. 28 Jun, 2017 2 commits
  9. 21 Jun, 2017 2 commits
  10. 15 Jun, 2017 1 commit
  11. 09 Jun, 2017 2 commits
  12. 28 May, 2017 1 commit
  13. 27 May, 2017 1 commit
  14. 25 May, 2017 3 commits
  15. 19 May, 2017 1 commit
  16. 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
  17. 12 May, 2017 3 commits
  18. 11 May, 2017 2 commits
  19. 10 May, 2017 1 commit