- 13 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 10 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 06 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 15 Mar, 2011 1 commit
-
-
Jesse Beder authored
Removed comparison/implicit conversion operators for Node, and renamed Node::Read<T>() to Node::to<T>()
-
- 04 Mar, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 03 Mar, 2011 2 commits
-
-
Jesse Beder authored
Refactored parse.cpp so that VS doesn't complain, added MinSizeRel build setting, and fixed numbering in the spec tests
-
Jesse Beder authored
-
- 02 Mar, 2011 1 commit
-
-
Jesse Beder authored
Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us)
-
- 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
-
- 15 Mar, 2010 1 commit
-
-
Jesse Beder authored
-
- 30 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 5 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 20 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 16 Sep, 2009 1 commit
-
-
Jesse Beder authored
Modified old gcc version patch so it still uses the new Node::Read in Visual Studio. Also broke up the \uNNNN characters in the spec tests into \xNN-type strings.
-
- 08 Sep, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 07 Sep, 2009 7 commits
-
-
Jesse Beder authored
(Actually) fixed the folding newline bug, but it's a bit messy, and we don't accurately make the distinction between block folding and flow folding
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Added spec tests (minus tags, directives, and BOM) up through example 5.12 - this exposed an error in line folding
-
- 06 Sep, 2009 5 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
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)
-
Jesse Beder authored
-
Jesse Beder authored
Added templated casting to nodes, as well as operator == and != (for quick checks, especially to help in testing). Implemented size() on a map node to return the number of key/value pairs (as in std::map)
-
- 03 Sep, 2009 1 commit
-
-
Jesse Beder authored
-