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:
Arne Welzel 2024-08-15 10:30:37 +02:00
commit ac5cbcc43e
26 changed files with 364 additions and 147 deletions

View file

@ -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

View file

@ -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