summaryrefslogtreecommitdiff
path: root/src/win32/msvc-compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Variadic macros is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-1/+1
|
* _stat64 is a function, __stat64 is the structureJacques Germishuys2014-07-061-1/+1
|
* Fix some deprecation warnings on WindowsRussell Belfer2013-02-281-0/+7
| | | | | This fixes some snprintf and vsnprintf related deprecation warnings we've been having on Windows with recent compilers.
* Add GIT_STDLIB_CALLRussell Belfer2013-02-281-0/+2
| | | | | | This removes the one-off GIT_CDECL and adds a new standard way of doing this named GIT_STDLIB_CALL with a src/win32 specific def when on the Windows platform.
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* repository: make git_repository_init() value the core.filemode config entrynulltoken2012-06-051-0/+1
|
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* msvc: Move `ssize_t` typedef to MSVC-onlyVicent Martí2012-01-261-0/+3
| | | | This is a MSVC-only issue. All other compilers we support work properly.
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-051-35/+15
|
* http-parser: Disable MSVC warnings locallyVicent Marti2011-09-291-10/+0
|
* msvc: Disable warnings in header fileVicent Marti2011-09-281-0/+10
| | | | | Remove clutter from the CMakeLists file by disabling the warnings programatically.
* Tabify everythingVicent Marti2011-09-191-10/+10
| | | | | | There were quite a few places were spaces were being used instead of tabs. Try to catch them all. This should hopefully not break anything. Except for `git blame`. Oh well.
* Cleanup legal dataVicent Marti2011-09-191-0/+6
| | | | | | | | | | 1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me.
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-031-0/+52