-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[vcpkg_configure_make] Misc fixes #31228
Merged
Merged
Changes from 13 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
78bb1df
Fix lib suffix matching
dg0yt 94bfed4
Preserve flags when transforming standard libs
dg0yt fc21963
Use separate_arguments
dg0yt 991cf8d
Fix transform
dg0yt d7bb678
Merge branch 'microsoft:master' into ldflags
dg0yt 1006e38
Merge branch 'microsoft:master' into ldflags
dg0yt 316d39e
Merge branch 'microsoft:master' into ldflags
dg0yt e3d0270
Merge branch 'microsoft:master' into ldflags
dg0yt d3afd55
Merge remote-tracking branch 'origin/master' into configure-make-rollup
dg0yt 26e7924
[vcpkg_configure_make] Fix SKIP_CONFIGURE
dg0yt 22b4736
Update linker flags
dg0yt b83ad8c
Update linker flags
dg0yt 547b8d7
Fix regex substitution
dg0yt cca477e
Restore full CI
dg0yt 34720ff
Merge remote-tracking branch 'origin/master' into configure-make-rollup
dg0yt 0015e80
Reuse configure's linker flags setup
dg0yt 65c2599
Handle ldflags separately from linker flags
dg0yt ecd3a0d
Factor out common definitions
dg0yt d8293a1
Control docdir and mandir for debug
dg0yt efefc8a
Use vcpkg_list APPEND
dg0yt ccb18c4
Don't pass -avoid-version into configure
dg0yt 4f70993
Restore lost escaping
dg0yt 27446b7
Copy --target from LDFLAGS to CC/CXX
dg0yt 31a54c3
Consolidate macros into one function
dg0yt 9369a62
Elaborate ABI flags
dg0yt 1a8d34e
Elaborate flag processing
dg0yt 7547fb9
Update warnings for embedded space
dg0yt 0762e72
Update windows tool path fixup
dg0yt 0f18276
[libudns] No cross builds
dg0yt 90734f8
[vcpkg_find_acquire_program] Add VSCLANG
dg0yt 4d435ba
[gmp] Update CCAS setup
dg0yt 4240d3a
[nettle] Update CCAS setup
dg0yt 9ceb749
Fix VSCLANG
dg0yt 3cb4426
WIP
dg0yt 0fcaa3e
Restore processing of isysroot
dg0yt d5581de
[nettle] Fix assembler option
dg0yt f000086
[liburing] Adjust
dg0yt 9221c09
Variable name changes
dg0yt ef09721
Remove redundant separate arguments
dg0yt e3c3840
Merge remote-tracking branch 'origin/master' into configure-make-rollup
dg0yt 14043b0
Move -m32/-m64 to ABI flags
dg0yt 36304b8
Unify ABIFLAGS spelling
dg0yt 6cbd138
CI
dg0yt e4e2ee6
Revert VSCLANG
dg0yt 380413b
Merge remote-tracking branch 'origin/master' into configure-make-rollup
dg0yt 8d09b55
Merge branch 'microsoft:master' into configure-make-rollup
dg0yt 766b636
Merge remote-tracking branch 'origin/master' into configure-make-rollup
dg0yt 6b345b1
Merge remote-tracking branch 'origin/master' into configure-make-rollup
dg0yt 6cd7c74
Use GNU Make to build autotools ports on FreeBSD (microsoft/vcpkg#32282)
SchaichAlonso 9e54255
Merge branch 'microsoft:master' into configure-make-rollup
dg0yt 8579af4
Merge remote-tracking branch 'origin/master' into HEAD
dg0yt bad5007
Fix flag removal
dg0yt 7d3f3c9
Drop separation of ABI flags
dg0yt 8a64d8b
Handle '-arch=...'
dg0yt 8ff9e76
Revert "Control docdir and mandir for debug"
dg0yt f8ed916
[icu] Pass uwp option to pkgdata
dg0yt 37108e2
Restore old osx flags hook
dg0yt aca7914
Add triplet variable to make libtool pass --target to linker
dg0yt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced by standard
separate_arguments
.