1. 21 Dec, 2016 3 commits
  2. 28 Nov, 2016 2 commits
  3. 21 Nov, 2016 2 commits
  4. 05 Nov, 2016 2 commits
  5. 31 Oct, 2016 3 commits
  6. 26 Oct, 2016 3 commits
  7. 25 Oct, 2016 1 commit
  8. 21 Oct, 2016 2 commits
  9. 20 Oct, 2016 1 commit
  10. 18 Oct, 2016 5 commits
  11. 17 Oct, 2016 5 commits
  12. 14 Oct, 2016 1 commit
  13. 06 Oct, 2016 1 commit
  14. 05 Oct, 2016 6 commits
  15. 04 Oct, 2016 1 commit
  16. 01 Oct, 2016 1 commit
  17. 30 Sep, 2016 1 commit
    • Adam Majer's avatar
      Fix compilation with older GCC versions · cb017cbf
      Adam Majer authored
      Older GCC versions fail compiling RapidJSON due to a warning
      
      include/rapidjson/reader.h:578: error: suggest a space before ';' or explicit braces around empty body in 'while' statement
      : warnings being treated as errors
      cb017cbf