1. 24 Nov, 2018 2 commits
  2. 22 Nov, 2018 1 commit
    • tnovotny's avatar
      add make_printf_args and make_wprintf_args functions (#934) · e37d6a98
      tnovotny authored
      * add make_printf_args and make_wprintf_args to printf.h
      add minimal test for make_printf_args and make_wprintf_args to printf-test.cc
      
      renamed the old printf_context template to basic_printf_context_t. the original wish was to rename it basic_printf_context, but that clashed with the name of the inner typedef. this style matches the format_context_t struct.
      e37d6a98
  3. 21 Nov, 2018 1 commit
  4. 20 Nov, 2018 6 commits
  5. 18 Nov, 2018 1 commit
  6. 17 Nov, 2018 1 commit
  7. 15 Nov, 2018 1 commit
  8. 14 Nov, 2018 1 commit
  9. 09 Nov, 2018 1 commit
  10. 08 Nov, 2018 3 commits
  11. 07 Nov, 2018 1 commit
  12. 06 Nov, 2018 3 commits
    • Park Dong-Ha's avatar
      Manifest & Gradle comment · 6b26e3f2
      Park Dong-Ha authored
      - #926
      - The version of android build results follows latest release(5.2.1)
      - Comment for Gradle and its plugin for android
       - `net.fmtlib` package name in the manifest
      6b26e3f2
    • Park Dong-Ha's avatar
      Update for Gradle build · d286c977
      Park Dong-Ha authored
      Recovered Gradle build with latest release (ver. 4.10.2)
      
      TravisCI
      - Changed several apt configurations & build steps for Android
      
      AndroidManifest:
      - package name: fmt -> org.fmtlib
      
      Gradle:
      - Plugin version 3.1.3. Requires Gradle 4.4+
      - Removed `x86` (duplicated with `x86_64`)
      - `-std=c++17`. Latest NDK(clang7) should support this
      - Missing `repositories` configuration
      
      For some reason, the `repositories` config affects to the error:
      "Could not find com.android.tools.lint:lint-gradle:26.1.3."
      d286c977
    • Park DongHa's avatar
      Get latest Gradle (ver. 4.10.2) · d951f6df
      Park DongHa authored
      Recovery of Gradle build. 1 of N
      Modified several apt configurationss and order of the build
      d951f6df
  13. 03 Nov, 2018 1 commit
  14. 28 Oct, 2018 8 commits
  15. 27 Oct, 2018 1 commit
  16. 26 Oct, 2018 1 commit
  17. 25 Oct, 2018 4 commits
  18. 24 Oct, 2018 3 commits