- 13 Nov, 2011 1 commit
-
-
beder authored
-
- 20 Oct, 2011 1 commit
-
-
beder authored
-
- 10 Sep, 2011 1 commit
-
-
beder authored
-
- 06 Sep, 2011 2 commits
- 05 Sep, 2011 1 commit
-
-
beder authored
-
- 10 Jul, 2011 2 commits
- 15 Mar, 2011 1 commit
-
-
jbeder authored
Removed comparison/implicit conversion operators for Node, and renamed Node::Read<T>() to Node::to<T>()
-
- 03 Mar, 2011 1 commit
-
-
jbeder authored
-
- 02 Mar, 2011 1 commit
-
-
jbeder 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)
-
- 31 Jan, 2011 1 commit
-
-
jbeder authored
Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor)
-
- 19 Oct, 2010 1 commit
-
-
jbeder authored
-
- 18 Oct, 2010 1 commit
-
-
jbeder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
- 02 Dec, 2009 1 commit
-
-
jbeder authored
-
- 12 Nov, 2009 1 commit
-
-
jbeder authored
Refactored the traits a bit, and added displaying the key to string and numeric key not found errors
-
- 10 Nov, 2009 1 commit
-
-
jbeder authored
-
- 30 Oct, 2009 1 commit
-
-
jbeder authored
-
- 27 Oct, 2009 1 commit
-
-
jbeder authored
-
- 07 Sep, 2009 1 commit
-
-
jbeder authored
-
- 05 Sep, 2009 2 commits
- 02 Sep, 2009 1 commit
-
-
jbeder authored
-
- 26 Aug, 2009 2 commits
- 24 Aug, 2009 1 commit
-
-
jbeder 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).
-
- 31 Jul, 2009 1 commit
-
-
jbeder authored
-
- 30 Jul, 2009 1 commit
-
-
jbeder authored
-
- 25 Jul, 2009 1 commit
-
-
jbeder authored
-
- 31 May, 2009 1 commit
-
-
jbeder authored
Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
-