forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Build with VS2015 #773
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
Build with VS2015 #773
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2103fc6
msvc: fix dependencies of compat/msvc.c
dscho eb37e16
msvc: ignore VS2015 trash files
jeffhostetler 0e3819a
msvc: add NuGet scripts for building with VS2015
jeffhostetler 657fbde
msvc: update compile helper for VS2015
jeffhostetler 7388541
msvc: update Makefile and compiler settings for VS2015
jeffhostetler a29a15d
msvc: include sigset_t definition
9062230
msvc: define O_ACCMODE
077e076
msvc: fix the declaration of the _REPARSE_DATA_BUFFER structure
e9fe955
msvc: convert environment from/to UTF-16 on the fly
jeffhostetler b9eaf91
msvc: mark a variable as non-const
jeffhostetler 07db451
msvc: do not pretend to support all signals
jeffhostetler 1e5cef4
msvc: provide a main() wrapper similar to mingw_main()
jeffhostetler 8a1aac4
msvc: do not re-declare the timespec struct
jeffhostetler 69b6ea1
msvc: define ftello()
jeffhostetler b9a0f8e
msvc: fix isatty()
jeffhostetler 46d84bb
cache-tree.c: avoid reusing the DEBUG constant
jeffhostetler 4f0579e
msvc: fix setvbuf() call
jeffhostetler ace8bd6
msvc: release mode PDBs and library DLLs
jeffhostetler 1af1417
msvc: respect the quiet-by-default output
dscho 026e29f
msvc: use OpenSSL's SHA-1 routines
jeffhostetler b24dff6
msvc: use libiconv
dscho be11f2d
msvc: work around iconv() not setting errno
dscho c0abeba
t7800: fix quoting
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,6 +218,8 @@ | |
*.user | ||
*.idb | ||
*.pdb | ||
*.ilk | ||
.vs/ | ||
/Debug/ | ||
/Release/ | ||
/.vagrant/ | ||
|
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.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.