master
11 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
7db4065822 |
fix(deps): patch rxcpp on_error_notification const member blocking operator=
cpp-template / format (ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (asan, ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (debug, ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (fuzz, ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (release, ubuntu-20.04) (push) Waiting to run
cpp-template / clang-tidy (ubuntu-20.04) (push) Waiting to run
cpp-template / install-consumer (ubuntu-20.04) (push) Waiting to run
cpp-template / no-network-negative (ubuntu-20.04) (push) Waiting to run
cpp-template / format (ubuntu-22.04) (push) Successful in 1m5s
cpp-template / format (ubuntu-24.04) (push) Successful in 1m3s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 1m52s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 1m51s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 2m7s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 2m9s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 7m52s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 8m2s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 2m7s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 2m6s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m57s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m54s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m42s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m44s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 6m29s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 6m21s
The on_error_notification struct declared 'const rxu::error_ptr ep' but also provided an explicit operator= that move-assigns into ep. Const members make assignment ill-formed. Removed const to resolve the contradiction. |
||
|
|
ab7d903fe0 |
feat(deps): add rxcpp 4.1.1 (YousicianGit fork) as vendored dependency
cpp-template / format (ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (asan, ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (debug, ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (fuzz, ubuntu-20.04) (push) Waiting to run
cpp-template / build-test (release, ubuntu-20.04) (push) Waiting to run
cpp-template / clang-tidy (ubuntu-20.04) (push) Waiting to run
cpp-template / install-consumer (ubuntu-20.04) (push) Waiting to run
cpp-template / no-network-negative (ubuntu-20.04) (push) Waiting to run
cpp-template / format (ubuntu-22.04) (push) Successful in 7m45s
cpp-template / format (ubuntu-24.04) (push) Successful in 8m3s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 9m32s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 14m43s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 16m15s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 7m17s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 8m7s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 8m15s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 2m12s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 2m11s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m55s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m57s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m43s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m41s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 6m22s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 6m48s
Header-only reactive extensions library (RxCpp) from the YousicianGit fork which provides C++14 compatibility fixes: result_of conditional compilation, as_blocking deadlock fix, and missing <string> include. - Vendored archive: 3rd/archives/rxcpp-4.1.1-yousician.tar.gz - CPM DOWNLOAD_ONLY + INTERFACE IMPORTED target rxcpp::rxcpp - Include path: Rx/v2/src/rxcpp/ - Added to CPP_TEMPLATE_CORE_RUNTIME_DEFAULT_DEPS - Inventory updated: 26 -> 27 dependencies |
||
|
|
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
|
||
|
|
cc7d17292c | docs: update dependency inventory for continuable | ||
|
|
82b82cb08d | build(deps): add continuable runtime dependency | ||
|
|
2fbcd3842d |
docs: update third-party inventory for range-v3 addition
cpp-template / format (ubuntu-22.04) (push) Successful in 1m9s
cpp-template / format (ubuntu-24.04) (push) Successful in 56s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 1m41s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 1m46s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 2m6s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 2m2s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 7m41s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 8m3s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 1m57s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 2m2s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m32s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m43s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m20s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m18s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 5m51s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 5m57s
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
|
||
|
|
3216dd58c6 | feat(deps): add range-v3 0.12.0 to core runtime dependencies | ||
|
|
85a0ff93c2 |
chore: remove ThreadSanitizer (TSan) support
cpp-template / format (ubuntu-22.04) (push) Successful in 57s
cpp-template / format (ubuntu-24.04) (push) Successful in 56s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 1m34s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 1m35s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 1m55s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 1m50s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 6m18s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 7m0s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 1m49s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 1m53s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m37s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m52s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m41s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m36s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 6m50s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 7m32s
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
|
||
|
|
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 |
||
|
|
cab458d93f | docs: update CMake API, template design, and dependency docs | ||
|
|
511b53c48f | build(deps): vendor offline dependency archives |