]> git.proxmox.com Git - libgit2.git/history - src/cc-compat.h
Merge pull request #1204 from arrbee/diff-blob-to-buffer
[libgit2.git] / src / cc-compat.h
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-05 Vicent MartíMerge pull request #663 from schu/notes-honor-config
2012-05-04 Vicent Martícompat: va_copy on Win32 systems
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-03-05 Vicent Martíerror-handling: References
2012-03-05 Carlos Martín NietoMerge branch 'ssh-urls' into development
2012-03-02 Russell BelferClean up GIT_UNUSED macros on all platforms
2012-03-02 Russell BelferSimplify GIT_UNUSED macros
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-07 Vicent MartíMerge pull request #439 from carlosmn/network-examples
2011-10-05 Vicent Martimsvc: Properly handle inttypes.h/stdint.h
2011-09-29 Vicent Martimingw: Fix compilation warnings
2011-09-29 Vicent Martimingw: Fix printf identifiers
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2010-06-07 Ramsay Jonesmsvc: Disable a level 4 warning and change -W3 to -W4
2010-01-20 Ramsay Jonesmsvc: Fix some "unreferenced formal parameter" warnings
2010-01-20 Ramsay JonesFix some "unused parameter" warnings with -Wextra
2010-01-20 Ramsay JonesAdd support for the MinGW platform
2009-10-13 Ramsay JonesDisable some msvc "deprecated function" warnings again
2009-06-16 Julio Espinoza-SokalUse GIT_INLINE macro instead of keyword inline.
2009-06-15 Ramsay Joneswin32: Add support for the MS Visual C/C++ compiler
2009-06-15 Ramsay JonesCorrect the spelling of the FLEX_ARRAY macro
2008-11-22 Andreas EricssonAdd cc-compat.h - C compiler compat macros for internal use