1. 27 Aug, 2012 2 commits
    • Andrey Kamaev's avatar
      Added CCache support to Android build · bcf8dd51
      Andrey Kamaev authored
      To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
      to the path to your ccache binary. When declared, the android.cmake.toolchain
      automatically uses CCache when compiling any C/C++ source file. For example:
      
      export NDK_CCACHE=ccache
      bcf8dd51
    • Andrey Kamaev's avatar
      Pass list of modules to javadoc generator · 5c01d13f
      Andrey Kamaev authored
      Previously the generator always uses hardcoded list of modules.
      This fix replaces hardcoded list with actual set of modules coming from cmake.
      5c01d13f
  2. 24 Aug, 2012 11 commits
  3. 23 Aug, 2012 13 commits
  4. 22 Aug, 2012 8 commits
  5. 21 Aug, 2012 6 commits