1. 19 Jan, 2016 1 commit
  2. 09 Jan, 2016 1 commit
  3. 08 Jan, 2016 1 commit
    • 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
  4. 07 Jan, 2016 3 commits
  5. 06 Jan, 2016 10 commits
  6. 05 Jan, 2016 4 commits
    • Chris Pickett's avatar
      Fixed MS static analysis warnings · 30013b4f
      Chris Pickett authored
      Cleaned up a few warnings to allow VS2012 to compile idl_parser and idl_gen_text (for exporting binary protobuf blobs as JSON) cleanly under static analysis.
      30013b4f
    • Chris Pickett's avatar
      Fix build for platforms not supporting realpath · 4731c7e5
      Chris Pickett authored
      Added a check for a preprocessor definition that can be set if the platform you're building for doesn't support any notion of absolute path resolution/realpath()/etc.
      4731c7e5
    • Chris Pickett's avatar
      Fixed compile warning with VS2012 · e0b2f818
      Chris Pickett authored
      flatbuffers\src\idl_parser.cpp(1516): warning C4244: 'argument' : conversion from 'int' to 'char', possible loss of data
      e0b2f818
    • Chris Pickett's avatar
      Fixed compile warning with VS2012 · 0e1601b8
      Chris Pickett authored
      flatbuffers\src\idl_parser.cpp(1525): warning C4127: conditional expression is constant
      flatbuffers\src\idl_parser.cpp(1546): warning C4127: conditional expression is constant
      0e1601b8
  7. 04 Jan, 2016 2 commits
  8. 02 Jan, 2016 1 commit
  9. 30 Dec, 2015 1 commit
  10. 29 Dec, 2015 2 commits
  11. 24 Dec, 2015 2 commits
  12. 22 Dec, 2015 4 commits
  13. 21 Dec, 2015 3 commits
  14. 17 Dec, 2015 1 commit
  15. 16 Dec, 2015 1 commit
  16. 15 Dec, 2015 2 commits
  17. 14 Dec, 2015 1 commit