Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-14 | Adjust Watcom C warnings: | Yang Tse | |
Disable warnings on structure members padding. | |||
2008-10-14 | With this change Solaris target builds will now be done with _REENTRANT defined. | Yang Tse | |
2008-10-14 | Adjust Tiny C basic options: | Yang Tse | |
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support. | |||
2008-10-14 | Adjust GCC warnings: | Yang Tse | |
Better disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-declarations -Wmissing-prototypes -Wunused -Wshadow | |||
2008-10-14 | fix syntax error | Yang Tse | |
2008-10-14 | Initial attempt to detect Watcom C compiler | Yang Tse | |
2008-10-13 | make naming scheme more consistent across whole file | Yang Tse | |
2008-10-13 | Adjust GCC warnings: | Yang Tse | |
Disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-prototypes -Wunused -Wshadow | |||
2008-10-13 | Adjust GCC --enable-warnings: | Yang Tse | |
Do not enable -pedantic when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers. | |||
2008-10-12 | adjust SGI MIPSpro C detection | Yang Tse | |
2008-10-12 | LCC compiler adjustments: | Yang Tse | |
Highest warning level is double -A, next is single -A. Due to the big number of warnings these trigger on third party header files it is impratical for us to use any of them here. If you want them simply define it in CPPFLAGS. | |||
2008-10-11 | remove extra space | Yang Tse | |
2008-10-11 | split SGI compiler check. One for MIPS C and another for MIPSpro C | Yang Tse | |
2008-10-11 | LCC compiler adjustments: | Yang Tse | |
Warning level reduced from double -A to single -A | |||
2008-10-10 | Initial attempt to detect Tiny C compiler | Yang Tse | |
2008-10-10 | Initial attempt to detect LCC compiler | Yang Tse | |
2008-10-10 | 1) fix bug in CONVERT_INCLUDE_TO_ISYSTEM | Yang Tse | |
2) Disable SGI remark: controlling expression is constant | |||
2008-10-10 | simplify SGI C compiler check | Yang Tse | |
2008-10-10 | HP C adjustments: | Yang Tse | |
Due to the HP-UX socklen_t issue it is insane to use the +w1 warning level. It generates more than 1100 warnings on socklen_t related statements. Until the issue is somehow fixed we will just use the +w2 warning level. | |||
2008-10-10 | Add debug tracing for COMPILER_WORKS_IFELSE | Yang Tse | |
2008-10-09 | configure will also warn on 'strict compiler warning' rejected options | Yang Tse | |
2008-10-09 | convert rejected compiler options messages into a warnings | Yang Tse | |
2008-10-09 | remove extra whitespace from string in SGI C check | Yang Tse | |
2008-10-09 | oops | Yang Tse | |
2008-10-09 | Initial attempt to detect SGI C compiler | Yang Tse | |
2008-10-09 | HP C adjustments: | Yang Tse | |
Disallow run-time dereferencing of null pointers. Disable some remarks: #4227: padding struct with n bytes to align member. #4255: padding size of struct with n bytes to alignment boundary. | |||
2008-10-08 | improve presentation of accepted/rejected debug/optimizer options | Yang Tse | |
2008-10-08 | refactoring of COMPILER_BASIC_OPTS | Yang Tse | |
2008-10-08 | Initial attempt to detect SUN C compiler | Yang Tse | |
2008-10-08 | Initial attempt to detect HP C compiler | Yang Tse | |
2008-10-07 | adjust ICC_windows settings | Yang Tse | |
2008-10-07 | fix VAR_STRIP | Yang Tse | |
2008-10-07 | Initial attempt to support configure's --(dis|en)able-optimize | Yang Tse | |
option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the --(dis|en)able-debug option. | |||
2008-10-02 | debug option check must be before warnings option check | Yang Tse | |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse | |
option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the --(dis|en)able-debug option. If option is not specified, it will follow --(dis|en)able-debug setting, whose default is disabled if not specified. | |||
2008-09-26 | siginterrupt, signal and sigsetjmp checks | Yang Tse | |
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | |
inet_pton function is available. | |||
2008-09-24 | configure script now checks availability of the inet_ntop() function, | Yang Tse | |
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available. | |||
2008-09-24 | temporarily enable CURL_CHECK_FUNC_INET_NTOA_R | Yang Tse | |
2008-09-22 | attempt to make work the gethostname function | Yang Tse | |
check for winsock build target configurations | |||
2008-09-19 | configure script now checks availability of the alarm() function | Yang Tse | |
2008-09-18 | fix false negative strerror_r detection | Yang Tse | |
2008-09-18 | fix wrong number used in comparison | Yang Tse | |
2008-09-18 | fix wrong variable used in comparison | Yang Tse | |
2008-09-18 | fix netdb.h prerequisite inclusion | Yang Tse | |
2008-09-17 | improve detection of gethostbyaddr_r() and gethostbyname_r() | Yang Tse | |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse | |
2008-09-17 | improve detection of gethostname(), localtime_r() and strstr() | Yang Tse | |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse | |
that lacks the writev function. | |||
2008-09-15 | remove debug tracing | Yang Tse | |