Tim Wojtulewicz
d95affde4d
Remove deprecations tagged for v8.1
2025-08-12 10:19:03 -07:00
Arne Welzel
b996f87e75
ZeekArgs: Deprecate val_list_to_args()
...
Fly-by deprecation for something that isn't used in-tree anymore.
2024-11-21 09:30:57 +01:00
Benjamin Bannier
f5a76c1aed
Reformat Zeek in Spicy style
...
This largely copies over Spicy's `.clang-format` configuration file. The
one place where we deviate is header include order since Zeek depends on
headers being included in a certain order.
2023-10-30 09:40:55 +01:00
Arne Welzel
a25b1a9d59
ZeekArgs: Helper for empty arguments
2023-06-12 18:14:05 +02:00
Tim Wojtulewicz
b2f171ec69
Reformat the world
2021-09-16 15:35:39 -07:00
Tim Wojtulewicz
96d9115360
GH-1079: Use full paths starting with zeek/ when including files
2020-11-12 12:15:26 -07:00
Tim Wojtulewicz
01ce18894b
Rename types in ZeekList.h to be consistent with the style guide
2020-08-20 16:11:47 -07:00
Tim Wojtulewicz
106a92a9a8
Rename BroList.h to ZeekList.h
2020-08-20 16:11:46 -07:00
Robin Sommer
3d3d5e7eb4
Merge remote-tracking branch 'origin/topic/jsiwek/add-backtrace-bif'
...
(Added a Doxygen comment.)
* origin/topic/jsiwek/add-backtrace-bif:
Add backtrace() and print_backtrace()
2020-07-06 14:56:28 +00:00
Jon Siwek
a1c19840ce
Add backtrace() and print_backtrace()
2020-07-03 14:09:31 -07:00
Tim Wojtulewicz
64332ca22c
Move all Val classes to the zeek namespaces
2020-06-30 20:48:09 -07:00
Tim Wojtulewicz
9364e6a5b7
Move IntrusivePtr and utility methods to the zeek namespace
2020-06-30 20:19:12 -07:00
Jon Siwek
e7e5cf0f89
Use const-ref parameter for zeek::val_list_to_args()
...
It ended up being used a bit more than initially expected and this
is closer to the style we're generally aiming for.
2020-03-26 11:32:01 -07:00
Jon Siwek
4e1ac4e124
Use vector<IntrusivePtr<Val>> for Func::Call and Event queuing args
...
This change may break BIFs that use @ARGS@, @ARG@, or @ARGC@ since their
types have changed.
2020-03-24 16:50:18 -07:00