Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Patch from Maik to add more fortran extensions. | Brad King | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | ENH: second try for handling the linker language with integer priority ↵ | Alexander Neundorf | 2007-07-12 | 1 | -1/+1 |
| | | | | | | values (returning a pointer to a string on the stack is no good idea) Alex | ||||
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | two-step priority (None or Prefered) Current order: ASM 0, C 10, Fortran 20, CXX 30, Java 40 This is the same order as automake choses: http://www.gnu.org/software/automake/manual/html_node/How-the-Linker-is-Chosen.html This change should be backward compatible: if there is a project using fortran and CXX, they had to set the LINKER_LANGUAGE explicitely, otherwise cmake complained (but still generated the project files). Explicitely setting the linker language still overrides automatic detection. If somebody has a custom language for cmake and the PREFERENCE starts with "P", its changed to 100, which gives it preference over all other languages (except the other custom languages which have also "Prefered"). "None" is converted to 0. Alex | ||||
* | ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the ↵ | Brad King | 2007-05-03 | 1 | -2/+5 |
| | | | | main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included. | ||||
* | ENH: Merge debian changes. Support more fortran extensions | Andy Cedilnik | 2006-07-04 | 1 | -1/+1 |
| | |||||
* | ENH: make sure flags set in CC or CXX environment variables stay with the ↵ | Bill Hoffman | 2005-07-20 | 1 | -0/+1 |
| | | | | compiler | ||||
* | ENH: stuff to keep compiler tests from re-running all the time | Bill Hoffman | 2005-01-20 | 1 | -0/+1 |
| | |||||
* | BUG: fix GNU check variable and add new variables used by enable language | Bill Hoffman | 2004-09-22 | 1 | -1/+8 |
| | |||||
* | ENH: define language extensions in cmake files and not hard coded, also fix ↵ | Bill Hoffman | 2004-09-03 | 1 | -0/+1 |
| | | | | trycompile problem | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -2/+2 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -0/+16 |