"profiler/vscode:/vscode.git/clone" did not exist on "d26e40ba83848f3f8c9d9d753cb9c51075d1685c"
- 07 Sep, 2009 4 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
-
- 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.
-
- 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
- 05 Jul, 2008 1 commit
-
-
beder authored
Fixed a bug in the last newline of a block folded scalar.
-
- 01 Jul, 2008 1 commit
-
-
beder authored
-
- 30 Jun, 2008 3 commits
- 29 Jun, 2008 5 commits
-
-
beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
beder authored
Moved the input stream, together with line/column info, into its own class, which allowed some other stuff just to pass the stream, and not have to be a member of Scanner.
-
beder authored
-
beder authored
-
beder authored
No commit message
-
- 28 Jun, 2008 5 commits
- 27 Jun, 2008 3 commits