-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
feat: cross-compile to windows msvc #390
Draft
f0rmiga
wants to merge
15
commits into
bazel-contrib:master
Choose a base branch
from
f0rmiga:cross-compile-windows
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.
Draft
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12c4219 - Browse repository at this point
Copy the full SHA 12c4219View commit details -
fix: windows_cc_toolchain_config.bzl
Some features of this file doesn't seem to have ever been used under Windows. E.g. the --sysroot flag when compiling with msvc doesn't exist. Also, it was not supported for the user to provide a sysroot anyways.
Configuration menu - View commit details
-
Copy full SHA for bb33d01 - Browse repository at this point
Copy the full SHA bb33d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0ee06 - Browse repository at this point
Copy the full SHA bb0ee06View commit details -
feat: allow the clang binary to be specified for wrapper
This allows for picking clang-cl instead of clang.
Configuration menu - View commit details
-
Copy full SHA for b792533 - Browse repository at this point
Copy the full SHA b792533View commit details -
tmp: render a separate wrapper for clang-cl
This should be temporary while I don't combine the wrapper for all platforms.
Configuration menu - View commit details
-
Copy full SHA for 89bad27 - Browse repository at this point
Copy the full SHA 89bad27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ffb22 - Browse repository at this point
Copy the full SHA 47ffb22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bb66c - Browse repository at this point
Copy the full SHA 03bb66cView commit details -
It's been a few years that lld is not experimental anymore. The advantage of always using lld is that we don't need to make assumptions about cross-compiling.
Configuration menu - View commit details
-
Copy full SHA for e36af1d - Browse repository at this point
Copy the full SHA e36af1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa75457 - Browse repository at this point
Copy the full SHA aa75457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18430a2 - Browse repository at this point
Copy the full SHA 18430a2View commit details -
The library is not called stdc++, the same way libc++ is not called c++.
Configuration menu - View commit details
-
Copy full SHA for 9dbbb3f - Browse repository at this point
Copy the full SHA 9dbbb3fView commit details -
refactor: initialize cxx_flags once with stdlib
Because we now renamed "stdc++" to "libstdc++", we don't need to hardcode the stdlib name inside the conditional blocks.
Configuration menu - View commit details
-
Copy full SHA for 7fab3e1 - Browse repository at this point
Copy the full SHA 7fab3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeae2e4 - Browse repository at this point
Copy the full SHA aeae2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a04f52a - Browse repository at this point
Copy the full SHA a04f52aView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ca849f - Browse repository at this point
Copy the full SHA 8ca849fView 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.