mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/analyzer-iterators'
- During merge, simplified the API docs for Analyzer::DeleteChild() (found it unclear/unnecessary to refer to any `std` container types) * origin/topic/timw/analyzer-iterators: Clean up iterator usage in Analyzer
This commit is contained in:
commit
fd7402e8d6
6 changed files with 47 additions and 35 deletions
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
|
||||
4.1.0-dev.344 | 2021-03-23 16:29:27 -0700
|
||||
|
||||
* Clean up iterator usage in Analyzer (Tim Wojtulewicz, Corelight)
|
||||
|
||||
The ``zeek::analyzer::analyzer_list`` type-alias changed from an
|
||||
``std::list`` to ``std::vector`` which, in practice, is not expected to be
|
||||
used from plugins in API-incompatible way and may result in ~1-2% overall
|
||||
performance benefit.
|
||||
|
||||
4.1.0-dev.341 | 2021-03-18 12:45:04 -0700
|
||||
|
||||
* fix for associating current scope with the name of enums; name tidying (Vern Paxson, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue