parrt
e13b008626
ah. cpp should not be in main list of tests. we'll test individually.
2016-12-14 16:20:48 -08:00
parrt
484dd62a39
Merge branch 'master' of github.com:antlr/antlr4
2016-12-14 13:33:00 -08:00
parrt
a68fb3a183
convert runtime URL properly to file path.
2016-12-14 13:32:21 -08:00
Terence Parr
dd2f0a964f
Merge pull request #1509 from janyou/Fixes-1073
...
Fixes #1073 for Swift target
2016-12-14 13:25:46 -08:00
Terence Parr
fd3bd91828
Merge pull request #1508 from janyou/Fixes-1298
...
Fixes #1298 for Swift target
2016-12-14 13:25:27 -08:00
Terence Parr
8b75e3fc5b
Merge pull request #1505 from janyou/Fixes-1238-994
...
Swift target Fixes #1238 , Fixes #994
2016-12-14 13:25:04 -08:00
Terence Parr
64a8c32138
Merge pull request #1506 from janyou/Fixes-1042
...
Fixes #1042 Swift target
2016-12-14 13:24:31 -08:00
Terence Parr
17bad8ae69
Merge pull request #1512 from mike-lischke/master
...
C++ implementation for #1484
2016-12-14 13:23:24 -08:00
Terence Parr
3db68a7ea0
Merge pull request #1513 from ericvergnaud/typos
...
Added Go in features table, and keep target order in sync with above.
2016-12-14 13:22:51 -08:00
parrt
8918d0f953
more C++ debugging
2016-12-14 13:17:10 -08:00
parrt
8af4c38991
try appveyor with tweak to cmake config.
2016-12-14 12:54:03 -08:00
parrt
5cc106562f
update doc
2016-12-14 12:52:05 -08:00
parrt
f38ccba94a
Fixes #1514
2016-12-14 12:26:32 -08:00
parrt
7430b74d98
update doc; move testing info to single file. rename doc file.
2016-12-14 11:51:28 -08:00
parrt
3f00594313
add debugging to C++
2016-12-14 11:22:47 -08:00
Eric Vergnaud
30acda080d
Added Go, and keep target order in sync with above.
2016-12-15 03:18:43 +08:00
parrt
6a52e3061d
add donate button
2016-12-14 10:48:59 -08:00
parrt
b3e47672ac
add donate button
2016-12-14 10:48:21 -08:00
parrt
585c08b97d
add donate button
2016-12-14 10:38:42 -08:00
parrt
e434560015
simplify runtime test pom, add swift back in.
2016-12-14 10:33:53 -08:00
parrt
f83d03a93e
improve doc
2016-12-14 10:28:14 -08:00
Mike Lischke
76fcb6d37e
C++ implementation for #1484 .
2016-12-14 17:34:03 +01:00
Mike Lischke
50df59fea8
Removed obsolete macros.
2016-12-14 14:30:33 +01:00
janyou
0c835a248a
Fixes #1298
2016-12-14 11:58:53 +08:00
janyou
be1b070a1a
Fixes #1073
2016-12-14 11:40:07 +08:00
janyou
f964dd4af0
Fixes #1042
2016-12-14 11:14:02 +08:00
janyou
c9508b74a4
Fixes #1238 , Fixes #994
2016-12-14 09:09:40 +08:00
Terence Parr
57d8cc2e0c
Merge pull request #1503 from parrt/fix-some-version-numbers
...
tweak
2016-12-13 16:11:26 -08:00
parrt
caa500094f
tweak docs to show 4.6
2016-12-13 13:36:19 -08:00
parrt
81aaeb199b
tweak
2016-12-13 13:28:39 -08:00
Terence Parr
e1a330f540
Update releasing-antlr.md
2016-12-13 13:24:45 -08:00
Terence Parr
f35576a7f2
Merge pull request #1491 from mike-lischke/master
...
Fix for multithreading issues
2016-12-13 11:35:11 -08:00
parrt
dce402eb32
tweak
2016-12-13 11:10:10 -08:00
Terence Parr
7c35979c2e
Merge pull request #1501 from parrt/fix-958
...
get recognizer name properly. Fixes #958
2016-12-13 11:06:34 -08:00
parrt
a3aa610e3d
get recognizer name properly. Fixes #958
2016-12-13 11:05:39 -08:00
Terence Parr
65982518ef
Merge pull request #1499 from ericvergnaud/fix-#1496
...
fix unicode issue in Python 2
2016-12-13 10:37:03 -08:00
Mike Lischke
7362152b7c
Merge branch 'master_upstream'
2016-12-13 17:46:18 +01:00
Terence Parr
ec5f2ecf31
Merge pull request #1498 from parrt/fix-1299
...
Fixes #1299 . matching a set didn't properly notify error strategy of a successful match
2016-12-13 08:30:49 -08:00
parrt
a69299c507
set javadoc to deploy phase.
2016-12-13 08:17:13 -08:00
Mike Lischke
0ea8ede5b9
Changed cmake target install dir to an own subfolder for antlr.
...
Otherwise all headers end up in the include/ root, which is a pain and very unconventional.
2016-12-13 16:28:38 +01:00
Eric Vergnaud
e15e88a049
fix unicode issue
2016-12-13 21:33:19 +08:00
Mike Lischke
8bb522dd4e
Unicode debug output works in VS 2015 intermediate window.
...
I updated the comments in the demo app about this.
2016-12-13 13:52:30 +01:00
Mike Lischke
f003cce7d9
Fixed a build problem on Windows.
...
The import and export declspecs were wrong and lead to missing symbols when using static class members.
Additionally I added a VS2015 solution for the demo, updated the generation script to use the new ANTLR4 jar and fixed a warning.
2016-12-13 13:40:58 +01:00
Mike Lischke
c1a5553afb
Build fix for new multi-threading lock.
...
In XCode it wasn't necessary to add the condition_variable header (probably included indirectly), while for other platforms that is necessary.
2016-12-13 09:03:21 +01:00
Mike Lischke
31b259e636
Merge branch 'master_upstream'
2016-12-13 09:00:13 +01:00
parrt
068a13e0f8
Update all other targets
2016-12-12 18:09:55 -08:00
parrt
b11ff9636a
Fixes #1299 . matching a set didn't properly notify error strategy of a successful match.
2016-12-12 17:54:53 -08:00
parrt
2739a0c9ef
Fixes #1492 . only create javadoc if we use `mvn -DskipTests javadoc:jar install`
2016-12-12 17:33:39 -08:00
Terence Parr
aea034cb45
Merge pull request #1493 from ericvergnaud/realign-csharp-runtime
...
Realign CSharp runtime with Java runtime, implements #1441
2016-12-12 16:54:36 -08:00
Terence Parr
e279cd699e
Merge pull request #1494 from ericvergnaud/fix-#1298-for-JavaScript
...
Fix #1298 for JavaScript
2016-12-12 16:08:47 -08:00