- 27 Dec, 2015 3 commits
- 26 Dec, 2015 1 commit
-
-
Niels authored
-
- 25 Dec, 2015 2 commits
- 23 Dec, 2015 3 commits
- 22 Dec, 2015 2 commits
- 21 Dec, 2015 1 commit
-
-
Niels authored
It was a good idea to implement a const version of operator[] it in the first place. I was a pity that this implementation was flawed. It was a mistake to remove the const version completely. This commit re-introduces the const version. My apologies for all the inconvenience.
-
- 20 Dec, 2015 2 commits
- 17 Dec, 2015 3 commits
- 16 Dec, 2015 2 commits
- 15 Dec, 2015 3 commits
- 14 Dec, 2015 3 commits
- 13 Dec, 2015 1 commit
-
-
Niels authored
-
- 08 Dec, 2015 1 commit
-
-
Niels authored
-
- 07 Dec, 2015 7 commits
- 06 Dec, 2015 1 commit
-
-
Niels authored
-
- 19 Nov, 2015 1 commit
-
-
Jett authored
-
- 14 Nov, 2015 1 commit
-
-
Niels authored
Fix character skipping after a surrogate pair
-
- 13 Nov, 2015 1 commit
-
-
Robert Marki authored
In a string the first character following a surrogate pair is skipped by the lexer, but the rest of the string is parsed as usual.
-
- 23 Oct, 2015 1 commit
-
-
Niels authored
removed stream operator for iterator, resolution for #125
-
- 20 Oct, 2015 1 commit
-
-
Niels authored
Detect correctly pointer-to-const
-