nginx/auto/cc
Maxim Dounin 4cfd9ba3c1 Win32: simplified and improved handling of MSVC versions.
Now we always set NGX_CC_NAME to "msvc", and additionally test compiler
version as reported by "cl" in auto/cc/msvc (the same version is also
available via the _MSC_VER define).  In particular, this approach allows
to properly check for C99 variadic macros support, which previously was
not used with MSVC versions not explicitly recognized.

Now unneeded wildcards in NGX_CC_NAME tests for msvc removed accordingly,
as well as unused wildcards for owc and icc.
2016-02-13 06:47:34 +03:00
..
acc Copyright updated. 2012-01-18 15:07:43 +00:00
bcc Copyright updated. 2012-01-18 15:07:43 +00:00
ccc Copyright updated. 2012-01-18 15:07:43 +00:00
clang Configure: added -Wno-deprecated-declarations on OS X. 2014-05-28 17:41:44 +04:00
conf HTTP/2: implemented HPACK Huffman encoding for response headers. 2016-02-11 15:35:36 +03:00
gcc Configure: added gcc5 to the list of known GCC versions. 2015-06-10 19:18:20 +03:00
icc Copyright updated. 2012-01-18 15:07:43 +00:00
msvc Win32: simplified and improved handling of MSVC versions. 2016-02-13 06:47:34 +03:00
name Win32: simplified and improved handling of MSVC versions. 2016-02-13 06:47:34 +03:00
owc Win32: Open Watcom C compatibility fixes. 2013-09-04 20:48:22 +04:00
sunc Dynamic modules. 2016-02-04 20:25:29 +03:00