feat(core-clp): Add LZMA Compressor
implementation and LZMA dependency.#614
Merged
Bill-hbrhbr merged 68 commits intoy-scope:main from Bill-hbrhbr:port-lzma-compressorDec 23, 2024
+615-46
Commits
Commits on Nov 25, 2024
Commits on Nov 26, 2024
Commits on Nov 27, 2024
- committed
- committed
- committed
- committed
- committed
Commits on Nov 30, 2024
- committed
Commits on Dec 2, 2024
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 3, 2024
Commits on Dec 4, 2024
Commits on Dec 5, 2024
- committed
Commits on Dec 6, 2024
Commits on Dec 11, 2024
Commits on Dec 12, 2024
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 17, 2024
Commits on Dec 19, 2024
- committed
feat(clp-package): Add support for deleting archives that are exclusively within a time range. (y-scope#594)
feat(core): Add
ErrorCode
template to standardize conversion of user-defined error code enums tostd::error_code
. (y-scope#486)feat(ffi): Add initial implementation of
IrErrorCode
(using theErrorCode
template) which will replace theIRErrorCode
enum. (y-scope#623)feat(ffi): Add support for auto/user-generated KV-pairs in
KeyValuePairLogEvent
; Detect and invalidate duplicate keys among non-leaf nodes when constructing aKeyValuePairLogEvent
. (y-scope#558)ci(pr-title-checks): Remove default GH workflow permissions and document risk of
pull_request_target
workflow trigger. (y-scope#633)feat(core-clp): Add
BoundedReader
to prevent out-of-bound reads in segmented input streams. (y-scope#624)build(core): Update Boost to v1.87.0 in order to pull in boost::urls; Replace calls to boost::asio's deprecated
expires_from_now
withexpires_after
. (y-scope#636)refactor(clp-s): Replace instances of
std::string const&
withstd::string_view
where it would remove unnecessary conversions to and fromstd::string
. (y-scope#635)docs(core): Indicate dependency install scripts should be run with elevated privileges. (y-scope#637)
Commits on Dec 20, 2024
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed