2 Commits

Author SHA1 Message Date
tqcq 41a30573f6 feat: improve hex encode input ergonomics
cpp-template / format (ubuntu-22.04) (push) Successful in 1m5s
cpp-template / format (ubuntu-24.04) (push) Successful in 1m6s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 1m48s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 1m53s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 2m11s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 2m16s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 7m55s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 8m14s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 2m13s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 2m11s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m53s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m59s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m43s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m45s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 7m9s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 7m24s
cpp-template / format (ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (asan, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (debug, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (fuzz, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (release, ubuntu-20.04) (push) Has been cancelled
cpp-template / clang-tidy (ubuntu-20.04) (push) Has been cancelled
cpp-template / install-consumer (ubuntu-20.04) (push) Has been cancelled
cpp-template / no-network-negative (ubuntu-20.04) (push) Has been cancelled
2026-05-20 17:07:17 +08:00
tqcq 9c5b440339 build: add 6 utility library dependencies to CPM system
cpp-template / format (push) Failing after 1m41s
cpp-template / debug (push) Failing after 2m57s
cpp-template / clang-tidy (push) Failing after 1m58s
cpp-template / release (push) Failing after 2m26s
cpp-template / cxx11-smoke (push) Failing after 1m17s
cpp-template / asan (push) Has been cancelled
cpp-template / tsan (push) Has been cancelled
cpp-template / fuzz-smoke (push) Has been cancelled
cpp-template / no-network-negative (push) Has been cancelled
cpp-template / install-consumer (push) Has been cancelled
Add tl::optional, sigslot, ByteBuffer, Eigen3, hash-library, and CRCpp
as CPM-managed dependencies with offline archives. Add self-written hex
and base64 utility headers using tl::optional for C++14 compatibility.
Remove deprecated cxx11-smoke preset.

New archives (6): sigslot-1.2.0, ByteBuffer-master, eigen-3.4.0,
hash-library-v8, CRCpp-1.2.1.0, optional-1.1.0
New targets: sigslot::sigslot, Eigen3::Eigen, ByteBuffer::ByteBuffer,
hash-library::hash-library, CRCpp::CRCpp, tl::optional, hex::hex,
base64::base64
2026-05-19 11:25:08 +08:00