jbeder
4457b7dd5b
Removed the implicit sequence code (since it's not used any more)
2009-08-24 22:58:47 +00:00
jbeder
fc22d55b53
Added Node::Clone function
2009-08-24 20:10:42 +00:00
jbeder
770d6de545
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
jbeder
a2bd317397
Added header file inclusion guards
2009-07-29 22:27:20 +00:00
jbeder
a48191c970
Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
2009-07-10 23:39:14 +00:00
jbeder
7297387015
Fixed several bugs from the new file i/o setup.
...
In particular:
1. Windows CR/LF weren't read properly (issue #11 )
2. Scanning wasn't reading EOF properly
3. Documents may be empty (this was old, I think)
Also fixed some VS2008 warnings on /W4.
2009-02-07 07:57:13 +00:00
jbeder
b43f827188
Set the eol style to native for all files.
2008-09-03 22:20:39 +00:00
jbeder
2d93b6ce58
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
2008-08-07 03:30:56 +00:00
beder
2601f5fd49
2008-07-31 19:41:11 +00:00
beder
516637fcdc
Moved all code to src/ and include/ directories.
2008-07-14 04:33:30 +00:00