yaml-cpp/src
2009-08-26 16:15:27 +00:00
..
aliascontent.cpp Added Node::Clone function 2009-08-24 20:10:42 +00:00
aliascontent.h Added Node::Clone function 2009-08-24 20:10:42 +00:00
content.cpp Set the eol style to native for all files. 2008-09-03 22:20:39 +00:00
content.h Added Node::Clone function 2009-08-24 20:10:42 +00:00
conversion.cpp Removed the std::wstring conversion 2009-08-22 00:25:37 +00:00
emitter.cpp Added support for emitting and represeting null 2009-07-30 04:42:27 +00:00
emitterstate.cpp Merged emitter branch into trunk, changes r105:r151 2009-05-22 21:52:31 +00:00
emitterstate.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
emitterutils.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
emitterutils.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
exp.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
exp.h Fixed null key/value bug, added tests 2009-07-30 06:49:09 +00:00
indentation.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
iterator.cpp Set the eol style to native for all files. 2008-09-03 22:20:39 +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 in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +00:00
map.h Added Node::Clone function 2009-08-24 20:10:42 +00:00
node.cpp Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +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 Collected pos, line, and column into a Mark struct 2009-07-27 02:56:18 +00:00
parserstate.cpp Set the eol style to native for all files. 2008-09-03 22:20:39 +00:00
regex.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
regex.h Added header file inclusion guards 2009-07-29 22:27:20 +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 Added Node::Clone function 2009-08-24 20:10:42 +00:00
scalar.h Added Node::Clone function 2009-08-24 20:10:42 +00:00
scanner.cpp Fixed bug with explicit doc start introduced in last commit 2009-08-26 16:15:27 +00:00
scanner.h Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +00:00
scanscalar.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
scanscalar.h Added header file inclusion guards 2009-07-29 22:27:20 +00:00
scantoken.cpp Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +00:00
sequence.cpp Removed the implicit sequence code (since it's not used any more) 2009-08-24 22:58:47 +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 Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +00:00
stream.cpp Collected pos, line, and column into a Mark struct 2009-07-27 02:56:18 +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 Added header file inclusion guards 2009-07-29 22:27:20 +00:00
token.h Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +00:00