forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
VS2017 vcpkg support. #1304
Merged
Merged
VS2017 vcpkg support. #1304
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
01fd54c
contrib/buildsystems: error out on unknown option
dscho 9494fd0
contrib/buildsystems: redirect stderr into the correct directory
dscho e760a82
Mark .bat files as requiring CR/LF endings
dscho 07784d4
vcpkg: get MSVC dependencies with vcpkg rather than nuget
jeffhostetler 65ca451
msvc: cleanup obsolete nuget files
jeffhostetler ce94fab
msvc: get rid of the MSVC_DEPS variable
jeffhostetler d9cc463
vcxproj: let vcs-svn depend on libgit
dscho 04f2fb6
vcxproj: do not use " unnecessarily
dscho 77a6527
vcxproj: automatically initialize the vcpkg system
dscho 01bbbed
vcxproj: move `vcxproj` target outside the MSVC block
dscho 143ce92
Allow `make vcxproj` without initializing vcpkg
dscho 42cbbf7
vcxproj: also link-or-copy builtins
dscho e696826
Makefile: add third-party DLLs to install target
jeffhostetler cd8ea9a
gc: call fscanf() with %<len>s, not %<len>c, when reading hostname
gitster 9a60ca3
msvc: make make_environment_block() thread-safe
dscho 1a563ed
fixup! msvc: convert environment from/to UTF-16 on the fly
dscho 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/GIT-BUILD-OPTIONS | ||
/GIT-CFLAGS | ||
/GIT-LDFLAGS | ||
/GIT-MSVC-GEN | ||
/GIT-PREFIX | ||
/GIT-PERL-DEFINES | ||
/GIT-PYTHON-VARS | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
GEN.* | ||
/vcpkg/ | ||
/MSVC-DEFS-GEN | ||
/VCPKG-DEFS |
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.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
Sorry, something went wrong.