1. 16 Sep, 2015 1 commit
  2. 03 Sep, 2015 1 commit
  3. 02 Sep, 2015 1 commit
  4. 01 Sep, 2015 2 commits
  5. 14 Aug, 2015 1 commit
  6. 13 Aug, 2015 3 commits
  7. 12 Aug, 2015 1 commit
  8. 10 Aug, 2015 2 commits
  9. 07 Aug, 2015 2 commits
  10. 04 Aug, 2015 1 commit
  11. 03 Aug, 2015 1 commit
  12. 02 Aug, 2015 1 commit
  13. 01 Aug, 2015 2 commits
  14. 25 Jul, 2015 1 commit
  15. 24 Jul, 2015 1 commit
    • blackball's avatar
      Fix the error when compiled using vs2013 · fc50f103
      blackball authored
      The error message for the original codes is: unary minus operator applied to unsigned type, result still unsigned. Added static casting to eliminate this message.
      fc50f103
  16. 22 Jul, 2015 1 commit
  17. 21 Jul, 2015 7 commits
  18. 20 Jul, 2015 4 commits
  19. 17 Jul, 2015 1 commit
    • Philipp A. Hartmann's avatar
      prohibit C++11 move from Document to Value · fec9e8a4
      Philipp A. Hartmann authored
      As reported in #387, silently moving a `GenericDocument` to a
      `GenericValue` can lead to object slicing and premature deletion of
      the owning allocator of the (surviving) `GenericValue`.
      
      To reduce this risk, prohibit move construction of a `GenericValue`
      from a `GenericDocument`.
      fec9e8a4
  20. 13 Jul, 2015 3 commits
  21. 10 Jul, 2015 2 commits
  22. 09 Jul, 2015 1 commit