mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2488] Experiment with C++17 #2571
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2571
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2488
Author: @gaul
Created: 7/4/2024
Status: 🔄 Open
Base:
master← Head:c++17📝 Commits (1)
9c3528bExperiment with C++17📊 Changes
15 files changed (+31 additions, -46 deletions)
View changed files
📝
configure.ac(+1 -1)📝
src/cache.cpp(+1 -1)📝
src/curl.cpp(+0 -1)📝
src/curl.h(+2 -2)📝
src/fdcache_entity.cpp(+2 -7)📝
src/fdcache_page.cpp(+5 -2)📝
src/fdcache_page.h(+1 -1)📝
src/fdcache_stat.cpp(+1 -6)📝
src/mpu_util.cpp(+3 -4)📝
src/s3fs_util.cpp(+2 -12)📝
src/s3fs_xml.cpp(+7 -6)📝
src/s3fs_xml.h(+2 -1)📝
src/s3objlist.cpp(+2 -1)📝
src/s3objlist.h(+1 -1)📝
src/string_util.h(+1 -0)📄 Description
Most of these features should work now that we dropped CentOS 7 support.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
bucket_block_countinitialization #2633