"git@developer.sourcefind.cn:gaoqiong/yaml-cpp.git" did not exist on "4c982d59dc3a5ea32021b31b9762b2230d9dc48b"
- 21 Jan, 2012 1 commit
-
-
Jesse Beder authored
-
- 18 Oct, 2011 1 commit
-
-
Jesse Beder authored
-
- 14 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 18 Oct, 2010 1 commit
-
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
- 06 Sep, 2009 1 commit
-
-
Jesse Beder authored
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)
-
- 22 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)
-
- 30 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 15 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 30 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.
-