forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 141
Reinstate support for Visual Studio #287
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
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
240ff42
Vcproj.pm: auto-generate GUIDs
dscho a7898b0
Vcproj.pm: list git.exe first to be startup project
d42fd0f
Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool
dscho f4d41c6
Vcproj.pm: urlencode '<' and '>' when generating VC projects
dscho 82e8200
contrib/buildsystems: ignore invalidcontinue.obj
60a45f2
contrib/buildsystems: ignore irrelevant files in Generators/
dscho b8eb868
contrib/buildsystems: fix misleading error message
c10fd66
contrib/buildsystems: handle quoted spaces in filenames
e908d01
contrib/buildsystems: ignore gettext stuff
3cfbb78
contrib/buildsystems: redirect errors of the dry run into a log file
eaf1dd4
contrib/buildsystems: optionally capture the dry-run in a file
c696152
contrib/buildsystems: error out on unknown option
dscho b07e834
contrib/buildsystems: handle the curl library option
052a98b
contrib/buildsystems: handle libiconv, too
dscho 5c9702e
contrib/buildsystems: also handle -lexpat
dscho 1d4c553
contrib/buildsystems: handle options starting with a slash
dscho bc6a10b
contrib/buildsystems: add a backend for modern Visual Studio versions
dscho 2a3379d
msvc: add a Makefile target to pre-generate the Visual Studio solution
dscho 4dbbe3f
vcxproj: also link-or-copy builtins
dscho dc4a9cc
.gitignore: touch up the entries regarding Visual Studio
3f862bf
.gitignore: ignore Visual Studio's temporary/generated files
dscho a81cc2c
bin-wrappers: append `.exe` to target paths if necessary
dscho 6452dc1
git: avoid calling aliased builtins via their dashed form
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 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
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
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.
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.
On the Git mailing list, SZEDER Gábor wrote (reply to this):
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.
On the Git mailing list, Philip Oakley wrote (reply to this):
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.
On the Git mailing list, SZEDER Gábor wrote (reply to this):
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.
On the Git mailing list, Philip Oakley wrote (reply to this):
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.
On the Git mailing list, SZEDER Gábor wrote (reply to this):
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.
On the Git mailing list, Johannes Schindelin wrote (reply to this):
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.
On the Git mailing list, Junio C Hamano wrote (reply to this):
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.
On the Git mailing list, Johannes Schindelin wrote (reply to this):