ericvergnaud
d050e38635
Merge branch 'master' into py3runtime_test_dist
2021-01-01 09:50:01 +08:00
ericvergnaud
4ce826a67e
Merge branch 'master' into master
2020-12-06 22:57:15 +08:00
ericvergnaud
0833b2e46e
Merge branch 'master' into version
2020-12-06 22:41:30 +08:00
David Phillips
88a9e963e8
Sign contributors.txt
2020-12-03 15:04:50 -08:00
David Phillips
b87ef1d743
Add trailing newline to contributors.txt
2020-12-03 15:04:06 -08:00
maxence-lefebvre
ec755822b0
Update contributors.txt
2020-12-01 18:04:27 +01:00
Michael R. Crusoe
d7742bf13b
Py3 Runtime: distribute the tests in the sdist
2020-11-27 10:00:51 +01:00
Terence Parr
a18b83d38f
Merge branch 'master' into patch-1
2020-11-24 10:39:56 -08:00
Terence Parr
3af2074061
Merge branch 'master' into patch-1
2020-11-24 10:39:03 -08:00
Terence Parr
cc5e71cdeb
Merge branch 'master' into patch-1
2020-11-24 10:38:22 -08:00
Terence Parr
a4f0cf1223
Merge pull request #2622 from easonlin404/easonlin404-patch-1
...
[Golang] enable syntax highlighting
2020-11-24 10:37:46 -08:00
Terence Parr
7f5848305c
Merge branch 'master' into master
2020-11-24 10:36:57 -08:00
Terence Parr
118ad6be2b
Merge branch 'master' into contributors.txt-sullis
2020-11-24 10:35:57 -08:00
Terence Parr
dce97a050d
Merge pull request #2680 from listba/patch-1
...
Documentation: Added Missing lexer/parermodifier clarification in example
2020-11-24 10:33:29 -08:00
Terence Parr
e2a8e99650
Merge branch 'master' into patch-1
2020-11-24 10:31:25 -08:00
Terence Parr
f7f1b25312
Merge branch 'master' into master
2020-11-24 10:28:08 -08:00
Terence Parr
0d2034f906
Merge branch 'master' into patch-1
2020-11-24 10:23:46 -08:00
Terence Parr
bb2a1ecbad
Merge branch 'master' into patch-1
2020-11-24 10:21:47 -08:00
Terence Parr
f3a8a7a4e1
Merge branch 'master' into patch-1
2020-11-24 10:14:45 -08:00
Michel Hartmann
5c5d9cd004
Sign contributors.txt
2020-11-05 09:03:07 +01:00
Adarsh Bhat
381aede6fd
Merge branch 'master' into fix-js-docs
2020-10-28 17:35:15 -07:00
cliid
08a4b345b6
Merge branch 'master' into master
2020-10-24 19:38:14 +09:00
Adam Wójs
6149033601
Signed to contributors.txt
2020-10-20 22:06:58 +02:00
parrt
eba9308974
resolve
2020-10-20 12:40:38 -07:00
Terence Parr
71b48abb31
Merge pull request #2809 from martinvw/patch-1
...
[Swift] Update codegen template
2020-10-20 12:38:11 -07:00
Adarsh Bhat
44e47d191c
Signed contributors.txt
2020-10-16 11:44:55 -07:00
HackerJang
5ec39c2a65
Changed Python runtime Lexer.py, Parser.py to support version > 5
2020-10-11 10:59:35 +09:00
Terence Parr
72fc722cb3
Merge branch 'master' into catch-codegen-error-python
2020-10-10 16:21:23 -07:00
Terence Parr
1bbb69ffc7
Merge branch 'master' into patch-1
2020-10-10 16:18:29 -07:00
Terence Parr
e3243f74b2
Merge branch 'master' into master
2020-10-09 18:22:27 -07:00
Terence Parr
527118197f
Merge branch 'master' into master
2020-10-08 09:54:57 -07:00
Martin Mirchev
5361115842
Add to contributors
2020-10-08 14:45:15 +02:00
Markus Trenkwalder
6729847f65
Update contributors.txt
2020-09-16 08:44:54 +02:00
Robert McGregor
f7af6c07d5
added to contributors.txt
2020-09-15 21:06:42 +01:00
Charles Ruan
2dc9fb50be
1. remove wstring_convert and codecvt
...
2. let clang::fallthrough and throw_with_nested be compatible to gcc 4.9
3. downgrade gcc version from 5 to 4.9
2020-09-12 01:30:14 +08:00
Terence Parr
2aafb7f143
Merge pull request #2836 from sigmasoldi3r/master
...
[C++ codegen] Fixed deprecation warning for CPP targets > 17
2020-09-11 08:49:39 -07:00
Arunav Sanyal
a39b77f904
Update getting started guide to use antlr4.8
...
Updating getting started to use antlr4.8 complete instead of 4.7.1 complete.
2020-09-10 13:52:37 -07:00
Terence Parr
168882d942
Merge branch 'master' into master
2020-09-10 12:56:08 -07:00
Terence Parr
fb2a34d5be
Merge branch 'master' into cpp_vocabulary_cleanup
2020-09-10 10:54:44 -07:00
Terence Parr
a161845829
Merge branch 'master' into master
2020-09-10 10:51:02 -07:00
Kilian Kilger
cdf67a5ed2
Merge branch 'master' into master
2020-09-10 18:36:54 +02:00
Pablo Blanco Celdrán
7d10669421
Merge branch 'master' into master
2020-09-10 17:55:55 +02:00
irabeson
af53acd2a2
Merge branch 'master' into cpp_vocabulary_cleanup
2020-09-10 10:42:36 -04:00
ArthurSonzogni
f68c47a988
Fix clang compile error with --stdlib=libc++
...
On linux. Most users haven't installed libc++-dev, but ANTLR is passing
the "--stdlib=libc++" argument. As a result, this won't compile. Users
will see:
```
/tmp/antlr4/runtime/Cpp/runtime/src/antlr4-common.h:8:10: fatal error:
'algorithm' file not found
```
This is caused by the "WITH_LIBCXX" option.
It was introduced by:
d46ef90aa0
It causes the option "--stdlib=libc++" to be appended by default.
I believe its default value should have been left as "Off".
With "off" by default, clang will use its default C++ library, which is
always available.
The WITH_LIBCXX option is kept, being able to change the C++ library
might be useful?
BUG=https://github.com/antlr/antlr4/issues/2898
2020-09-06 15:30:54 +02:00
Stevie Johnstone
8270f329ad
Fix C++ target README example
...
tree::ParseTreeWalker::DEFAULT is not a pointer
2020-08-22 17:48:15 +01:00
Terence Parr
dfc7ffc39c
Merge branch 'master' into dart-clean
2020-07-27 11:33:40 -07:00
Shan M
5f3654dea7
Sign contributors.txt
2020-07-01 11:59:04 +03:00
Martin van Wingerden
a62ca70327
Merge branch 'master' into patch-1
2020-06-30 08:27:28 +02:00
parrt
ae5efa8a30
tweak contrib
2020-06-16 13:38:04 -07:00
Pablo Blanco Celdrán
739cb0b668
Merge branch 'master' into master
2020-06-06 19:59:20 +02:00