1. 20 Aug, 2014 2 commits
  2. 19 Aug, 2014 3 commits
  3. 13 Aug, 2014 3 commits
  4. 12 Aug, 2014 4 commits
  5. 31 Jul, 2014 1 commit
  6. 29 Jul, 2014 2 commits
  7. 28 Jul, 2014 2 commits
  8. 25 Jul, 2014 3 commits
  9. 24 Jul, 2014 1 commit
  10. 20 Jul, 2014 1 commit
  11. 22 Jul, 2014 2 commits
    • Stewart Miles's avatar
      Terminate the output directory argument of flatc. · 60acef94
      Stewart Miles authored
      Given the command
      
      flatc -o . -c test.fbs
      
      it would generate header file
      
      .test_generated.h
      
      rather than
      
      ./test_generated.h
      
      This fixes this issue.
      
      Tested:
      Manually verified that flatc generates the correct output files given output
      paths ending with and without '/' on Linux and Windows.
      
      Bug: 16464827
      Change-Id: I854cb881286f22690f1885f942cf3fd2fc59ca8d
      60acef94
    • Alex Ames's avatar
      Corrected the order of the comments on namespace close parens · 3f53f73c
      Alex Ames authored
      Also removed the semicolon on the bracket. It makes -pedanic unhappy.
      
      Bug: 16399323
      Change-Id: I16ec0d67af13c3ca0bc6285741f5a95658d262bd
      3f53f73c
  12. 21 Jul, 2014 6 commits
  13. 15 Jul, 2014 1 commit
    • Wouter van Oortmerssen's avatar
      JSON parsing & text generation is now enum-identifier aware. · 3fb6a86d
      Wouter van Oortmerssen authored
      When Parsing JSON, it will read enums either as int values, identifiers
      specific to the enum type, or strings containing those identifiers.
      
      When generating text, it will output enum identifiers by default
      (this can be turned off in favor of integers, like before).
      
      Change-Id: If28b0a1f8f27de79aff3e626f40c0c0b271c325a
      Tested: on Windows and Linux
      Bug: 16214968
      3fb6a86d
  14. 14 Jul, 2014 2 commits
  15. 11 Jul, 2014 3 commits
  16. 10 Jul, 2014 4 commits