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