This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
https://github.com/jbeder/yaml-cpp
141
Commits
8
Branches
20
Tags
6.8
MiB
C++
86.5%
Python
10%
C
1.2%
CMake
1.2%
Starlark
0.6%
Other
0.4%
4457b7dd5b
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
jbeder
4457b7dd5b
Removed the implicit sequence code (since it's not used any more)
2009-08-24 22:58:47 +00:00
include
Added Node::Clone function
2009-08-24 20:10:42 +00:00
src
Removed the implicit sequence code (since it's not used any more)
2009-08-24 22:58:47 +00:00
util
Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
2009-07-10 23:39:14 +00:00
yaml-reader
Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent).
2009-08-24 22:56:54 +00:00
CMakeLists.txt
Fixed location of yaml-cpp.pc file
2009-07-24 06:18:46 +00:00
license.txt
Added the license.txt file describing the MIT license.
2008-09-03 04:37:06 +00:00
yaml-cpp.pc.cmake
Fixed yaml-cpp.pc file (with prefix)
2009-07-25 18:03:58 +00:00
yaml-reader.vcproj
Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there.
2009-05-31 06:36:01 +00:00
yamlcpp.sln
Moved the testing source to the yaml-reader folder.
2008-07-14 05:18:25 +00:00
yamlcpp.vcproj
Updated visual studio project, and fixed a VS warning
2009-07-20 20:18:59 +00:00