fmt/test
vitaut 438bd9b0e6 Add BasicCStringRef to represent a null-termated string (#100)
and use it instead of BasicStringRef in cases that assume that the
string is null-terminated such as POSIX function and format string
parser.
2015-06-26 07:43:54 -07:00
..
compile-test Update compile-test 2015-03-01 17:03:44 -08:00
assert-test.cc Only use death tests if available 2015-06-22 08:17:23 -07:00
CMakeLists.txt Move posix tests from gtest-extra-test to a separate test 2015-06-24 09:16:03 -07:00
format-impl-test.cc Fix assertion tests 2015-06-22 09:24:54 -07:00
format-test.cc Add BasicCStringRef to represent a null-termated string (#100) 2015-06-26 07:43:54 -07:00
gtest-extra-test.cc Workaround a bug in MinGW 2015-06-24 11:36:28 -07:00
gtest-extra.cc Move posix tests from gtest-extra-test to a separate test 2015-06-24 09:16:03 -07:00
gtest-extra.h Move posix tests from gtest-extra-test to a separate test 2015-06-24 09:16:03 -07: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 Test buffer 2014-10-01 08:12:10 -07:00
posix-mock-test.cc Add BasicCStringRef to represent a null-termated string (#100) 2015-06-26 07:43:54 -07:00
posix-mock.h Refactor posix tests 2015-06-24 08:43:30 -07:00
posix-test.cc Add BasicCStringRef to represent a null-termated string (#100) 2015-06-26 07:43:54 -07:00
printf-test.cc Replace implicit conversion to std::string with to_string 2015-06-17 07:59:41 -07:00
test-assert.h Fix assertion tests 2015-06-22 09:24:54 -07:00
test-main.cc Only include crtdbg.h when compiling with MSVC 2015-03-16 18:05:45 -07:00
util-test.cc Only use death tests if available 2015-06-22 08:17:23 -07:00
util.cc Move posix tests from gtest-extra-test to a separate test 2015-06-24 09:16:03 -07:00
util.h Move posix tests from gtest-extra-test to a separate test 2015-06-24 09:16:03 -07:00