Terence Parr
62a2d5c9df
Merge branch 'master' into patch-1
2017-06-29 16:13:41 -07:00
Jan Martin Mikkelsen
0c4473ea1a
Merge https://github.com/antlr/antlr4
2017-06-26 17:22:44 +10:00
alimg
4b21583e2b
signing in contributors.txt
2017-06-25 19:04:03 +03:00
Erik A. Brandstadmoen
85154d06ee
Changed incorrect .js file endings to .cs in doc/charp-target.md
2017-06-11 23:43:39 +02:00
Jan Martin Mikkelsen
e0301636f0
Add myself to contributors.txt.
2017-06-10 18:01:23 +10:00
Terence Parr
fd5efc250d
Merge pull request #1891 from kosak/master
...
Make ParseTreeWalker::DEFAULT provide an IterativeParseTreeWalker
2017-05-31 10:22:19 -07:00
Terence Parr
2c4a55c10a
Merge pull request #1849 from shravanrn/master
...
Fix the utf8 convertor for VS2017
2017-05-31 08:01:31 -07:00
Corey Kosak
381fddebd5
Make ParseTreeWalker::DEFAULT provide an IterativeParseTreeWalker
...
as intended.
The existing code intended for ParseTreeWalker::DEFAULT to provide a
IterativeParseTreeWalker. However, the implementation initialized
ParseTreeWalker::DEFAULT by doing a (value) copy of an
IterativeParseTreeWalker, which sliced the object and therefore,
unfortunately, transformed it back into a regular ParseTreeWalker.
This change implements the desired behavior. Furthermore by making DEFAULT
a reference, we are able to preserve the interface to existing code.
2017-05-29 22:21:01 -04:00
Will Fuqua
efa8a1a9f8
sign the contributors.txt
2017-05-27 00:02:58 +07:00
Shravan Narayan
9220df2e37
Merge branch 'master' into master
2017-05-15 16:58:55 -07:00
shravanrn@gmail.com
de6f04be0b
Fix the utf8 convertor in VS2017
2017-05-15 16:53:05 -07:00
Jim Allman
5e648f0867
Add `new` keyword to return proper InputStreams
...
Currently the JS runtime sometimes returns (and mangles) the global
`window` object instead of a proper InputStream. This is prevented by
using the `new` keyword in all cases.
2017-05-11 16:27:42 -04:00
lys0716
6222dbff44
Correct typo in lexicon.md
...
’\’' should be ’\’
Signed-off-by: Yishuang Lu <luyscmu@gmail.com>
2017-04-12 16:57:08 -07:00
Jonas Auer
3e06a04594
Sign contributors.txt
2017-03-28 11:57:54 +02:00
Robert van der Hulst
ef49021c8b
Fixed portability problems in C# target. Also cleaned up some XML doc comments
2017-03-15 10:15:43 +01:00
Terence Parr
bd1054a57e
Merge branch 'master' into master
2017-03-10 13:54:21 -08:00
Terence Parr
197ea6e4e4
Merge branch 'master' into master
2017-03-10 13:53:14 -08:00
Tom Everett
a1d76e33a2
Merge branch 'master' of https://github.com/antlr/antlr4
...
# Conflicts:
# contributors.txt
2017-03-09 19:52:01 -07:00
Tom Everett
34329c3fc1
add to contributors
2017-03-09 19:05:08 -07:00
harry-tallbelt
2a118e284f
Fixed null pointer exception for JS
2017-03-08 15:00:14 +02:00
chund
313ab9dcce
Merge branch 'master' into master
2017-03-06 08:59:50 +01:00
D054757
154194c78d
sign the contributors.txt certificate of origin
2017-03-03 13:51:56 +01:00
John Vasileff
524a78ab32
Add signoff to the contributors list
2017-02-26 00:26:39 -05:00
Thomasb81
1341d35f37
Merge branch 'master' into Issue_1666
2017-02-20 22:49:16 +01:00
thomasb8138
d8ef0cb09b
Add contributor list
2017-02-20 22:35:15 +01:00
David Neumann
e967463e91
Merge branch 'master' into master
2017-02-14 11:20:02 +01:00
David Neumann
426be8592c
Merge branch 'master' into dotnetcore
2017-02-14 11:18:24 +01:00
Dong Xie
3d9f07e5fe
update the contributors.txt file
2017-02-14 10:10:01 +00:00
David Neumann
f0b865eea8
Updated the contributors list.
2017-02-14 09:14:49 +01:00
lionelplessis
895681044e
Fix #1298 for CSharp
2017-02-10 17:55:10 +01:00
Terence Parr
97aaddc006
Merge branch 'master' into fix-missing-variable-declarations
2017-01-24 09:54:05 -08:00
Terence Parr
5b495bfb48
Merge branch 'master' into update-contributors
2017-01-24 09:52:12 -08:00
Ben Gertzfield
3a2d4e49f1
Add bhamiltoncx to contributors.txt
2017-01-23 14:04:15 -08:00
bekket mcclane
4f3785a29e
Merge branch 'master' into master
2017-01-23 17:52:59 +08:00
mshockwave
d733016fd4
fix wrong antlr4cpp runtime include path
2017-01-18 15:09:10 +08:00
Marcelo Rocha
23fd4a00f2
sign contributors.txt
2017-01-13 14:42:49 -03:00
robert
2fe1d8333f
sign contributors.txt
2017-01-11 15:39:04 +00:00
Adrian Pop
8ab5f02f7d
adapt code to compile with msys2 mingw compiler
...
- add required extra flags to the C++ compiler in CMakeLists.txt
- guard some code with _MSC_VER instead of WIN32
2016-12-24 01:38:28 +01:00
Akos Kiss
de9e032f1b
Update contributors.txt
2016-12-22 11:30:39 +01:00
parrt
b2d67261f2
fix contributor
2016-12-11 15:15:23 -08:00
gaulouis
fac04c8b79
Update contributors.txt
2016-12-12 00:07:03 +01:00
Sam Bloomberg
2f6421cfc1
added redxdev to contributors.txt
2016-12-03 15:50:19 -05:00
Samuel Tatasurya
4000e6f68e
Signed contributors.txt
2016-12-01 01:47:37 -08:00
Denis Blank
c8279a1d89
Fix a dangerous c-cast in the cpp codegen
2016-11-29 17:14:02 +01:00
Gary Miller
fa31d6f708
Update contributors.txt
2016-11-29 12:18:51 +11:00
parrt
b6eb4141cf
update contributors
2016-11-25 12:46:16 -08:00
parrt
41dd8f2681
Merge branch 'patch-2' of git://github.com/MrSampson/antlr4 into MrSampson-patch-2
2016-11-25 12:44:52 -08:00
parrt
9d3415ed8a
Merge branch 'master' of git://github.com/ghosthope/antlr4 into ghosthope-master
2016-11-25 12:28:14 -08:00
ghosthope
a20a87fad6
typo
2016-11-25 17:56:04 +03:00
ghosthope
cc59a359ae
contributor name was added
2016-11-25 15:36:24 +03:00