-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to C++20 #7554
Open
messmerd
wants to merge
12
commits into
LMMS:master
Choose a base branch
from
messmerd:cpp20
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upgrade to C++20 #7554
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d2f99e - Browse repository at this point
Copy the full SHA 9d2f99eView commit details -
Fix implicit lambda captures of
this
by[=]
Those implicit captures were deprecated in C++20
Configuration menu - View commit details
-
Copy full SHA for 027042a - Browse repository at this point
Copy the full SHA 027042aView commit details -
Silence MSVC atomic std::shared_ptr warning
Unfortunately std::atomic<std::shared_ptr> (P0718R2) is not supported by GCC until GCC 12 and still is not supported by Clang or Apple Clang, so it looks like we will continue using std::atomic_load for the time being
Configuration menu - View commit details
-
Copy full SHA for c5dc3fe - Browse repository at this point
Copy the full SHA c5dc3feView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67450e1 - Browse repository at this point
Copy the full SHA 67450e1View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 106439a - Browse repository at this point
Copy the full SHA 106439aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b3de5 - Browse repository at this point
Copy the full SHA 48b3de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cae32 - Browse repository at this point
Copy the full SHA 30cae32View commit details -
Configuration menu - View commit details
-
Copy full SHA for d45792c - Browse repository at this point
Copy the full SHA d45792cView commit details
Commits on Nov 10, 2024
-
Revert "Fix bitwise operations between different enumeration types"
This reverts commit d45792c.
Configuration menu - View commit details
-
Copy full SHA for 267307a - Browse repository at this point
Copy the full SHA 267307aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ed53a - Browse repository at this point
Copy the full SHA 93ed53aView commit details
Commits on Nov 12, 2024
-
Remove AnalyzeTemporaryDtors from .clang-tidy
AnalyzeTemporaryDtors was deprecated in clang-tidy 16 and fully removed in clang-tidy 18
Configuration menu - View commit details
-
Copy full SHA for 4a9b478 - Browse repository at this point
Copy the full SHA 4a9b478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f42785 - Browse repository at this point
Copy the full SHA 0f42785View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.