fmt/test
virgiliofornazin dfe3c76e06 Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h
This file adds support for using fmt library defining a custom namespace in your code
to avoid conflicting with other fmt library versions or 'encapsulate' the implementation
you are using inside another namespace.
2017-11-06 17:06:09 -02:00
..
add-subdirectory-test add alias targets with fmt namespace 2017-05-25 14:36:16 +03:00
compile-test Fix FMT_STATIC_ASSERT compile test 2016-05-04 00:36:48 +02:00
find-package-test added new namespace to the header only target in the find package test 2017-05-25 14:36:16 +03:00
gmock Workaround an issue with "delete this" in GMock and gcc 6.1.1 2016-05-14 17:58:14 -07:00
gtest Fix error on MinGW 2017-02-25 09:00:56 -08:00
assert-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
CMakeLists.txt BasicContainerWriter utility added 2017-01-05 20:44:35 -08:00
container-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
custom-formatter-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
format-impl-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
format-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
gmock-gtest-all.cc Move gmock into test/ 2016-02-10 07:16:49 -08:00
gtest-extra-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
gtest-extra.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
gtest-extra.h Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02: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 Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
mock-allocator.h Use allocator_traits if available. 2017-10-18 06:11:15 -07:00
ostream-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
posix-mock-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
posix-mock.h Refactor posix tests 2015-06-24 08:43:30 -07:00
posix-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
printf-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
string-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
test-assert.h Fix assertion tests 2015-06-22 09:24:54 -07:00
test-main.cc Correct comment 2016-01-09 08:06:59 -08:00
time-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
util-test.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
util.cc Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00
util.h Added support for "namespace encapsulation" (better explained as a custom namespace prefix) for fmt library, using the new header file custom_namespace.h 2017-11-06 17:06:09 -02:00