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