#
0722e91e |
| 10-Oct-2008 |
Yang Tse |
Initial attempt to detect Tiny C compiler
|
#
c859a6f3 |
| 10-Oct-2008 |
Yang Tse |
Initial attempt to detect LCC compiler
|
#
ef498507 |
| 10-Oct-2008 |
Yang Tse |
1) fix bug in CONVERT_INCLUDE_TO_ISYSTEM 2) Disable SGI remark: controlling expression is constant
|
#
4f6f334f |
| 10-Oct-2008 |
Yang Tse |
simplify SGI C compiler check
|
#
d61f2603 |
| 10-Oct-2008 |
Yang Tse |
HP C adjustments: 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 t
HP C adjustments: 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.
show more ...
|
#
4b8f13e9 |
| 10-Oct-2008 |
Yang Tse |
Add debug tracing for COMPILER_WORKS_IFELSE
|
#
98416a4f |
| 09-Oct-2008 |
Yang Tse |
configure will also warn on 'strict compiler warning' rejected options
|
#
1c5336cd |
| 09-Oct-2008 |
Yang Tse |
convert rejected compiler options messages into a warnings
|
#
43c2cf4e |
| 09-Oct-2008 |
Yang Tse |
remove extra whitespace from string in SGI C check
|
#
b2ca0bab |
| 09-Oct-2008 |
Yang Tse |
oops
|
#
ed4ae322 |
| 09-Oct-2008 |
Yang Tse |
Initial attempt to detect SGI C compiler
|
#
4f924ab0 |
| 09-Oct-2008 |
Yang Tse |
HP C adjustments: Disallow run-time dereferencing of null pointers. Disable some remarks: #4227: padding struct with n bytes to align member. #4255: pa
HP C adjustments: 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.
show more ...
|
#
5928ea9c |
| 08-Oct-2008 |
Yang Tse |
improve presentation of accepted/rejected debug/optimizer options
|
#
1fea66e5 |
| 08-Oct-2008 |
Yang Tse |
refactoring of COMPILER_BASIC_OPTS
|
#
6814907a |
| 08-Oct-2008 |
Yang Tse |
Initial attempt to detect SUN C compiler
|
#
1b246eec |
| 08-Oct-2008 |
Yang Tse |
Initial attempt to detect HP C compiler
|
#
aefab929 |
| 07-Oct-2008 |
Yang Tse |
adjust ICC_windows settings
|
#
a6d93108 |
| 07-Oct-2008 |
Yang Tse |
fix VAR_STRIP
|
#
d930280a |
| 07-Oct-2008 |
Yang Tse |
Initial attempt to support configure's --(dis|en)able-optimize option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the
Initial attempt to support configure's --(dis|en)able-optimize option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the --(dis|en)able-debug option.
show more ...
|
#
2245ac2f |
| 02-Oct-2008 |
Yang Tse |
Initial attempt to support configure's --(dis|en)able-warnings option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the
Initial attempt to support configure's --(dis|en)able-warnings 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.
show more ...
|