fmt/fmt
Magnus Bjerke Vik 0bed09caaf Fix Android not being detected with latest NDK toolchain (#458)
When using the NDK 13b toolchain standalone or with CMake, ANDROID is not defined,
but __ANDROID__ is defined instead.

(cherry picked from commit bc6af7548b)
2017-06-08 11:29:36 +02:00
..
CMakeLists.txt Don't export the -std=c++11 flag from the fmt target 2017-06-08 11:29:16 +02:00
format.cc FMT_NULLPTR -> FMT_NULL and improve formatting 2017-06-08 11:22:50 +02:00
format.h Fix Android not being detected with latest NDK toolchain (#458) 2017-06-08 11:29:36 +02:00
ostream.cc Remove unnecessary "fmt/" prefix which should be maintained with additional include_directories() in each project. (#397) 2016-10-23 12:17:31 +02:00
ostream.h Remove unnecessary "fmt/" prefix which should be maintained with additional include_directories() in each project. (#397) 2016-10-23 12:17:31 +02:00
posix.cc FMT_NULLPTR -> FMT_NULL and improve formatting 2017-06-08 11:22:50 +02:00
posix.h FMT_NULLPTR -> FMT_NULL and improve formatting 2017-06-08 11:22:50 +02:00
time.h Remove unnecessary "fmt/" prefix which should be maintained with additional include_directories() in each project. (#397) 2016-10-23 12:17:31 +02:00