1. 27 Oct, 2015 1 commit
  2. 26 Oct, 2015 2 commits
  3. 22 Oct, 2015 1 commit
  4. 15 Oct, 2015 3 commits
  5. 14 Oct, 2015 2 commits
  6. 13 Oct, 2015 1 commit
    • Andrey's avatar
      Comments parsing fixes. · f7960ac0
      Andrey authored
      * Comments parsing function correctly handles EOF.
      * Since SkipWhitespaceAndComments can generate errors, its calls should be followed by RAPIDJSON_PARSE_ERROR_EARLY_RETURN macro.
      * Some tests to make the bug never appear again.
      f7960ac0
  7. 11 Oct, 2015 1 commit
  8. 10 Oct, 2015 1 commit
    • FrankHB's avatar
      Fixed typo · 1640ce61
      FrankHB authored
      <algorith> should be <algorithm>.
      1640ce61
  9. 09 Oct, 2015 1 commit
  10. 08 Oct, 2015 1 commit
  11. 07 Oct, 2015 2 commits
  12. 19 Sep, 2015 1 commit
  13. 16 Sep, 2015 3 commits
  14. 03 Sep, 2015 1 commit
  15. 02 Sep, 2015 1 commit
  16. 01 Sep, 2015 2 commits
  17. 14 Aug, 2015 1 commit
  18. 13 Aug, 2015 3 commits
  19. 12 Aug, 2015 1 commit
  20. 10 Aug, 2015 2 commits
  21. 07 Aug, 2015 2 commits
  22. 04 Aug, 2015 1 commit
  23. 03 Aug, 2015 1 commit
  24. 02 Aug, 2015 1 commit
  25. 01 Aug, 2015 2 commits
  26. 25 Jul, 2015 1 commit
  27. 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