-
Notifications
You must be signed in to change notification settings - Fork 69
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
build: Compile with C++20 #411
base: main
Are you sure you want to change the base?
Commits on Aug 18, 2024
-
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 644e5e2 - Browse repository at this point
Copy the full SHA 644e5e2View commit details -
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdb5e93 - Browse repository at this point
Copy the full SHA fdb5e93View commit details
Commits on Aug 19, 2024
-
Patch proxy-wasm-cpp-sdk to work around g++ -std=c++20 compilation issue
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aab1611 - Browse repository at this point
Copy the full SHA aab1611View commit details -
Add temporary workaround for proxy-wasm#412
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 749ebf8 - Browse repository at this point
Copy the full SHA 749ebf8View commit details -
Add -fno-sanitize=unsigned-integer-overflow to clang asan options
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc7a80b - Browse repository at this point
Copy the full SHA fc7a80bView commit details -
Disable clang-tidy clang-diagnostic-builtin-macro-redefined check
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2f8102 - Browse repository at this point
Copy the full SHA c2f8102View commit details -
Change asan config for NullVM and Wasmtime from clang-asan-strict to …
…clang-asan Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7d6af7 - Browse repository at this point
Copy the full SHA d7d6af7View commit details -
Additionally specify --host_cxxopt=-std=c++20
This isn't strictly necessary in this PR for CI to pass, however I encountered a need for it in child PR proxy-wasm#409, and seemed more appropriate to add here. Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93358c2 - Browse repository at this point
Copy the full SHA 93358c2View commit details -
Merge branch 'main' into use-cpp-20
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4de318c - Browse repository at this point
Copy the full SHA 4de318cView commit details -
Update runner used by clang-format and clang-tidy, and don't pin to c…
…lang-tidy-12 Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6257b58 - Browse repository at this point
Copy the full SHA 6257b58View commit details