-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[vcpkg/scripts] Add a way to get cmake compiler settings/flags #12936
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
0673870
add function get_cmake_vars
Neumann-A b5f28f7
fine tuning.
Neumann-A deae3fe
apply to make based ports.
Neumann-A d4d7e21
add log suffix on not windows platforms
Neumann-A d47399d
fix c&p error
Neumann-A 6ccbae5
add previous LINK env
Neumann-A 0f2004b
setup env on windows and extract cpp flags correctly.
Neumann-A f811525
Apply suggestions from code review
Neumann-A eb2ef40
commit changes from fontconfig PR
Neumann-A 3d2ba81
Merge branch 'add_get_cmake_vars' of https://github.com/Neumann-A/vcp…
Neumann-A 74ca7a3
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A b26f186
Apply suggestions from code review
Neumann-A ec357c2
cleanup docs
Neumann-A 7c440bd
add conversion from somelib.lib to -lsomelib
Neumann-A 8b20a58
add missing ar-lib wrapper
Neumann-A 8e27695
small but important regex correction
Neumann-A 7b40bf3
add latest changes from update_fontconfig PR
Neumann-A 7ff721b
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A 2a70444
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A c70ed33
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A c249d19
Apply suggestions from code review
Neumann-A b457f4a
Apply suggestions from code review
Neumann-A 9f8efbe
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A 7b28101
[x264] set env AS
Neumann-A 3a9a28c
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A c040246
fix bugs due to refactor
Neumann-A 28a4b38
use subpath everywhere
Neumann-A ae93df4
apply changes from CR
Neumann-A fead091
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A bb12126
remove unnecessary lines 41 & 44
Neumann-A 65e71b1
remove flag transformation
Neumann-A 723b9d7
reintroduce the flag / to - transformation for MSVC
Neumann-A afb500b
Apply suggestions from code review
Neumann-A 0c5c993
rename the function
Neumann-A ade6596
rename function/variables
Neumann-A d484980
transform flags list
Neumann-A c5e9724
Apply suggestions from code review
Neumann-A 2ac0ca2
fix vcpkg_build_make due to the variable name change
Neumann-A cebc141
Merge branch 'add_get_cmake_vars' of https://github.com/Neumann-A/vcp…
Neumann-A a40e9a4
fix another case of function renaming regressions
Neumann-A acc8810
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A d857367
only rename config.log if it exists
Neumann-A a6213b3
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A 7e24707
actually add the script after vcpkg_common_functions was deleted.
Neumann-A cf144ce
Merge remote-tracking branch 'upstream/master' into add_get_cmake_vars
Neumann-A 21d09b9
remove setting of ldflags if path contains spaces
Neumann-A 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.