fmt/test
2019-12-15 11:46:45 -08:00
..
add-subdirectory-test
compile-error-test
cuda-test Making CUDA test work with CMAKE_MSVC_RUNTIME_LIBRARY 2019-09-25 06:46:11 -07:00
find-package-test
fuzzing
gmock
gtest
assert-test.cc Fix dangling else problem in FMT_ASSERT 2019-11-30 07:52:33 -08:00
chrono-test.cc
CMakeLists.txt Add FMT_CUDA_TEST CMake option to enable cuda-test 2019-12-09 07:30:34 -08:00
color-test.cc Fix format overload that takes text_style (#1305) 2019-09-08 18:41:02 -07:00
compile-test.cc add test for multiple compilation types 2019-09-24 06:25:21 -07:00
core-test.cc Fix handling of streamable and convertible to string types 2019-11-25 16:46:33 -08:00
custom-formatter-test.cc Make buffer_range public and update custom formatting docs (#1281) 2019-08-28 06:50:20 -07:00
format Remove dependency on <cassert> 2019-11-29 09:37:18 -08:00
format-impl-test.cc Fix handling of int128_t in format-impl-test (#1461) 2019-12-08 17:07:20 -08:00
format-test.cc Move OS-specific APIs to a separate header 2019-12-15 11:46:45 -08:00
gmock-gtest-all.cc
grisu-test.cc Handle assymetric boundaries 2019-10-20 07:55:05 -07:00
gtest-extra-test.cc Improve POSIX API detection 2019-11-15 07:28:02 -08:00
gtest-extra.cc Don't use POSIX API on UWP 2019-11-17 08:29:08 -08:00
gtest-extra.h Improve POSIX API detection 2019-11-15 07:28:02 -08:00
header-only-test2.cc
header-only-test.cc
locale-test.cc Merge write_fp into write 2019-11-20 12:20:17 -08:00
mock-allocator.h
ostream-test.cc Fix handling of types convertible to std::string_view 2019-12-09 13:25:08 -08:00
posix-mock-test.cc Improve POSIX API detection 2019-11-15 07:28:02 -08:00
posix-mock.h
posix-test.cc Move OS-specific APIs to a separate header 2019-12-15 11:46:45 -08:00
printf-test.cc Clean-up sign-conversion warnings in test code 2019-12-08 16:07:43 -08:00
ranges-test.cc Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00
scan-test.cc
scan.h Clean-up sign-conversion warnings in test code 2019-12-08 16:07:43 -08:00
std-format-test.cc Use grouping() from locale for specifier 'n' 2019-11-05 07:22:12 +00:00
test-assert.h Add defaulted copy and move operations to format_error and system_error (#1347) 2019-10-11 10:44:20 -07:00
test-main.cc
util.cc Improve POSIX API detection 2019-11-15 07:28:02 -08:00
util.h