- Sep 05, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Refactored simple keys so that validating doesn't require popping indents, and so popping indents (and adding the end map) is independent of when we validate the simple key
-
Jesse Beder authored
- Sep 03, 2009
-
-
Jesse Beder authored
-
- Sep 02, 2009
-
-
Jesse Beder authored
-
- Aug 26, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- Aug 24, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
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).
-
Jesse Beder authored
-
Jesse Beder authored
-
- Aug 22, 2009
-
-
Jesse Beder authored
-
- Aug 19, 2009
-
-
Jesse Beder authored
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)
-
Jesse Beder authored
-
Jesse Beder authored
Added templated Read() function that creates the output variable itself (so you don't need to have a temp variable)
-
- Jul 31, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- Jul 30, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- Jul 29, 2009
-
-
Jesse Beder authored
-
- Jul 27, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- Jul 26, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- Jul 25, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- Jul 24, 2009
-
-
Jesse Beder authored
-
- Jul 20, 2009
-
-
Jesse Beder authored
-
- Jul 15, 2009
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- Jul 12, 2009
-
-
Jesse Beder authored
-
- Jul 10, 2009
-
-
Jesse Beder authored
Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
-
Jesse Beder authored
-
Jesse Beder authored
-