- 18 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 30 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 24 Aug, 2009 1 commit
-
-
Jesse Beder authored
-
- 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)
-
- 20 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
-