Marcus Holland-Moritz
75d6c92821
refactor: make progress class use std::function and chrono duration
2024-07-26 21:08:41 +02:00
Marcus Holland-Moritz
ea4f5e4b89
chore: update folly/fbthrift
2024-07-26 21:08:41 +02:00
Marcus Holland-Moritz
f39be139b2
fix: compatibility with fmt v11
2024-07-26 12:06:29 +02:00
Marcus Holland-Moritz
ff4ad23a98
chore: update codecov-action to v4
2024-07-26 12:06:29 +02:00
Marcus Holland-Moritz
ae87825243
refactor(global_entry_data): move to internal namespace
2024-07-08 14:22:19 +02:00
Marcus Holland-Moritz
509aca8247
build: don't print compile output when parallel-hashmap check fails
2024-06-02 21:41:26 +02:00
Marcus Holland-Moritz
17c72ea47b
fix: gcc false positive warning about cache always being null
2024-06-02 21:40:28 +02:00
Marcus Holland-Moritz
dacc932ba3
chore: update folly / fbthrift
2024-06-02 21:39:35 +02:00
Marcus Holland-Moritz
31d5ac0608
chore(contextual_option): support move operations
2024-05-30 12:16:35 +02:00
Marcus Holland-Moritz
9c6422bc9f
chore(lzma): improve lzma error reporting
2024-05-30 12:15:15 +02:00
Marcus Holland-Moritz
535bdfa486
fix(lzma): lzma options pointing at wrong instance (fixes gh #224 )
...
When cloning an `lzma_block_compressor`, the cloned `filters_` would
point to the original `opt_lzma_` instead of the cloned one. While
this is obviously a bug, the code would usually work and only
occasionally bail out with an lzma error.
This change does away with having `filters_` as a member and rather
builds the array each time `compress` is called. The overhead is
completely negligible.
2024-05-30 12:11:20 +02:00
Marcus Holland-Moritz
6d91e4c7b1
refactor: allow replacing folly::to in interfaces with alternatives
2024-05-22 18:34:42 +02:00
Marcus Holland-Moritz
c7f99a6483
fix: add missing includes
2024-05-22 18:33:44 +02:00
Marcus Holland-Moritz
b021bf5958
refactor(fragment_category): move folly::hash dependency to source file
2024-05-22 18:00:44 +02:00
Marcus Holland-Moritz
f6e5eb0291
refactor: allow replacing folly::small_vector with alternatives
2024-05-22 17:43:39 +02:00
Marcus Holland-Moritz
17aa9881ea
fix: add missing header
2024-05-22 17:42:28 +02:00
Marcus Holland-Moritz
82b2600133
refactor(file_scanner): replace for_each with ranges
2024-05-22 16:46:07 +02:00
Marcus Holland-Moritz
bdbb40f928
refactor(fragment_order_parser): replace folly::gen with ranges
2024-05-22 16:46:07 +02:00
Marcus Holland-Moritz
4de04030f2
refactor(dwarfs-universal): replace folly::gen with ranges
2024-05-22 16:46:07 +02:00
Marcus Holland-Moritz
89cdb7e325
refactor(block_merger): replace folly::gen with ranges
2024-05-22 16:46:07 +02:00
Marcus Holland-Moritz
522efd04f7
refactor: switch to using system includes for dwarfs headers
2024-05-22 14:56:08 +02:00
Marcus Holland-Moritz
8da31e4827
refactor: remove unused header
2024-05-22 14:39:00 +02:00
Marcus Holland-Moritz
ed9684c090
build: disable USE_JEMALLOC on macOS for now
2024-05-18 19:34:07 +02:00
Marcus Holland-Moritz
1e8de0ce26
build: improve parallel-hashmap detection on macOS
2024-05-18 19:03:02 +02:00
Marcus Holland-Moritz
6eb947a7bf
refactor: move pcm_sample_transformer to separate library
2024-05-18 18:10:06 +02:00
Marcus Holland-Moritz
321da13289
refactor: move dwarfs/safe_main into tool library
2024-05-18 18:01:45 +02:00
Marcus Holland-Moritz
cd0646e60c
refactor: move metadata_types to reader library
2024-05-18 17:55:57 +02:00
Marcus Holland-Moritz
e16969f04f
build: add dwarfs reader library
2024-05-18 16:48:04 +02:00
Marcus Holland-Moritz
24661c7583
fix: remove unused fsst include
2024-05-18 09:50:17 +02:00
Marcus Holland-Moritz
90f6af84ac
refactor: move metadata freezing code to separate class
2024-05-18 09:09:31 +02:00
Marcus Holland-Moritz
343c698c20
build: link everything against jemalloc when jemalloc is enabled
2024-05-18 08:37:27 +02:00
Marcus Holland-Moritz
3636300050
build: package generated manpage source files
2024-05-16 22:19:53 +02:00
Marcus Holland-Moritz
5975b0a8ac
build: split dwarfs library
2024-05-16 21:51:57 +02:00
Marcus Holland-Moritz
5f6b03bb10
build: try moving to cmake 3.28
2024-05-16 09:35:46 +02:00
Marcus Holland-Moritz
cc997e6778
build: more cmake cleanups
2024-05-16 09:35:46 +02:00
Marcus Holland-Moritz
14073bf2a9
build: add missing source file to folly_light
2024-05-16 00:27:10 +02:00
Marcus Holland-Moritz
7ca2a54ee7
build: disable -Wstringop-overflow for GCC
2024-05-16 00:15:45 +02:00
Marcus Holland-Moritz
a75387a6cc
wip: temporarily use forked folly/fbthrift submodules
2024-05-15 23:57:20 +02:00
Marcus Holland-Moritz
a44ba74993
build: only build benchmark if necessary
2024-05-15 18:10:37 +02:00
Marcus Holland-Moritz
c547bf1dfe
build: consistently build for C++20
2024-05-15 17:57:05 +02:00
Marcus Holland-Moritz
b8936a7ce8
build: more CMake cleanups
2024-05-15 17:57:05 +02:00
Marcus Holland-Moritz
8e963e43fa
build: re-enable segmenter benchmark
2024-05-15 17:57:05 +02:00
Marcus Holland-Moritz
9db9639b61
build: package generated thrift source files
2024-05-15 13:22:02 +02:00
Marcus Holland-Moritz
71ae7b8ce0
build: more cmake cleanups
2024-05-15 13:22:02 +02:00
Marcus Holland-Moritz
ba4955fb32
build: CMakeLists.txt cleanup
2024-05-15 12:01:11 +02:00
Marcus Holland-Moritz
998462db39
build: introduce folly_light for faster builds
2024-05-15 12:00:54 +02:00
Marcus Holland-Moritz
8903957b63
refactor: folly::dynamic -> nlohmann::json, part 3
2024-05-14 17:59:33 +02:00
Marcus Holland-Moritz
0721b199f5
refactor: folly::dynamic -> nlohmann::json, part 2
2024-05-14 17:59:33 +02:00
Marcus Holland-Moritz
96a0afed95
refactor: folly::dynamic -> nlohmann::json, part 1
2024-05-14 17:59:33 +02:00
Marcus Holland-Moritz
5fda190d68
build: add nlohmann-json to requirements
2024-05-14 17:59:33 +02:00