1. 03 Dec, 2018 3 commits
  2. 02 Dec, 2018 2 commits
  3. 01 Dec, 2018 3 commits
  4. 30 Nov, 2018 4 commits
  5. 29 Nov, 2018 2 commits
  6. 28 Nov, 2018 3 commits
  7. 26 Nov, 2018 1 commit
  8. 25 Nov, 2018 2 commits
    • Victor Zverovich's avatar
      Fix dummy warnings · 645c76a9
      Victor Zverovich authored
      645c76a9
    • Daniela Engert's avatar
      Eliminate msvc compiler warnings (#931) · fecb2d6f
      Daniela Engert authored
      The sheer presence of 'std::gmtime' or 'std::localtime' gives rise to C4996 warnings in Microsofts compilers. Alas, the 'fallback(internal::null<>)'functions containing these library calls are never ADL-picked in the respective 'handle(internal::null<>)' selectors. Therefore hiding the fallbacks from msvc is perfectly fine.
      fecb2d6f
  9. 24 Nov, 2018 2 commits
  10. 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
  11. 21 Nov, 2018 1 commit
  12. 20 Nov, 2018 6 commits
  13. 18 Nov, 2018 1 commit
  14. 17 Nov, 2018 1 commit
  15. 15 Nov, 2018 1 commit
  16. 14 Nov, 2018 1 commit
  17. 09 Nov, 2018 1 commit
  18. 08 Nov, 2018 3 commits
  19. 07 Nov, 2018 1 commit
  20. 06 Nov, 2018 1 commit
    • 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