yaml-cpp/src
2009-10-30 01:06:19 +00:00
..
aliascontent.cpp Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
aliascontent.h Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
content.h Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +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 Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
map.h Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
node.cpp Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +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 Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +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 Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
scalar.h Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +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 Fixed the whitespace tracking when we escape a newline in a double-quoted string 2009-10-29 22:55:50 +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 Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
sequence.h Fixed bug with block maps with null value (the next key was being read as the value) 2009-10-30 01:06:19 +00:00
setting.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
simplekey.cpp Refactored the compact map notation, which made it easy to implement explicit keys for compact maps 2009-10-29 22:09:50 +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