1. 03 Feb, 2016 2 commits
  2. 01 Feb, 2016 4 commits
  3. 29 Jan, 2016 1 commit
  4. 28 Jan, 2016 1 commit
  5. 22 Jan, 2016 1 commit
  6. 21 Jan, 2016 3 commits
  7. 20 Jan, 2016 9 commits
  8. 19 Jan, 2016 12 commits
  9. 18 Jan, 2016 3 commits
  10. 13 Jan, 2016 1 commit
  11. 09 Jan, 2016 1 commit
  12. 08 Jan, 2016 2 commits
    • Wouter van Oortmerssen's avatar
      Make flatc check for binary files to avoid accidental parsing. · 42c20d7a
      Wouter van Oortmerssen authored
      Binary file arguments to flatc have to be preceded by -- to
      identify them, forgetting this however results in them being
      attempted to be parsed as schema/json, with cryptic errors.
      This instead gives an error if 0 bytes are contained in your
      text file.
      
      Bug: 22069056
      Change-Id: I226bf651dcb016f18d7c8ffadcf23466a1fc0b87
      Tested: on Linux.
      42c20d7a
    • Wouter van Oortmerssen's avatar
      Ensured code is not generated directly from .proto files. · 63b526db
      Wouter van Oortmerssen authored
      The parser state generated from the .proto conversion process is
      not exactly the same as what you get by parsing the generated
      schema, which can cause problems. This check enforces that you
      first convert the .proto, then generate code from the new schema.
      
      Change-Id: I04b53af9288d87e256d1cc109388332fefb3a09f
      Tested: on Linux.
      63b526db