Skip to content
Snippets Groups Projects
  1. Oct 28, 2015
  2. Oct 22, 2015
    • 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
  3. Oct 20, 2015
  4. Oct 19, 2015
  5. Oct 18, 2015
  6. Oct 15, 2015
  7. Oct 13, 2015
  8. Oct 08, 2015
  9. Sep 29, 2015
  10. Sep 28, 2015
  11. Sep 25, 2015
  12. Sep 24, 2015
    • 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
  13. Sep 23, 2015
  14. Sep 21, 2015
  15. Sep 19, 2015
  16. Sep 16, 2015
  17. Sep 15, 2015
Loading