1. 10 May, 2017 1 commit
  2. 04 May, 2017 3 commits
  3. 30 Apr, 2017 1 commit
  4. 29 Apr, 2017 1 commit
  5. 24 Apr, 2017 1 commit
  6. 22 Apr, 2017 1 commit
  7. 21 Apr, 2017 3 commits
  8. 17 Apr, 2017 1 commit
  9. 16 Apr, 2017 1 commit
  10. 14 Apr, 2017 1 commit
  11. 09 Apr, 2017 1 commit
  12. 07 Apr, 2017 2 commits
  13. 27 Mar, 2017 2 commits
  14. 25 Mar, 2017 1 commit
  15. 24 Mar, 2017 1 commit
  16. 23 Mar, 2017 1 commit
  17. 22 Mar, 2017 1 commit
  18. 20 Mar, 2017 2 commits
  19. 19 Mar, 2017 1 commit
  20. 16 Mar, 2017 4 commits
  21. 15 Mar, 2017 3 commits
  22. 14 Mar, 2017 2 commits
  23. 13 Mar, 2017 5 commits
    • John Stiles's avatar
      Remove all switch · f0c108b5
      John Stiles authored
      f0c108b5
    • John Stiles's avatar
      Initialize v_ to placate GCC · 6723e329
      John Stiles authored
      v_ has a value assigned to it as part of ParseNext() which happens in
      the constructor, but that’s not soon enough for GCC
      6723e329
    • John Stiles's avatar
      Remove switch · bf19c1a0
      John Stiles authored
      GCC and Clang cannot agree on what constitutes a good switch statement.
      bf19c1a0
    • Milo Yip's avatar
      Merge pull request #890 from StilesCrisis/issue-889 · 266870df
      Milo Yip authored
      Issue 889
      266870df
    • John Stiles's avatar
      Improve LookaheadParser · e7fd7076
      John Stiles authored
      Fix clang -Wswitch-enum warnings.
      Made NextArrayValue() more robust—now handles error state correctly,
      will enter error state if an unexpected state is reached.
      Made separate states for each value type to simplify getters.
      Simplified implementation of skipping arrays and objects.
      Skipping an object now works whether you’ve retrieved the key or not.
      e7fd7076