Commit Graph

7055 Commits

Author SHA1 Message Date
Mike Lischke 3d764a39fd Applied C++ changes for PR #1955.
Also applied recommended XCode settings.
2018-11-09 09:32:24 +01:00
parrt 488375df5a Merge branch 'master' of github.com:antlr/antlr4 2018-11-08 16:52:41 -08:00
parrt 3039dc2411 update jetty server to avoid security risk 2018-11-08 16:51:15 -08:00
Terence Parr 4fed934948
Merge pull request #2159 from enessoylu/master
[Javascript] Update license string for the NPM package.
2018-11-08 13:46:22 -08:00
Terence Parr 25b30623c0
Merge branch 'master' into master 2018-11-08 13:46:09 -08:00
Terence Parr 39a1aa5c0f
Merge pull request #2156 from ewanmellor/swift-stream-tidyups
[Swift] Minor tidyups in the stream code.
2018-11-08 13:45:30 -08:00
Terence Parr 54131a074e
Merge pull request #2155 from ewanmellor/swift-ATNDeserializationOptions-struct
[Swift] Make ATNDeserializationOptions a simple struct.
2018-11-08 13:45:16 -08:00
Terence Parr 0c63b68e18
Merge pull request #2154 from ewanmellor/swift-remove-hashmap
[Swift] Remove HashMap and fix Parser caches.
2018-11-08 13:44:59 -08:00
Terence Parr f1b195765a
Merge pull request #2165 from niccroad/vs2017projects
Add Visual Studio 2017 project to Cpp runtime. Also change define for static library setting to be ANTLR4CPP_STATIC, in all projects.
2018-11-08 13:42:22 -08:00
Terence Parr 441c4076a4
Merge pull request #2168 from ajaypanyala/cppruntime-non-appleclang-macosx
Add missing -std=c++11 flag when using non-appleclang compiler on macosx
2018-11-08 13:41:51 -08:00
Terence Parr f45e36509c
Merge branch 'master' into cppruntime-non-appleclang-macosx 2018-11-08 13:41:32 -08:00
parrt a57732ce74 Merge branch 'master' of github.com:antlr/antlr4 2018-11-08 13:36:02 -08:00
parrt 756e4da008 tweak 2018-11-08 13:35:56 -08:00
Terence Parr 609e1a70b1
Merge pull request #2208 from amilajack/patch-1
Changed travis repo badge to svg
2018-11-08 13:31:20 -08:00
Terence Parr e25ff7105c
Merge pull request #2338 from m-novikov/stdin-stream
Allow importing StdinStream from antlr4 package
2018-11-08 13:26:51 -08:00
Terence Parr d9a061d6d7
Merge pull request #2316 from wu-sheng/patch-1
Make grun alias as same as antlr4.
2018-11-08 13:22:26 -08:00
Terence Parr 47d1ca04bb
Merge pull request #2315 from wu-sheng/patch-2
Sign contributors.txt
2018-11-08 13:22:11 -08:00
Terence Parr 941ae184ad
Merge branch 'master' into patch-2 2018-11-08 13:22:04 -08:00
Terence Parr e159b5dd41
Merge pull request #2339 from LucasHMS/master
Fixing the link to the Eclipse plugin on the Java documentation
2018-11-08 13:18:49 -08:00
Terence Parr a9eb18c921
Merge branch 'master' into master 2018-11-08 13:18:43 -08:00
parrt cabee7a964 tweak 2018-11-08 12:59:53 -08:00
parrt 52c5c2144e tweak 2018-11-08 12:41:46 -08:00
parrt de87686674 add note about 1.7 in doc 2018-11-08 12:27:48 -08:00
parrt 7591bf1705 updated ST version 2018-11-08 12:27:38 -08:00
Terence Parr ab86780b64
Merge pull request #2394 from parrt/update-so-it-builds
Update to python 3.6
2018-11-08 12:20:25 -08:00
parrt e37c9fb7ed add anaconda3 to search path. 2018-11-07 12:56:03 -08:00
parrt 1eca79ec3a update python from 3.5 to 3.6 2018-11-07 12:39:30 -08:00
Joe R. Smith 25f178b844
Merge branch 'master' into master 2018-11-06 15:37:20 -06:00
Terence Parr 73836edf1f
Merge pull request #2388 from chrisaycock/cmake-update
Improved ExternalAntlr4Cpp and added CMake option for static CRT (Fixes #1872)
2018-10-30 17:04:00 -07:00
Christopher C. Aycock 5a7912abde Parenthetical spacing in CMake files is more consistent 2018-10-30 12:48:58 -04:00
Christopher C. Aycock 4285979cad Fixed file name managling and added ability to list zip file 2018-10-30 01:42:47 -04:00
Christopher C. Aycock 0a1b3c7df6 Improved ExternalAntlr4Cpp and added CMake option for static CRT (Fixes #1872) 2018-10-29 17:20:24 -04:00
Terence Parr 696f9b93df
Merge branch 'master' into master 2018-10-23 08:35:10 -07:00
Terence Parr 03a0a40835
Merge pull request #2373 from renatahodovan/parser-import
[Python3] Fix the import of parser superclasses.
2018-10-08 12:35:48 -07:00
Terence Parr 3ed96431b3
Merge pull request #2374 from renatahodovan/lexer-super
[Python] Add missing lexer super class imports.
2018-10-08 08:33:25 -07:00
Renata Hodovan 301ac82631 [Python] Add missing lexer super class imports.
Although, both lexer and parser grammars can have a custom super
class set, but only the generated parser sources were prepared to
import these classes. The patch makes custom lexer ancestor
classes imported, too.
2018-10-08 14:42:30 +02:00
Renata Hodovan b748545707 [Python3] Fix the import of parser superclasses.
Until now, the generated Python3 code imported the custom parser
superclasses relatively. However, this only worked in Python3 if
the module was inside a package, since relative imports rely on
__name__ to determine the current module's position in the package
hierarchy. In case of a standalone script, this was always __main__
and hence these relative imports failed.
The patch handles this issue them same way as it is handled by
listener imports.
2018-10-08 13:59:57 +02:00
Terence Parr 432022fc1c
Merge pull request #2322 from jgoppert/cpack
Add support for cpack.
2018-09-05 13:08:41 -07:00
Terence Parr d86365d0d6
Merge branch 'master' into cpack 2018-09-05 13:08:32 -07:00
Terence Parr d49f95fb68
Merge pull request #2341 from michilu/remove-double-dots-in-the-filename
Remove double dots in the filename
2018-09-05 13:07:14 -07:00
ENDOH takanao 411960b187 remove double dots in the filename
some tools are can not handling files that have double dots in the filename
2018-08-03 16:16:04 +07:00
Lucas Henrique 3893557fa1
Signing the the contributors.txt file 2018-07-31 15:08:16 -03:00
Lucas Henrique 95f8c4b768
Fixing the link to the Eclipse plugin
The link to the Eclipse plugin was pointing to the a YouTube video about the Intellij plugin
2018-07-31 15:02:38 -03:00
Maxim Novikov c956fbbbc6 Allow importing StdinStream from antlr4 package 2018-07-31 07:04:48 +02:00
Terence Parr 7d0787e29c
Merge pull request #2336 from m-novikov/stdin-stream
Add StdninStream for python3 runtime. Closes: #2271
2018-07-27 17:18:36 -07:00
Maksim Novikov ad603efe91 Add StdninStream for python3 runtime. Closes: #2271 2018-07-27 20:37:34 +02:00
Terence Parr 1375995edb
Merge pull request #2190 from ericvergnaud/fix-#2188
fixes #2188
2018-07-24 15:56:43 -07:00
Terence Parr ad9007664b
Merge pull request #2192 from ericvergnaud/use-csharp-as-main-test-target
Use csharp as main test target
2018-07-24 15:55:16 -07:00
Terence Parr fc01366f35
Merge pull request #2196 from robertbrignull/visit_null_children
JavaScript parse tree visitor: check if ctx.children is non-null in visitChildren
2018-07-24 15:54:06 -07:00
Terence Parr 0d6aebbb8e
Merge pull request #2198 from kasbah/fix-js-examples
fix indentation in javascript target examples
2018-07-24 13:00:31 -07:00