mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2596] [MERGED] Require C++14 #2654
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#2654
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/2596
Author: @gaul
Created: 11/6/2024
Status: ✅ Merged
Merged: 5/18/2025
Merged by: @ggtakec
Base:
master← Head:c++14📝 Commits (1)
4465575Require C++14📊 Changes
27 files changed (+92 additions, -89 deletions)
View changed files
📝
.clang-tidy(+0 -1)📝
.github/workflows/ci.yml(+1 -1)📝
Makefile.am(+1 -1)📝
configure.ac(+1 -1)📝
src/Makefile.am(+1 -1)📝
src/cache.cpp(+2 -2)📝
src/curl_share.cpp(+1 -1)📝
src/curl_util.cpp(+3 -1)📝
src/fdcache_entity.cpp(+5 -5)📝
src/fdcache_page.cpp(+2 -2)📝
src/gnutls_auth.cpp(+4 -4)📝
src/nss_auth.cpp(+1 -1)📝
src/openssl_auth.cpp(+3 -2)📝
src/s3fs.cpp(+4 -4)📝
src/s3fs_cred.cpp(+4 -2)📝
src/s3fs_logger.cpp(+2 -2)📝
src/s3fs_util.cpp(+5 -5)📝
src/s3fs_util.h(+1 -1)📝
src/sighandlers.cpp(+4 -3)📝
src/sighandlers.h(+1 -2)...and 7 more files
📄 Description
This only has some minor additions of
std::make_unique, digits separators, and more flexibleconstexpr. References #2469.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.