This website requires JavaScript.
Explore
Help
Sign In
luo980
/
yaml-cpp
Watch
1
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
A YAML parser and emitter in C++
76
Commits
7
Branches
20
Tags
7
MiB
C++
87.3%
Python
9.4%
C
1.1%
CMake
1.1%
Starlark
0.6%
Other
0.4%
f8d81fff8c
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
Jesse Beder
f8d81fff8c
Replaced a pointer-centered try/catch block with std::auto_ptr
2008-11-20 03:41:40 +00:00
include
Added line/column data for nodes so they can give better invalid scalar exceptions.
2008-11-18 04:20:07 +00:00
src
Replaced a pointer-centered try/catch block with std::auto_ptr
2008-11-20 03:41:40 +00:00
yaml-reader
Added line/column data for nodes so they can give better invalid scalar exceptions.
2008-11-18 04:19:50 +00:00
CMakeLists.txt
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
2008-08-07 03:30:56 +00:00
license.txt
Added the license.txt file describing the MIT license.
2008-09-03 04:37:06 +00:00
yaml-reader.vcproj
Added more natural ways to parse boolean values (based on the YAML spec).
2008-09-25 00:15:40 +00:00
yamlcpp.sln
Moved the testing source to the yaml-reader folder.
2008-07-14 05:18:25 +00:00
yamlcpp.vcproj
2008-09-11 03:49:52 +00:00