Alex Neundorf
|
7924aacbfa
CMakeDetermineFortranCompiler: add support for cross-compiling (#13379)
|
13 år sedan |
Brad King
|
7195aca54f
Make platform information files specific to the CMake version
|
13 år sedan |
Brad King
|
965a69dcaa
Xcode: Detect the compiler id and tool location
|
13 år sedan |
Brad King
|
b8b5c8342a
Re-order C/C++/Fortran compiler determination logic
|
13 år sedan |
Kitware Robot
|
9db3116226
Remove CMake-language block-end command arguments
|
13 år sedan |
Kitware Robot
|
77543bde41
Convert CMake-language commands to lower case
|
13 år sedan |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 år sedan |
Brad King
|
7e58e5bb68
Prefer generic system compilers by default for C, C++, and Fortran
|
13 år sedan |
Brad King
|
796e33734d
Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)Compiler
|
13 år sedan |
Rolf Eike Beer
|
bb5f48fe99
detect "pgfortran" as PGI Fortran compiler (#12425)
|
14 år sedan |
Brad King
|
38aab37962
Set CMAKE_<lang>_COMPILER_ID for VS generators
|
14 år sedan |
Brad King
|
ac5b999fff
Add Absoft Fortran compiler id and basic flags
|
15 år sedan |
Brad King
|
6f2482aa97
Merge topic 'intel-compiler-windows-info'
|
15 år sedan |
Brad King
|
58c73c43f6
Detect Fortran target architecture on Windows
|
15 år sedan |
Brad King
|
24cc3d4817
Recognize the NAG Fortran compiler
|
15 år sedan |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 år sedan |
C. Bergström
|
36d850b87e
Detect PathScale Fortran compiler tools
|
16 år sedan |
Brad King
|
11dcef910a
Recognize the Compaq Fortran compiler
|
16 år sedan |
Brad King
|
55275e017d
New decision method to enable Fortran tests
|
16 år sedan |
Brad King
|
3a666595c9
Convert CMake non-find modules to BSD License
|
16 år sedan |
Brad King
|
4debb7ac69
Bias Fortran compiler search with C/C++ compilers
|
16 år sedan |
Brad King
|
ef756b96e4
ENH: Identify Fortran compilers with fixed format
|
16 år sedan |
Bill Hoffman
|
c224659b66
BUG: fix for #8089, fix rebuild with fortran and -D
|
17 år sedan |
Brad King
|
9211b0d234
ENH: Improvied compiler identification robustness
|
18 år sedan |
Brad King
|
a75079d9e0
ENH: When detecting the compiler id try compiling only to an object file.
|
18 år sedan |
Brad King
|
c12a7e388d
BUG: When configuring compiler information files into the CMakeFiles directory in the project build tree, use IMMEDIATE option for CONFIGURE_FILE explicitly. It is needed in case the user sets CMAKE_BACKWARDS_COMPATIBILITY to 2.0 or lower.
|
18 år sedan |
Brad King
|
bbbb2be765
BUG: When forcing the C and CXX compilers do not try to detect the ABI information. Cleanup configured language compiler info files by always using @ONLY. This addresses bug#6297.
|
18 år sedan |
Brad King
|
4b2218045d
ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id source more than once with different extra flags added to the compiler. Use the support to correctly identify the Intel Fortran compiler on windows which does not preprocess by default without special flags.
|
18 år sedan |
Alexander Neundorf
|
d9bbc3f45f
STYLE: fdcorrect comments about FC/CC
|
19 år sedan |
Brad King
|
8780da000a
BUG: If the Fortran CompilerId source fails to compile it should not be a failure. It is only expected to work for Fortran90 compilers.
|
19 år sedan |