yaml-cpp/test
Raoul Wols 942620bcba Add conversion and emitter support for various STL containers
* std::set -- Rendered as a yaml sequence
* std::unordered_set -- Rendered the same as std::set
* std::unordered_map -- Rendered the same as std::map
* std::deque -- Rendered the same as std::vector
* std::forward_list -- Rendered as a sequence, but decoding happens from
  back to front
* std::bitset -- Rendered as a yaml string of zeroes and ones
* std::tuple -- Rendered as a yaml sequence
2017-02-07 20:40:07 +01:00
..
gmock-1.7.0 Add gmock as dependency 2014-03-23 12:04:03 -05:00
integration Add conversion and emitter support for various STL containers 2017-02-07 20:40:07 +01:00
node Add conversion and emitter support for various STL containers 2017-02-07 20:40:07 +01:00
CMakeLists.txt Fix for broken build on cygwin using gcc - "error '[fileno, strdup, fdopen]' are not in scope" (#374) 2016-05-11 23:00:34 -05:00
create-emitter-tests.py Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting 2015-01-24 12:19:20 -06: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 EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting 2015-01-24 12:19:20 -06:00
ostream_wrapper_test.cpp Run IWYU 2014-03-22 22:46:04 -05:00
regex_test.cpp add some tests for RegEx 2016-03-26 14:52:11 -04:00
specexamples.h Convert spec tests to gtest with gmock 2014-03-23 12:49:30 -05:00