- 19 Aug, 2009 1 commit
-
-
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)
-
- 29 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 10 Jul, 2009 1 commit
-
-
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
-
- 30 May, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 May, 2009 1 commit
-
-
Jesse Beder authored
-
- 23 May, 2009 1 commit
-
-
Jesse Beder authored
It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
-
- 22 May, 2009 1 commit
-
-
Jesse Beder authored
-