This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-yaml-cpp
Watch
1
Star
0
Fork
0
You've already forked archived-yaml-cpp
mirror of
https://github.com/RPCS3/yaml-cpp.git
synced
2026-01-31 01:25:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c82122ba366fc9cfc22ca0a705f503cb9d2a602a
archived-yaml-cpp
/
include
/
yaml-cpp
/
node
History
beder
c82122ba36
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
2012-01-07 01:42:21 -06:00
..
detail
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
2012-01-07 01:42:21 -06:00
convert.h
Added bool conversions
2011-09-14 01:48:36 -05:00
emit.h
Added Dump()
2011-09-13 14:49:00 -05:00
impl.h
Fixed assignment with an empty node (new API) - a segfault that only showed up in debuggable
2011-12-20 22:19:54 -06:00
iterator.h
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
2011-09-10 17:57:23 -05:00
node.h
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
2012-01-07 01:42:21 -06:00
parse.h
Switched YAML::Parse to YAML::Load, and added LoadAll
2011-09-13 14:24:47 -05:00
ptr.h
Start of moving Value -> Node and Node -> old API Node (with a #define toggle)
2011-09-10 17:18:15 -05:00
type.h
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
2011-09-10 17:57:23 -05:00