fmt/test
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
..
add-subdirectory-test
compile-test
find-package-test
gmock
gtest
assert-test.cc test: assert-test: fix typo in else-branch of EXPECT_DEBUG_DEATH_IF_SUPPORTED 2019-02-18 14:02:02 -10:00
chrono-test.cc Fix formatting of extreme durations (#1154) 2019-05-11 08:42:02 -07:00
CMakeLists.txt Suppress all clang-target-msvc test warning in CMake and other misc fixes (#1151) 2019-05-11 11:48:27 -07:00
color-test.cc Add color-test 2019-03-10 07:57:29 -07:00
core-test.cc basic_buffer -> buffer 2019-04-07 20:32:28 -07:00
custom-formatter-test.cc Move test_count_digits to format-impl-test and disable gtest warnings (#1147) 2019-05-07 12:09:11 -07:00
format-impl-test.cc Move internal::uintptr_t test to format-impl-test (#1152) 2019-05-11 06:58:22 -07:00
format-test.cc Suppress all clang-target-msvc test warning in CMake and other misc fixes (#1151) 2019-05-11 11:48:27 -07:00
gmock-gtest-all.cc
grisu-test.cc Fix handling of zero precision 2019-04-19 15:10:12 -07:00
gtest-extra-test.cc Enable [[noreturn]] some. 2019-04-08 07:53:59 -07:00
gtest-extra.cc
gtest-extra.h
header-only-test2.cc
header-only-test.cc
locale-test.cc
mock-allocator.h
ostream-test.cc Add specialization test 2019-04-19 17:15:46 -07:00
posix-mock-test.cc Suppress all clang-target-msvc test warning in CMake and other misc fixes (#1151) 2019-05-11 11:48:27 -07:00
posix-mock.h
posix-test.cc
prepare-test.cc
printf-test.cc Fix unexpected trailing decimal point (#1153) 2019-05-11 06:34:47 -07:00
ranges-test.cc basic_buffer -> buffer 2019-04-07 20:32:28 -07:00
std-format-test.cc Add <format> test 2019-04-13 11:37:52 -07:00
test-assert.h
test-main.cc
util.cc
util.h