- 27 Oct, 2009 1 commit
-
-
jbeder authored
-
- 22 Oct, 2009 1 commit
-
-
jbeder authored
-
- 19 Oct, 2009 1 commit
-
-
jbeder authored
-
- 07 Sep, 2009 2 commits
- 19 Aug, 2009 1 commit
-
-
jbeder 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)
-
- 27 Jul, 2009 1 commit
-
-
jbeder authored
-
- 03 Sep, 2008 1 commit
-
-
jbeder authored
-
- 20 Jul, 2008 1 commit
-
-
beder authored
We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
-
- 14 Jul, 2008 1 commit
-
-
beder authored
-
- 08 Jul, 2008 2 commits
- 30 Jun, 2008 1 commit
-
-
beder authored
-
- 29 Jun, 2008 2 commits
- 28 Jun, 2008 1 commit
-
-
beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 1 commit
-
-
beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-