1. 30 Jun, 2017 1 commit
    • Leo Mehr's avatar
      Tutorial: fix typos in examples and broken links · 0d62f5cd
      Leo Mehr authored
      In the move example, the code uses `contacts` when the diagrams use
      `contact` (no 's')
      
      The code in the example:
      ```    Value contacts(kArrayType);
          // adding elements to contacts array.
          // ...
          o.AddMember("contacts", contacts, d.GetAllocator());  // deep clone contacts (may be with lots of allocations)
          // destruct contacts.
      ```
      0d62f5cd
  2. 28 Jun, 2017 2 commits
  3. 21 Jun, 2017 2 commits
  4. 15 Jun, 2017 1 commit
  5. 09 Jun, 2017 2 commits
  6. 28 May, 2017 1 commit
  7. 27 May, 2017 1 commit
  8. 25 May, 2017 3 commits
  9. 19 May, 2017 1 commit
  10. 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
  11. 12 May, 2017 3 commits
  12. 11 May, 2017 2 commits
  13. 10 May, 2017 1 commit
  14. 04 May, 2017 3 commits
  15. 30 Apr, 2017 1 commit
  16. 29 Apr, 2017 1 commit
  17. 24 Apr, 2017 1 commit
  18. 22 Apr, 2017 1 commit
  19. 21 Apr, 2017 3 commits
  20. 17 Apr, 2017 1 commit
  21. 16 Apr, 2017 1 commit
  22. 14 Apr, 2017 1 commit
  23. 09 Apr, 2017 1 commit
  24. 07 Apr, 2017 2 commits
  25. 27 Mar, 2017 2 commits
  26. 25 Mar, 2017 1 commit