fmtlegacy/include/fmt
denchat f4dfd6e30f Suppress all clang-target-msvc test warning in CMake and other misc fixes (#1151)
* Fix conditional `char8_t` from `format.h` and fix `-Wunused-result` of [[no_discard]] begin() when in c++17

* Suppress `-Winconsistent-dllimport` when in clang-target-msvc

* Suppress warning _CRT_SECURE_NO_WARNINGS in MSVC and -Wdeprecated-declarations

Suppress warning _CRT_SECURE_NO_WARNINGS in MSVC and -Wdeprecated-declarations of POSIX functions in Clang target MSVC.
Those functions are used by gtest.

* Remove FMT_FUNC, mark FMT_API to export
2019-05-11 11:48:27 -07:00
..
chrono.h Fix formatting of extreme durations (#1154) 2019-05-11 08:42:02 -07:00
color.h Move enable_if to template params 2019-03-16 15:15:38 -07:00
core.h Fix compilation error under MSVC 19.21 (#1140) 2019-05-08 11:20:55 -07:00
format-inl.h Suppress all clang-target-msvc test warning in CMake and other misc fixes (#1151) 2019-05-11 11:48:27 -07:00
format.h Disable UDL templates on GCC 9 by default (#1148) 2019-05-11 08:58:39 -07:00
locale.h basic_buffer -> buffer 2019-04-07 20:32:28 -07:00
ostream.h Eliminate shadowed variable warnings from gcc-7.2 2019-05-04 08:00:31 -07:00
posix.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
prepare.h basic_buffer -> buffer 2019-04-07 20:32:28 -07:00
printf.h Convert negative precision to zero in printf (#1127) 2019-04-21 07:44:04 -07:00
ranges.h Move enable_if to template params 2019-03-16 15:15:38 -07:00
time.h Fix formatting of extreme durations (#1154) 2019-05-11 08:42:02 -07:00