This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from b2870aafd1 quic: Fix session cleanup assert. (#9622)
add d40ca1a4fd Cmake plugins and install things (#9597)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 9 +++++
include/ts/Makefile.am => configs/CMakeLists.txt | 17 ++++-----
iocore/eventsystem/CMakeLists.txt | 2 +-
lib/CMakeLists.txt | 3 ++
lib/fastlz/CMakeLists.txt | 1 +
cmake/FindPCRE.cmake => plugins/CMakeLists.txt | 34 +++++++++++-------
{lib/fastlz => plugins/authproxy}/CMakeLists.txt | 4 +--
.../background_fetch}/CMakeLists.txt | 9 +++--
.../cache_promote}/CMakeLists.txt | 10 ++++--
.../cache_range_requests}/CMakeLists.txt | 6 ++--
{lib/fastlz => plugins/cachekey}/CMakeLists.txt | 10 ++++--
{lib/fastlz => plugins/certifier}/CMakeLists.txt | 4 +--
{lib/fastlz => plugins/compress}/CMakeLists.txt | 8 +++--
plugins/compress/compress.cc | 2 +-
plugins/compress/configuration.cc | 2 +-
{lib/fastlz => plugins/conf_remap}/CMakeLists.txt | 6 ++--
{lib/fastlz => plugins/generator}/CMakeLists.txt | 4 +--
{lib/fastlz => plugins/xdebug}/CMakeLists.txt | 4 +--
src/records/CMakeLists.txt | 3 +-
src/traffic_server/CMakeLists.txt | 2 ++
src/tscore/CMakeLists.txt | 2 ++
{iocore/utils => src/tscpp/api}/CMakeLists.txt | 40 ++++++++++++++--------
src/tscpp/util/CMakeLists.txt | 1 +
23 files changed, 111 insertions(+), 72 deletions(-)
copy include/ts/Makefile.am => configs/CMakeLists.txt (75%)
copy cmake/FindPCRE.cmake => plugins/CMakeLists.txt (52%)
copy {lib/fastlz => plugins/authproxy}/CMakeLists.txt (92%)
copy {lib/fastlz => plugins/background_fetch}/CMakeLists.txt (87%)
copy {lib/fastlz => plugins/cache_promote}/CMakeLists.txt (85%)
copy {lib/fastlz => plugins/cache_range_requests}/CMakeLists.txt (92%)
copy {lib/fastlz => plugins/cachekey}/CMakeLists.txt (87%)
copy {lib/fastlz => plugins/certifier}/CMakeLists.txt (92%)
copy {lib/fastlz => plugins/compress}/CMakeLists.txt (90%)
copy {lib/fastlz => plugins/conf_remap}/CMakeLists.txt (92%)
copy {lib/fastlz => plugins/generator}/CMakeLists.txt (92%)
copy {lib/fastlz => plugins/xdebug}/CMakeLists.txt (92%)
copy {iocore/utils => src/tscpp/api}/CMakeLists.txt (57%)