Commit d37a416
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | | - | |
| 281 | + | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
- .gitignore+1
- .travis.yml+5-3
- BUILD.bazel+14
- CMakeLists.txt+115-318
- README.md+6-2
- WORKSPACE+10
- include/yaml-cpp/anchor.h+1-1
- include/yaml-cpp/binary.h+1-1
- include/yaml-cpp/emitfromevents.h+12-12
- include/yaml-cpp/emitter.h+25-1
- include/yaml-cpp/emittermanip.h+6-6
- include/yaml-cpp/eventhandler.h+1-1
- include/yaml-cpp/exceptions.h+18-18
- include/yaml-cpp/node/convert.h+39-37
- include/yaml-cpp/node/detail/bool_type.h-26
- include/yaml-cpp/node/detail/impl.h+7-7
- include/yaml-cpp/node/detail/iterator.h+1-1
- include/yaml-cpp/node/detail/iterator_fwd.h+2-2
- include/yaml-cpp/node/detail/memory.h+1-1
- include/yaml-cpp/node/detail/node.h+3-4
- include/yaml-cpp/node/detail/node_data.h+4-4
- include/yaml-cpp/node/detail/node_iterator.h+14-14
- include/yaml-cpp/node/impl.h+8-44
- include/yaml-cpp/node/iterator.h+1-1
- include/yaml-cpp/node/node.h+3-4
- include/yaml-cpp/node/ptr.h+5-5
- include/yaml-cpp/ostream_wrapper.h+1-1
- include/yaml-cpp/traits.h+2-2
- src/binary.cpp+1-1
- src/convert.cpp+11-8
- src/emitter.cpp+1-1
- src/emitterstate.cpp+1-1
- src/emitterutils.cpp+5-5
- src/exceptions.cpp+13-13
- src/exp.cpp+3-4
- src/node_data.cpp+1-1
- src/nodebuilder.cpp+1-2
- src/nodebuilder.h+15-15
- src/nodeevents.h+2-2
- src/ostream_wrapper.cpp+3-3
- src/parser.cpp+6-14
- src/regex_yaml.h+1-1
- src/regeximpl.h+11-12
- src/scanner.cpp+1-1
- src/setting.h+3-3
- src/singledocparser.cpp+1-1
- src/singledocparser.h+1-1
- src/stream.cpp+1-1
- src/streamcharsource.h+2-3
- src/token.h+2-2
- test/BUILD.bazel+14
- test/CMakeLists.txt+40-55
- test/integration/emitter_test.cpp+48-7
- test/mock_event_handler.h+3
- test/node/node_test.cpp+25
- test/ostream_wrapper_test.cpp+1-1
- test/parser_test.cpp+16
- util/CMakeLists.txt+28-10
- yaml-cpp-config-version.cmake.in-11
- yaml-cpp.pc.in+2-2
0 commit comments