mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Merge remote-tracking branch 'origin/topic/vern/cpp-init'
* origin/topic/vern/cpp-init: Func: Add SetCapturesVec() marked some recently added BTests as not suitable for -O gen-C++ testing robustness improvements for -O gen-C++ generation of lambdas / "when"s speedups for compilation of initializers in -O gen-C++ generated code fixes for -O gen-C++ generation of floating point constants -O gen-C++ fix for dealing with use of more than one module qualifier header tweaks to provide gen-C++ script optimization with more flexibility fix for script optimization of constants of type "opaque" fix for script optimization of "in" operations some minor tidying of -O gen-C++ sources
This commit is contained in:
commit
ac5cbcc43e
26 changed files with 364 additions and 147 deletions
|
@ -1,4 +1,5 @@
|
|||
# @TEST-DOC: Verify cluster_started() is not rebroadcasted if the manager restarts.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-PORT: SUPERVISOR_PORT
|
||||
# @TEST-PORT: MANAGER_PORT
|
||||
# @TEST-PORT: PROXY_PORT
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# @TEST-DOC: Verify cluster_started() is not rebroadcasted if a worker restarts.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-PORT: SUPERVISOR_PORT
|
||||
# @TEST-PORT: MANAGER_PORT
|
||||
# @TEST-PORT: PROXY_PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue