- 18 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 01 May, 2010 1 commit
-
-
Jesse Beder authored
-
- 02 Dec, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed leak when adding duplicate keys (and actually changed the behavior - now we take the first instance, not the last)
-
- 17 Nov, 2009 1 commit
-
-
Jesse Beder authored
Refactored emitter operator << overloads to not template them, so it's easier to overload for pointer types
-
- 12 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 06 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 04 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 30 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 Oct, 2009 6 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 22 Oct, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 20 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 19 Oct, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 08 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 07 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 08 Sep, 2009 1 commit
-
-
Jesse Beder authored
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
-
- 07 Sep, 2009 6 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
-
- 06 Sep, 2009 3 commits
-
-
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
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)
-
- 05 Sep, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Refactored simple keys so that validating doesn't require popping indents, and so popping indents (and adding the end map) is independent of when we validate the simple key
-