summaryrefslogtreecommitdiff
path: root/src/cc-compat.h
Commit message (Expand)AuthorAgeFilesLines
* Use __typeof__ GNUC keyword for ISO C compatibilityDuncan Thomson2021-09-081-7/+1
* formattinglhchavez2021-08-081-4/+4
* Proof-of-concept for a more aggressive GIT_UNUSED()lhchavez2021-08-081-1/+9
* Fix some typosAaron Franke2021-02-151-1/+1
* Remove public 'inttypes.h' headerethomson/inttypesEdward Thomson2019-02-211-0/+5
* Explanation for the rationale behind splitting formattinglhchavez2019-01-091-0/+1
* Windows is hard.lhchavez2019-01-061-0/+3
* Attempt at fixing the MingW64 compilationlhchavez2019-01-061-3/+11
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-3/+3
* There is no "z" size specifier on MSVCSven Strickroth2014-10-131-0/+2
* Introduce GIT_ALIGNJacques Germishuys2014-09-251-0/+8
* Include stdarg.h for the va_copy testEdward Thomson2014-02-241-0/+2
* Trying to fix Win32 warningsRussell Belfer2013-08-221-2/+6
* Fix gen_pktline format specifier for Win32Philip Kelley2013-01-221-0/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* compat: va_copy on Win32 systemsVicent Martí2012-05-041-0/+8
* error-handling: ReferencesVicent Martí2012-03-061-0/+8
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+1
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-15/+2
* Update Copyright headerschu2012-02-131-1/+1
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-051-32/+23
* mingw: Fix compilation warningsVicent Marti2011-09-291-7/+0
* mingw: Fix printf identifiersVicent Marti2011-09-291-0/+7
* Tabify everythingVicent Marti2011-09-191-9/+9
* Cleanup legal dataVicent Marti2011-09-191-1/+4
* msvc: Disable a level 4 warning and change -W3 to -W4Ramsay Jones2010-06-071-0/+2
* msvc: Fix some "unreferenced formal parameter" warningsRamsay Jones2010-01-201-0/+6
* Fix some "unused parameter" warnings with -WextraRamsay Jones2010-01-201-0/+10
* Add support for the MinGW platformRamsay Jones2010-01-201-3/+3
* Disable some msvc "deprecated function" warnings againRamsay Jones2009-10-131-0/+6
* Use GIT_INLINE macro instead of keyword inline.Julio Espinoza-Sokal2009-06-161-8/+0
* win32: Add support for the MS Visual C/C++ compilerRamsay Jones2009-06-151-0/+24
* Correct the spelling of the FLEX_ARRAY macroRamsay Jones2009-06-151-6/+6
* Add cc-compat.h - C compiler compat macros for internal useAndreas Ericsson2008-11-221-0/+33