- 29 May, 2009 3 commits
- 23 May, 2009 3 commits
- 22 May, 2009 6 commits
- 07 Feb, 2009 1 commit
-
-
jbeder authored
In particular: 1. Windows CR/LF weren't read properly (issue #11) 2. Scanning wasn't reading EOF properly 3. Documents may be empty (this was old, I think) Also fixed some VS2008 warnings on /W4.
-
- 01 Feb, 2009 1 commit
-
-
jbeder authored
Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x).
-
- 27 Jan, 2009 2 commits
- 15 Jan, 2009 1 commit
-
-
jbeder authored
-
- 01 Jan, 2009 3 commits
-
-
jbeder authored
Re-added the throw() specification to ~Exception(), and also to ~TypedKeyNotFound(); I suppose this'll fix the gcc compiler error.
-
jbeder authored
Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further.
-
jbeder authored
Added a templated derived exception to KeyNotFound so that you can figure out *which* key wasn't found.
-
- 20 Nov, 2008 2 commits
- 18 Nov, 2008 2 commits
- 25 Sep, 2008 1 commit
-
-
jbeder authored
(Thanks to Vadim Zeitlin)
-
- 24 Sep, 2008 2 commits
- 23 Sep, 2008 1 commit
-
-
jbeder authored
-
- 19 Sep, 2008 1 commit
-
-
jbeder authored
-
- 11 Sep, 2008 2 commits
- 03 Sep, 2008 4 commits
- 07 Aug, 2008 2 commits
- 31 Jul, 2008 1 commit
-
-
beder authored
No commit message
-
- 23 Jul, 2008 1 commit
-
-
beder authored
Changed the public interface of Scanner to resemble an STL container.
-
- 21 Jul, 2008 1 commit
-
-
beder authored
Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change).
-