Remove CentOS 7 from CI (#2579) CentOS 7 is EOL and thus unsupported. This reverts commit 44d5b5e1c97d034e4a862d62af44b74ef7b8604f.
Recent Commits to s3fs-fuse:master
-
Remove CentOS 7 from CI (#2579)
-
Use pass-by-value for peeloff (#2578)
Use pass-by-value for peeloff (#2578) This avoids copies when used with std::move.
-
Make psemaphore similar to C++20 std::counting_semaphore (#2569)
Make psemaphore similar to C++20 std::counting_semaphore (#2569)
-
Add missing mutex header (#2576)
Add missing mutex header (#2576) Found via clang-tidy.
-
Add Ubuntu 24.10 to CI (#2575)
Add Ubuntu 24.10 to CI (#2575)
-
Update ChangeLog and configure.ac for 1.95
Update ChangeLog and configure.ac for 1.95 Fixes #2496.
-
Add missing string header (#2574)
Add missing string header (#2574) Found via clang-tidy.
-
Add missing utility header for std::move (#2572)
Add missing utility header for std::move (#2572) Found via clang-tidy.
-
Fixed a bug in clearing the queue accumulated during USR1 processing
Fixed a bug in clearing the queue accumulated during USR1 processing
-
Simplify bucket_block_count initialization (#2571)
Simplify bucket_block_count initialization (#2571)
-
Separate clang-tidy into its own CI task (#2567)
Separate clang-tidy into its own CI task (#2567) clang-tidy takes 4 minutes on my laptop compared to ALL_TESTS=1 which takes 8 minutes. Using a separate tasks avoids duplicating clang-tidy and unnecessarily slowing CI run-time.
-
Separate serialization and deserialization code (#2566)
Separate serialization and deserialization code (#2566) This is clearer than a bool parameter.