1. 15 Mar, 2017 1 commit
  2. 13 Mar, 2017 4 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
    • 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
  3. 09 Mar, 2017 2 commits
  4. 08 Mar, 2017 7 commits
  5. 06 Mar, 2017 2 commits
  6. 05 Mar, 2017 5 commits
  7. 03 Mar, 2017 7 commits
  8. 01 Mar, 2017 3 commits
  9. 28 Feb, 2017 9 commits