Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 20, 2015
  3. Oct 19, 2015
  4. Oct 18, 2015
  5. Oct 15, 2015
  6. Oct 13, 2015
  7. Oct 08, 2015
  8. Sep 29, 2015
  9. Sep 28, 2015
  10. Sep 25, 2015
  11. 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
  12. Sep 23, 2015
  13. Sep 21, 2015
  14. Sep 19, 2015
  15. Sep 16, 2015
  16. Sep 15, 2015
  17. Sep 14, 2015
  18. Sep 11, 2015
    • Jason Sanmiya's avatar
      Fix Visual Studio 2012 build warning. · 5db12e99
      Jason Sanmiya authored
      Also, remove execute permissions on several source files.
      
      Tested: Builds on Visual Studio 2012, and Linux.
      
      Change-Id: Idaacb2ae8eba98ce2974218c2ab840e97a1d67e9
      5db12e99
Loading