fmt/test
mojoBrendan d8754af063 Allow %s as generic format specifier in printf (#453)
* Allow %s as generic format specifier in printf

Signed integers are formatted as %d
Unsigned integers are formatted as %u
Doubles are formatted as %f
Chars are formatted as %c
Void Pointers are formatted as %p

* Remove '%S' handling and use visitor for generic format strings

* Default for floating point is now "%g" rather than "%f"
2017-01-14 11:45:48 -08:00
..
add-subdirectory-test Correction of 418 (#420) 2016-11-11 18:27:39 +01:00
compile-test Fix FMT_STATIC_ASSERT compile test 2016-05-04 00:36:48 +02:00
find-package-test Correction of 418 (#420) 2016-11-11 18:27:39 +01:00
gmock Workaround an issue with "delete this" in GMock and gcc 6.1.1 2016-05-14 17:58:14 -07:00
gtest Move gmock into test/ 2016-02-10 07:16:49 -08:00
assert-test.cc cppformat -> fmt 2016-04-24 09:06:12 -07:00
CMakeLists.txt BasicContainerWriter utility added 2017-01-05 20:44:35 -08:00
container-test.cc BasicContainerWriter utility added 2017-01-05 20:44:35 -08:00
custom-formatter-test.cc Make printf argument formatters public (#335, #360) 2016-07-21 06:59:28 -07:00
format-impl-test.cc Issue #418 - Minimal supported library subset (#419) 2016-11-10 20:29:12 +01:00
format-test.cc Custom FormatSpec (#439) (#444) 2016-12-30 11:29:40 -08:00
gmock-gtest-all.cc Move gmock into test/ 2016-02-10 07:16:49 -08:00
gtest-extra-test.cc Move format_system_error to the public API (#323) 2016-05-13 07:19:39 -06:00
gtest-extra.cc Move format_system_error to the public API (#323) 2016-05-13 07:19:39 -06:00
gtest-extra.h Use a mock to test locale support 2016-05-19 17:38:44 -07:00
header-only-test2.cc cppformat -> fmt 2016-04-24 09:06:12 -07:00
header-only-test.cc cppformat -> fmt 2016-04-24 09:06:12 -07:00
macro-test.cc cppformat -> fmt 2016-04-24 09:06:12 -07:00
mock-allocator.h FMT_NULLPTR -> FMT_NULL and improve formatting 2016-11-06 09:05:58 -08:00
ostream-test.cc Move fmt::fprintf to printf.h 2016-08-03 08:52:05 -07:00
posix-mock-test.cc Fix test compilation for FreeBSD (#433) 2016-12-14 06:28:41 -08:00
posix-mock.h
posix-test.cc Fix -Wpessimizing-move 2016-06-14 15:53:40 -07:00
printf-test.cc Allow %s as generic format specifier in printf (#453) 2017-01-14 11:45:48 -08:00
string-test.cc Fix warnings 2016-11-06 12:37:31 -08:00
test-assert.h
test-main.cc Correct comment 2016-01-09 08:06:59 -08:00
time-test.cc Thread-safe time formatting 2016-10-17 07:00:04 -07:00
util-test.cc Using FMT_NULLPTR instead of literal 0 2016-11-03 06:39:40 -07:00
util.cc
util.h Move fmt::fprintf to printf.h 2016-08-03 08:52:05 -07:00