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++
92
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%
947356a64a
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
947356a64a
Changed output library directory to /lib (in the source directory) - this makes more sense
2009-05-23 17:11:19 +00:00
include
Added emitter headers to yaml.h
2009-05-22 22:23:57 +00:00
src
Replaced direct emitter writing with an accessor to a C-string
2009-05-22 22:21:01 +00:00
yaml-reader
Added emitter headers to yaml.h
2009-05-22 22:23:57 +00:00
CMakeLists.txt
Changed output library directory to /lib (in the source directory) - this makes more sense
2009-05-23 17:11:19 +00:00
license.txt
Added the license.txt file describing the MIT license.
2008-09-03 04:37:06 +00:00
yaml-reader.vcproj
Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further.
2009-01-01 20:14:32 +00:00
yamlcpp.sln
Moved the testing source to the yaml-reader folder.
2008-07-14 05:18:25 +00:00
yamlcpp.vcproj
Merged aliases branch into trunk, changes r100:150
2009-05-22 21:48:05 +00:00