Commit Graph

7980 Commits

Author SHA1 Message Date
jasder 6ea283bf56 Add sadads 2021-12-01 10:55:13 +08:00
jasder 58ef8f982c Add dsfsfsdf 2021-12-01 10:54:34 +08:00
jasder 9dec2f1756 Add sdfs.html 2021-12-01 10:52:57 +08:00
jasder 041c4872f4 Update dsjdjsfjk.js 2021-11-01 12:00:32 +08:00
jasder 6e3aceb580 Update dsjdjsfjk.js 2021-11-01 11:49:42 +08:00
jasder 1616316694 Update dsjdjsfjk.js 2021-11-01 11:40:39 +08:00
jasder 59fb219eca Add dsjdjsfjk.js 2021-11-01 10:35:52 +08:00
jasder 96b2c56d39 test111
测试 测试合并后是否会刷新评论列表
2021-10-13 15:15:44 +08:00
jasder 2b797f1833 测试
测试合并后是否会刷新评论列表
2021-10-13 15:14:30 +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
forgetest1 58119ce017 Merge pull request '哈哈' (#1) from fix-3216 into align-js-runtime-with-java-runtime 2021-10-09 18:11:47 +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
Eric Vergnaud d82e8921a6 Fix issue where original ATN would be damaged by IntervalSet operations. Foxes #3216 2021-03-19 00:11:03 +08:00
Eric Vergnaud 20a4d9d138 always trigger enter/exit rules (same as Java/C#) 2021-03-19 00:06:02 +08:00
parrt c2f104cd08 tweak doc 2021-03-11 14:41:41 -08:00
parrt c0e22b99d6 js build modified some files 2021-03-11 14:36:29 -08:00
parrt 2b5bb2249e [maven-release-plugin] prepare for next development iteration 2021-03-11 14:18:19 -08:00
parrt 5e5b6d35b4 [maven-release-plugin] prepare release 4.9.2 2021-03-11 14:18:13 -08:00
parrt cb4e59d420 bump version to 4.9.2 2021-03-11 14:10:44 -08:00
parrt 8d621b73b6 support new anaconda mac location. 2021-03-11 13:55:37 -08:00
Terence Parr d889ba8668
Merge pull request #3113 from mike-lischke/master
Fixed ANTLRInputStream and ANTLRFileStream
2021-03-10 09:03:03 -08:00
Mike Lischke 4431f1ff69 Small improvement 2021-03-10 13:21:54 +01:00
Mike Lischke ff629d543a Another build fix
C++ is not <any other language where you don't need a useless constructor>
2021-03-10 12:07:09 +01:00
Mike Lischke 9d1737f33b Build fix 2021-03-10 11:58:49 +01:00
Mike Lischke 5731e64e22 Added a sanity check for input size. 2021-03-10 11:49:22 +01:00
Mike Lischke 84d4ce73de More changes to the ANTLRInputStream and ANTLRFileStream classes
- Added a default c-tor to the input stream to avoid an ambiquity.
- Changed the input stream API so that it can take a string pointer + length and use that for UTF conversion, avoiding so unnecessary copies. Convenience methods exist to use a std::string or a std::string_view.
- With that only a single load() method is necessary.
- In ANTLRFileStream the other c-tors are now also deleted, as they make no sense there.
2021-03-10 11:21:04 +01:00
Mike Lischke f881e3ec3f Wrong load call fixed. 2021-03-09 11:04:04 +01:00
Mike Lischke 93c06214a6 Fixed C++ tests and build warnings 2021-03-09 11:01:57 +01:00
Mike Lischke faa64fdfa7 Merge branch 'master-upstream' 2021-03-09 09:44:28 +01:00
Mike Lischke 62a829fb65 Fixed ANTLRInputStream and ANTLRFileStream
A previous change to add std::string_view support to ANTLRInputStream for C++17 caused some trouble because of ABI changes. This has been changed to define 2 constructors, one for std::string_view (for C++17) and the original one for std::string.
This is turn caused an error in ANTLRFileStream, which also takes a string in the constructor (but handling it as file name instead of input). To make this clearer the c-tor taking a std::string has been deleted in ANTLRFileStream and the class now requires to load input via the loadFile() function. This might cause some trouble for those users who had used the std::string constructor of ANTLRFileStream, but I think the better error reporting outweighs the little annoyance.
2021-03-09 09:42:55 +01:00
Terence Parr 0f8bddcbc1
Merge pull request #3009 from xTachyon/bettercpp
Serialized ATN const array generates horrible machine code fix
2021-03-03 18:05:14 -08:00
Damian Andrei 76975c15ae
Merge branch 'master' into bettercpp 2021-03-03 12:55:51 +02:00