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
643ea61a98d1f98850bb9da83caec3fe5026a4d8
archived-yaml-cpp
/
include
/
yaml-cpp
/
node
History
Jesse Beder
643ea61a98
Updated new API conversion to handle nan/inf and to throw when the conversion didn't use the entire string (e.g., parsing 1.2 as an integer)
2012-01-12 23:49:05 -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
Updated new API conversion to handle nan/inf and to throw when the conversion didn't use the entire string (e.g., parsing 1.2 as an integer)
2012-01-12 23:49:05 -06:00
emit.h
Added Dump()
2011-09-13 14:49:00 -05:00
impl.h
Added default parameters for the as<> function (new API)
2012-01-12 01:03:31 -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
Added default parameters for the as<> function (new API)
2012-01-12 01:03:31 -06:00
parse.h
Added LoadFile and LoadAllFromFile (new API)
2012-01-11 21:31:01 -06: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