| .. |
|
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
|
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
|
Switch to flow map when emitting an empty block map
|
2009-10-22 14:21:12 +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 r270:HEAD of the emitting-unicode branch
|
2009-10-19 23:31:11 +00:00 |
|
emitterutils.h
|
Merged r270:HEAD of the emitting-unicode branch
|
2009-10-19 23:31:11 +00:00 |
|
exp.cpp
|
Small refactoring
|
2009-10-22 21:51:32 +00:00 |
|
exp.h
|
Merged r270:HEAD of the emitting-unicode branch
|
2009-10-19 23:31:11 +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 with complex keys (and simplified the parsing for flow maps)
|
2009-09-06 21:52:56 +00:00 |
|
map.h
|
Added templated casting to nodes, as well as operator == and != (for quick checks, especially to help in testing). Implemented size() on a map node to return the number of key/value pairs (as in std::map)
|
2009-09-06 15:54:11 +00:00 |
|
node.cpp
|
Moved token enums into Token scope
|
2009-09-05 02:28:11 +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
|
Fixed little bug in parser commit
|
2009-10-19 22:42:30 +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 bugs with tab as non-content whitespace
|
2009-09-07 17:12:45 +00:00 |
|
scanner.h
|
Allowed solo entries in a flow map to be read as keys with null value
|
2009-09-05 22:42:01 +00:00 |
|
scanscalar.cpp
|
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
|
2009-09-08 05:24:06 +00:00 |
|
scanscalar.h
|
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
|
2009-09-08 05:24:06 +00:00 |
|
scantoken.cpp
|
Fixed bug in plain scalar folding
|
2009-10-20 14:47:16 +00:00 |
|
sequence.cpp
|
Moved token enums into Token scope
|
2009-09-05 02:28:11 +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
|
Allowed solo entries in a flow map to be read as keys with null value
|
2009-09-05 22:42:01 +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
|
Moved token enums into Token scope
|
2009-09-05 02:28:11 +00:00 |