This is an automated email from the ASF dual-hosted git repository.
amc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 269082da1 autest - Minor fix on the verifier_client test ext to allow
setting only the http3 ports. (#9517)
add d0a756940 UnitParser: add unit parser support. (#9485)
No new revisions were added by this update.
Summary of changes:
include/tscpp/util/Makefile.am | 2 +
.../tscpp/util/ts_time_parser.h | 41 ++++----
include/tscpp/util/ts_unit_parser.h | 103 +++++++++++++++++++++
src/tscpp/util/CMakeLists.txt | 3 +-
src/tscpp/util/Makefile.am | 6 +-
src/tscpp/util/ts_unit_parser.cc | 91 ++++++++++++++++++
.../{test_Strerror.cc => test_time_parser.cc} | 24 +++--
7 files changed, 242 insertions(+), 28 deletions(-)
copy src/records/unit_tests/test_Diags.h =>
include/tscpp/util/ts_time_parser.h (60%)
create mode 100644 include/tscpp/util/ts_unit_parser.h
create mode 100644 src/tscpp/util/ts_unit_parser.cc
copy src/tscpp/util/unit_tests/{test_Strerror.cc => test_time_parser.cc} (67%)