Brad King
|
5ce73bdd14
ENH: Added explicit declarations of some C functions that are hard to get from standard headers in como (www.comeaucomputing.com) strict mode.
|
23 years ago |
Andy Cedilnik
|
561a3da204
Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
|
23 years ago |
Andy Cedilnik
|
b5de000f26
Improve backward compatibility, so that all backward compatibility stuff is in two modules; fix invoking of try_compile; add checking for header files and sizes of types
|
23 years ago |
Ken Martin
|
6132184cc3
better trycompile and enable langiages
|
23 years ago |
Brad King
|
de48dbbf7c
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux.
|
23 years ago |
Ken Martin
|
25ff4552b3
new arch
|
23 years ago |
Ken Martin
|
a888ba53fa
in progress
|
23 years ago |