yaml-cpp/test
Andy Maloney d638508d33 Set C++ standard options in CMake per-target instead of globally (#735)
Setting CMAKE_CXX_STANDARD and CMAKE_CXX_STANDARD_REQUIRED directly is problematic when including yaml-cpp as a subproject.

The proper way is to set these per-target.
2019-09-10 07:51:13 -07:00
..
gtest-1.8.0 test: Upgrade googlemock 1.7.0 to googletest 1.8.0 2017-08-24 22:49:17 -05:00
integration Make sure output of NaN, Infinity and -Infinity is identical on all platforms (#717) 2019-08-03 21:41:45 -04:00
node Fix float precision (#649) 2018-12-21 09:05:19 -05:00
CMakeLists.txt Set C++ standard options in CMake per-target instead of globally (#735) 2019-09-10 07:51:13 -07:00
create-emitter-tests.py Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07:00
handler_test.h Factored out HandlerTest as a base class 2014-03-23 16:26:44 -05:00
main.cpp Convert node tests to gtest 2014-03-23 19:21:13 -05:00
mock_event_handler.h Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07:00
ostream_wrapper_test.cpp Run IWYU 2014-03-22 22:46:04 -05:00
regex_test.cpp Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686) 2019-03-13 15:18:34 -07:00
specexamples.h Convert spec tests to gtest with gmock 2014-03-23 12:49:30 -05:00