1. 06 Nov, 2015 1 commit
  2. 29 Oct, 2015 2 commits
  3. 28 Oct, 2015 2 commits
  4. 22 Oct, 2015 1 commit
    • Stewart Miles's avatar
      Improved build rule generation for Android flatbuffer headers. · ed88f7de
      Stewart Miles authored
      * Added the ability to create a build target for generated headers.
      * Made it possible for generated header targets to depend upon each
        other or arbitrary build targets.
      
      Tested:
      Verified some pretty complex libraries with numerous flatbuffer schema
      dependencies build using this macro on Linux with the NDK.
      Bug: 25188384
      
      Change-Id: I846855a50808e58c34cdf7086e93e7ea0df69e0d
      ed88f7de
  5. 20 Oct, 2015 3 commits
  6. 19 Oct, 2015 6 commits
  7. 18 Oct, 2015 2 commits
  8. 15 Oct, 2015 7 commits
  9. 13 Oct, 2015 1 commit
  10. 08 Oct, 2015 1 commit
  11. 29 Sep, 2015 1 commit
  12. 28 Sep, 2015 3 commits
  13. 25 Sep, 2015 4 commits
  14. 24 Sep, 2015 1 commit
    • Alex Ames's avatar
      Removed call to pop_back on std::string. · 703b7909
      Alex Ames authored
      The pop_back function was added to strings in C++11 and it appears not
      all compilers we target support it. The call to pop_back has been
      replaced with a call to erase.
      
      Tested on Linux. All unit tests pass.
      703b7909
  15. 23 Sep, 2015 1 commit
  16. 21 Sep, 2015 2 commits
  17. 19 Sep, 2015 1 commit
  18. 16 Sep, 2015 1 commit