yaml-cpp/src
2009-10-29 21:05:48 +00:00
..
aliascontent.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
aliascontent.h Added Node::Clone function 2009-08-24 20:10:42 +00:00
content.h Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
conversion.cpp Refactored the operator >> and Node::Read default functions, as well as the conversion functions, to more easily read new types as keys (this uncovered an error, in example 2.11 of the spec) 2009-09-06 20:52:45 +00:00
emitter.cpp Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
emitterstate.cpp Merged r270:HEAD of the emitting-unicode branch 2009-10-19 23:31:11 +00:00
emitterstate.h Merged r270:HEAD of the emitting-unicode branch 2009-10-19 23:31:11 +00:00
emitterutils.cpp Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
emitterutils.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
exp.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
exp.h Implemented adjacent key:value pairs when the key is JSON-like 2009-10-29 21:05:48 +00:00
indentation.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
iterator.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
iterpriv.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
ltnode.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
map.cpp Added ability to read compact maps in a flow sequence 2009-10-29 19:41:46 +00:00
map.h Added ability to read compact maps in a flow sequence 2009-10-29 19:41:46 +00:00
node.cpp Added ability to read compact maps in a flow sequence 2009-10-29 19:41:46 +00:00
null.cpp Added IsNull function 2009-07-31 05:07:21 +00:00
ostream.cpp Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list) 2009-08-19 20:58:07 +00:00
parser.cpp Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
parserstate.cpp Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
parserstate.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
regex.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
regex.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
regeximpl.h Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list) 2009-08-19 20:58:07 +00:00
scalar.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
scalar.h Added Node::Clone function 2009-08-24 20:10:42 +00:00
scanner.cpp Implemented adjacent key:value pairs when the key is JSON-like 2009-10-29 21:05:48 +00:00
scanner.h Implemented adjacent key:value pairs when the key is JSON-like 2009-10-29 21:05:48 +00:00
scanscalar.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
scanscalar.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
scantag.cpp Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
scantag.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
scantoken.cpp Implemented adjacent key:value pairs when the key is JSON-like 2009-10-29 21:05:48 +00:00
sequence.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
sequence.h Removed the implicit sequence code (since it's not used any more) 2009-08-24 22:58:47 +00:00
setting.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
simplekey.cpp Added ability to read compact maps in a flow sequence 2009-10-29 19:41:46 +00:00
stream.cpp Removed crt stuff (we can do memory leak checking in Linux easier) 2009-10-27 14:55:01 +00:00
stream.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
streamcharsource.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
stringsource.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
tag.cpp Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
tag.h Merged r295:305 from the tags branch to the trunk 2009-10-29 15:48:06 +00:00
token.h Added ability to read compact maps in a flow sequence 2009-10-29 19:41:46 +00:00