yaml-cpp/test
Lukas Weber 2145c18879 meson build system support
Adds a meson.build file to build yaml-cpp. Meson supports downloading
third-party dependencies (like GTest) automatically if they are not
installed. This change allows meson users to use yaml-cpp very easily
as such a fallback, too.

The resulting installation for standard settings is the same as from
CMake but currently, the cmake package information is missing. Instead,
only the pkgconfig file is provided.
2019-04-05 10:58:13 +02: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 Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07:00
node Fix float precision (#649) 2018-12-21 09:05:19 -05:00
CMakeLists.txt Improvements to CMake buildsystem 2018-09-03 10:37:06 -05: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
meson.build meson build system support 2019-04-05 10:58:13 +02: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