fmt/test
effzeh 73ca9948fe Fix FormatBuf implementation (#491)
Fixes #491 (and probably #480) Before, the put-area of the custom streambuf
implementation was (sometimes) incorrectly extended beyond the writeable buffer.
The new implementation is in some cases not as efficient as the old, but avoids
to write into uninitialized memory.
2017-04-08 09:07:33 -07:00
..
add-subdirectory-test Correction of 418 (#420) 2016-11-11 18:27:39 +01:00
compile-test
find-package-test Correction of 418 (#420) 2016-11-11 18:27:39 +01:00
gmock
gtest Fix error on MinGW 2017-02-25 09:00:56 -08:00
assert-test.cc
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
format-impl-test.cc Issue #418 - Minimal supported library subset (#419) 2016-11-10 20:29:12 +01:00
format-test.cc Add join argument allowing formating list of values separated by a (#466) 2017-02-08 06:55:12 -08:00
gmock-gtest-all.cc
gtest-extra-test.cc
gtest-extra.cc
gtest-extra.h
header-only-test2.cc
header-only-test.cc
macro-test.cc
mock-allocator.h FMT_NULLPTR -> FMT_NULL and improve formatting 2016-11-06 09:05:58 -08:00
ostream-test.cc Fix FormatBuf implementation (#491) 2017-04-08 09:07:33 -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
printf-test.cc %.f should have zero precision, not default precision 2017-04-08 07:18:10 -07:00
string-test.cc Fix warnings 2016-11-06 12:37:31 -08:00
test-assert.h
test-main.cc
time-test.cc
util-test.cc Using FMT_NULLPTR instead of literal 0 2016-11-03 06:39:40 -07:00
util.cc
util.h