1. 08 Mar, 2016 1 commit
  2. 06 Mar, 2016 1 commit
  3. 04 Mar, 2016 5 commits
  4. 29 Feb, 2016 3 commits
  5. 27 Feb, 2016 4 commits
  6. 22 Feb, 2016 3 commits
  7. 21 Feb, 2016 1 commit
  8. 08 Feb, 2016 4 commits
  9. 31 Jan, 2016 1 commit
  10. 29 Jan, 2016 1 commit
  11. 23 Jan, 2016 2 commits
  12. 18 Dec, 2015 2 commits
  13. 10 Aug, 2015 1 commit
  14. 14 Apr, 2015 1 commit
  15. 03 Apr, 2015 1 commit
  16. 01 Apr, 2015 1 commit
  17. 31 Mar, 2015 1 commit
    • Philipp A. Hartmann's avatar
      tutorial.cpp: fix insitu parsing (closes #273) · 953cda14
      Philipp A. Hartmann authored
      The insitu parsing example in the tutorial is using a local char
      buffer inside a nested scope.  After leaving the scope, the
      resulting Document object still references this (now invalid)
      memory locations.
      
      Some compilers reuse this space on the stack for other local
      variables later in the function, corrupting the original document.
      
      Drop the local scope to extend the lifetime of the buffer.
      953cda14
  18. 23 Feb, 2015 1 commit
  19. 19 Feb, 2015 1 commit
  20. 02 Feb, 2015 2 commits
  21. 23 Nov, 2014 1 commit
  22. 11 Nov, 2014 2 commits