fmt/test
vitaut 8725d07d8b Place the anonymous namespace within the fmt namespace
for header-only configuration as suggested by Alf Steinbach.
2015-06-12 07:56:58 -07:00
..
compile-test Update compile-test 2015-03-01 17:03:44 -08:00
CMakeLists.txt Don't use windows.h if FMT_USE_WINDOWS_H is set to 0 2015-06-12 07:15:57 -07:00
format-impl-test.cc Place the anonymous namespace within the fmt namespace 2015-06-12 07:56:58 -07:00
format-test.cc Use textual representation for bool by default (#170) 2015-06-11 09:00:06 -07:00
gtest-extra-test.cc Woraround a bug in MinGW 2015-03-12 07:49:01 -07:00
gtest-extra.cc Use throw() when noexcept is not supported 2015-02-14 09:58:29 +08:00
gtest-extra.h Use throw() when noexcept is not supported 2015-02-14 09:58:29 +08:00
header-only-test2.cc Add a test for header-only configuration 2014-12-09 06:22:55 -08:00
header-only-test.cc Add a test for header-only configuration 2014-12-09 06:22:55 -08:00
macro-test.cc Move FMT_USE_VARIADIC_TEMPLATES definition to macro-test.cc 2015-03-17 07:57:30 -07:00
mock-allocator.h
posix-test.cc Fix MinGW build 2015-05-11 19:10:31 -07:00
posix-test.h Fix compilation of posix-test on MinGW 2015-05-06 07:29:58 -07:00
printf-test.cc Pass as many types as possible in a single integer to reduce code bloat 2015-03-24 08:55:40 -07:00
test-main.cc Only include crtdbg.h when compiling with MSVC 2015-03-16 18:05:45 -07:00
util-test.cc Use textual representation for bool by default (#170) 2015-06-11 09:00:06 -07:00
util.cc
util.h