1. 08 Dec, 2014 2 commits
  2. 30 Nov, 2014 8 commits
  3. 28 Nov, 2014 1 commit
  4. 26 Nov, 2014 1 commit
    • Philipp A. Hartmann's avatar
      GenericValue: improve copying performance · 2aab7920
      Philipp A. Hartmann authored
      The GenericValue "copy" constructor (with Allocator) uses a temporary
      GenericDocument object to perform the deep copying with the provided
      allocator.  This leads to the temporary allocation of the `Stack`
      memory, even in case of shallow values (numbers, etc.).
      
      This patch improves the performance of this operation by only resorting
      the the SAX Handler implementation in case of Array or Object values.
      2aab7920
  5. 25 Nov, 2014 1 commit
  6. 23 Nov, 2014 6 commits
  7. 22 Nov, 2014 1 commit
  8. 21 Nov, 2014 1 commit
  9. 17 Nov, 2014 5 commits
  10. 14 Nov, 2014 3 commits
  11. 07 Nov, 2014 1 commit
  12. 06 Nov, 2014 5 commits
  13. 31 Oct, 2014 5 commits