- 27 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 25 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Updated the CMake globbing so it only compiles sources starting with a lowercase letter (apparently Mac OS auto-generates files looking like ._whatever and it was trying to compile those too)
-
- 22 Oct, 2009 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 20 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 19 Oct, 2009 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 12 Oct, 2009 1 commit
-
-
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
-
- 16 Sep, 2009 2 commits
-
-
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.
-
Jesse Beder authored
-
- 09 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 08 Sep, 2009 4 commits
-
-
Jesse Beder authored
Cleaned up the read template overloads (per litb's update); it seems the old version didn't compile in VS2008. Also updated the VS project files.
-
Jesse Beder authored
-
Jesse Beder authored
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
-
Jesse Beder authored
-
- 07 Sep, 2009 9 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
-
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 6 commits
-
-
Jesse Beder authored
-
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)
-