不同仓库的合并请求带刷新 #16

Closed
jasder wants to merge 30 commits from forgetest1/antlr:12231 into fix-3216

30 Commits

Author SHA1 Message Date
forgetest1 90f99604c6 ADD file via upload 2021-10-18 11:41:53 +08:00
jasder 96b2c56d39 test111
测试 测试合并后是否会刷新评论列表
2021-10-13 15:15:44 +08:00
jasder 574f5f280b Merge pull request 'test' (#8) from align-js-runtime-with-java-runtime into master 2021-10-11 15:33:00 +08:00
Terence Parr 6255420440
Merge pull request #3164 from bigerl/patch-utfcpp-build
Patch utfcpp build
2021-04-27 08:58:08 -07:00
Alexander Bigerl d5e8ada699 add bigerl to contributors.txt 2021-04-24 18:55:54 +02:00
Alexander Bigerl 49cf9d4fe2 C++ runtime: disable build of dep utf8cpp tests and samples 2021-04-24 18:55:46 +02:00
Terence Parr e404d26f61
Merge pull request #2849 from mattpaletta/master
Added templated move support for antlrcpp::Any
2021-04-12 08:27:34 -07:00
Matthew Paletta f901c8d39a Merge branch 'master' of https://github.com/antlr/antlr4 2021-04-09 19:12:33 +01:00
Terence Parr 478e46409e
Merge pull request #3149 from mike-lischke/revert-3040-patch-1
Revert "Cpp target: No building tests/samples for external utfcpp"
2021-04-09 09:30:25 -07:00
Mike Lischke 4b4ca4058a
Revert "Cpp target: No building tests/samples for external utfcpp" 2021-04-09 14:18:25 +02:00
Terence Parr 697074c3e9
Merge branch 'master' into master 2021-04-08 09:18:40 -07:00
Terence Parr b71f6894c7
Merge pull request #3040 from bigerl/patch-1
Cpp target: No building tests/samples for external utfcpp
2021-04-08 09:17:27 -07:00
Terence Parr eec33c5210
Merge branch 'master' into patch-1 2021-04-08 09:16:57 -07:00
Terence Parr 765de17f2a
Merge pull request #3073 from jirislaby/master
Cpp/runtime: use utfcpp from system if possible
2021-04-08 09:15:30 -07:00
Terence Parr c254f00921
Merge pull request #3146 from b1f6c1c4/patch-1
Fix typo in ExternalAntlr4Cpp.cmake
2021-04-08 09:14:51 -07:00
Alexander Bigerl 6a46c1dcb0
Update contributors.txt 2021-04-08 16:24:49 +02:00
Alexander Bigerl 3238961241
Merge branch 'master' into patch-1 2021-04-08 16:06:07 +02:00
b1f6c1c4 e6023b7555
sign contributors.txt 2021-04-07 17:46:55 -04:00
b1f6c1c4 0172e8661f
Update ExternalAntlr4Cpp.cmake 2021-04-07 17:42:27 -04:00
Terence Parr 4dfacf63e2
Merge pull request #3144 from xTachyon/on_exit_opt
[C++] Performance improvement in finally
2021-04-04 09:05:47 -07:00
Andrei DAMIAN e7bdb71a28 c++ finally don't use std::function 2021-04-03 18:22:17 +03:00
ericvergnaud 3590d4d5e1
Merge pull request #3130 from antlr/fix-3216
Fix #3126
2021-03-19 10:55:52 +08:00
Jiri Slaby 5a808b470e Cpp/runtime: use utf8cpp from system if possible
Try to find system's utf8cpp first, instead of downloading it from
github. utf8cpp 3 defines a cmake package, so we can use find_package.
Older utf8cpps don't, so we try also find_path. If all that fails, we
still fall back to github download.

This is needed as distributions cannot download stuff from their build
systems. And people want to use libraries/headers from the distribution
anyway.

I had to reorder the file a bit, so that the libraries are defined
through the utf8cpp detection
2021-02-23 08:19:40 +01:00
Jiri Slaby ac10e7bb79 contributors.txt: sign it 2021-02-23 08:19:39 +01:00
Alexander Bigerl ed2631b2d0
Merge branch 'master' into patch-1 2021-02-01 08:38:46 +01:00
Alexander Bigerl d2bc3a5cde
Update contributors.txt 2021-01-19 09:08:26 +01:00
Alexander Bigerl 680a42e023
No building tests/samples for external utfcpp 2021-01-19 09:06:21 +01:00
Matthew Paletta 3b3da29d45
Merge branch 'master' into master 2020-08-26 13:30:32 -07:00
Matthew Paletta 6e3d900c96 Resynced to master 2020-07-04 21:34:28 -07:00
Matthew Paletta 0daa97a5f0 Added templated move support for antlrcpp::Any 2020-06-15 16:52:47 -07:00