1. 03 Sep, 2014 2 commits
  2. 25 Aug, 2014 1 commit
  3. 22 Aug, 2014 7 commits
  4. 20 Aug, 2014 2 commits
  5. 19 Aug, 2014 3 commits
  6. 13 Aug, 2014 3 commits
  7. 12 Aug, 2014 4 commits
  8. 31 Jul, 2014 1 commit
  9. 29 Jul, 2014 2 commits
  10. 28 Jul, 2014 2 commits
  11. 25 Jul, 2014 3 commits
  12. 24 Jul, 2014 1 commit
  13. 20 Jul, 2014 1 commit
  14. 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
  15. 21 Jul, 2014 6 commits