Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
proxy-wasm
/
proxy-wasm-cpp-host
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
93
Code
Issues
40
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
build: update v8 to 12.7.224.18
- #409
#409
Closed
mpwarres
wants to merge 25 commits into
proxy-wasm:main
proxy-wasm/proxy-wasm-cpp-host:main
from
mpwarres:v8_v12.7.224.18
mpwarres/proxy-wasm-cpp-host:v8_v12.7.224.18
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
build: update v8 to 12.7.224.18
#409
mpwarres
wants to merge 25 commits into
proxy-wasm:main
proxy-wasm/proxy-wasm-cpp-host:main
from
mpwarres:v8_v12.7.224.18
mpwarres/proxy-wasm-cpp-host:v8_v12.7.224.18
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2024
Compile with C++20
Show description for 644e5e2
mpwarres
committed
644e5e2
View commit details
Copy full SHA for 644e5e2
Browse repository at this point
Update googletest to v1.15.2
Show description for fdb5e93
mpwarres
committed
fdb5e93
View commit details
Copy full SHA for fdb5e93
Browse repository at this point
Commits on Aug 19, 2024
Patch proxy-wasm-cpp-sdk to work around g++ -std=c++20 compilation issue
Show description for aab1611
mpwarres
committed
aab1611
View commit details
Copy full SHA for aab1611
Browse repository at this point
Add temporary workaround for #412
Show description for 749ebf8
mpwarres
committed
749ebf8
View commit details
Copy full SHA for 749ebf8
Browse repository at this point
Add -fno-sanitize=unsigned-integer-overflow to clang asan options
Show description for fc7a80b
mpwarres
committed
fc7a80b
View commit details
Copy full SHA for fc7a80b
Browse repository at this point
Disable clang-tidy clang-diagnostic-builtin-macro-redefined check
Show description for c2f8102
mpwarres
committed
c2f8102
View commit details
Copy full SHA for c2f8102
Browse repository at this point
Change asan config for NullVM and Wasmtime from clang-asan-strict to clang-asan
Show description for d7d6af7
mpwarres
committed
d7d6af7
View commit details
Copy full SHA for d7d6af7
Browse repository at this point
v8: update to 12.7.224.18
Show description for 5092179
mpwarres
committed
5092179
View commit details
Copy full SHA for 5092179
Browse repository at this point
Update v8.patch to revert v8 commit b26554ec368e9553782012c96aa5e99b163eaff2
Show description for ce012d6
mpwarres
committed
ce012d6
View commit details
Copy full SHA for ce012d6
Browse repository at this point
Bind absl_* build targets referenced by v8 build rules
Show description for 4614adf
mpwarres
committed
4614adf
View commit details
Copy full SHA for 4614adf
Browse repository at this point
Fetch fp16 dependency of v8, and patch v8 to find it
Show description for ef3558a
mpwarres
committed
ef3558a
View commit details
Copy full SHA for ef3558a
Browse repository at this point
Set torque generator path to location where Bazel can find outputs
Show description for 7a25b87
mpwarres
committed
7a25b87
View commit details
Copy full SHA for 7a25b87
Browse repository at this point
Tolerate deprecated declarations in v8
Show description for a65d5e9
mpwarres
committed
a65d5e9
View commit details
Copy full SHA for a65d5e9
Browse repository at this point
Build with C++20, and take 2 at compiling v8 with -Wno-deprecated-declarations
Show description for bf4df28
mpwarres
committed
bf4df28
View commit details
Copy full SHA for bf4df28
Browse repository at this point
Fix tweak to where v8 looks for its fp16 dependency
Show description for 42d7ee7
mpwarres
committed
42d7ee7
View commit details
Copy full SHA for 42d7ee7
Browse repository at this point
Additionally specify --host_cxxopt=-std=c++20
Show description for 93358c2
mpwarres
committed
93358c2
View commit details
Copy full SHA for 93358c2
Browse repository at this point
Merge branch 'use-cpp-20' into v8_v12.7.224.18
Show description for c1161ce
mpwarres
committed
c1161ce
View commit details
Copy full SHA for c1161ce
Browse repository at this point
Specify -Wno-invalid-offsetof for gcc builds
Show description for 394f075
mpwarres
committed
394f075
View commit details
Copy full SHA for 394f075
Browse repository at this point
Cherrypick V8 commit 35888fee7bbaaaf1f02ccc88a95c9a336fc790bc to address gcc build failure
Show description for e5407f4
mpwarres
committed
e5407f4
View commit details
Copy full SHA for e5407f4
Browse repository at this point
Use --cxxopt instead of --copt to specify -Wno-invalid-offsetof
Show description for c4500ac
mpwarres
committed
c4500ac
View commit details
Copy full SHA for c4500ac
Browse repository at this point
Add -Wno-deprecated to gcc cxxopt
Show description for 8f34e8f
mpwarres
committed
8f34e8f
View commit details
Copy full SHA for 8f34e8f
Browse repository at this point
Merge branch 'main' into use-cpp-20
Show description for 4de318c
mpwarres
committed
4de318c
View commit details
Copy full SHA for 4de318c
Browse repository at this point
Merge branch 'use-cpp-20' into v8_v12.7.224.18
Show description for abc9b10
mpwarres
committed
abc9b10
View commit details
Copy full SHA for abc9b10
Browse repository at this point
Specify -Wno-deprecated for gcc, take 2
Show description for d4eec14
mpwarres
committed
d4eec14
View commit details
Copy full SHA for d4eec14
Browse repository at this point
Set gcc warning flags via --host_cxxopt as well
Show description for 06f6411
mpwarres
committed
06f6411
View commit details
Copy full SHA for 06f6411
Browse repository at this point
You can’t perform that action at this time.