This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
from 93a4d71 A few updates to the doc generation (#7)
new e8c29e0 proxy.config.http.per_client.connection.exempt_list
new 8870ee1 Remove maybe problematic constructors on storage_type (#12493)
new 27269ba test_ip.cc updates
new 169cfab Catch2: update to v3.9.1 (#12453)
new 385dc6b Fix build for clang 20 (#12202)
new 7627e06 -std=c++20: Remove TextView space before _sv/_tv literal
(#12164)
new 372c9a5 GCC 15: Address mismatched-new-delete in MemArena::Block
(#12163)
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
code/include/swoc/IPRange.h | 29 ++++++++++++---------------
code/include/swoc/MemArena.h | 40 +++++++++++++++++++++++++++++++++++++
code/include/swoc/TextView.h | 4 ++--
code/src/MemArena.cc | 6 ++----
code/src/swoc_ip.cc | 4 ++--
unit_tests/ex_IntrusiveDList.cc | 2 +-
unit_tests/ex_Lexicon.cc | 2 +-
unit_tests/ex_MemArena.cc | 2 +-
unit_tests/ex_TextView.cc | 2 +-
unit_tests/ex_UnitParser.cc | 2 +-
unit_tests/ex_bw_format.cc | 2 +-
unit_tests/ex_ipspace_properties.cc | 2 +-
unit_tests/test_BufferWriter.cc | 2 +-
unit_tests/test_Errata.cc | 2 +-
unit_tests/test_IntrusiveDList.cc | 2 +-
unit_tests/test_IntrusiveHashMap.cc | 2 +-
unit_tests/test_Lexicon.cc | 2 +-
unit_tests/test_MemArena.cc | 3 ++-
unit_tests/test_MemSpan.cc | 2 +-
unit_tests/test_Scalar.cc | 2 +-
unit_tests/test_TextView.cc | 6 ++++--
unit_tests/test_Vectray.cc | 2 +-
unit_tests/test_bw_format.cc | 3 ++-
unit_tests/test_ip.cc | 11 ++++++----
unit_tests/test_meta.cc | 2 +-
unit_tests/test_range.cc | 2 +-
unit_tests/test_swoc_file.cc | 2 +-
unit_tests/unit_test_main.cc | 4 ++--
28 files changed, 94 insertions(+), 52 deletions(-)