fmt/support
Park Dong-Ha d286c97753 Update for Gradle build
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."
2018-11-05 17:31:09 -08:00
..
cmake cmake: output share/fmt.pc 2018-10-24 07:14:08 -07:00
rtd Update links 2016-04-28 06:47:43 -07:00
Android.mk Move Android.mk to support and update 2018-05-27 06:20:54 -07:00
AndroidManifest.xml Update for Gradle build 2018-11-05 17:31:09 -08:00
appveyor-build.py Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00
appveyor.yml Update changelog and CI 2018-07-04 17:43:07 -07:00
build.gradle Update for Gradle build 2018-11-05 17:31:09 -08:00
compute-powers.py Reformat and add a comment 2018-08-15 06:54:43 -07:00
docopt.py
fmt.pro Update paths in fmt.pro 2018-05-09 06:21:00 -07:00
manage.py Fix package upload (#828) 2018-08-11 07:57:45 -07:00
README Added a fmt.pro to support build using qmake (#641) 2018-02-10 07:22:02 -08:00
rst2md.py Minor cleanup 2018-09-13 07:37:50 -07:00
travis-build.py Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00
update-coverity-branch.py Fix a typo 2018-01-20 09:43:56 -08:00

This directory contains build support files such as

* CMake modules
* Build scripts
* qmake (static build with dynamic libc only)