Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for embeded manifests for Intel C/C++/Fortran compilers | Bill Hoffman | 2009-09-01 | 1 | -1/+12 |
| | |||||
* | ENH: add more fortran flags | Bill Hoffman | 2008-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: Handle large object file lists on some platforms | Brad King | 2008-02-27 | 1 | -2/+4 |
| | | | | | | | - Use a response file when enabled by CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS - Enable for C and CXX with cl (MSVC) - Enable for Fortran with ifort (Intel Fortran) | ||||
* | ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources. | Brad King | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵ | Brad King | 2008-01-09 | 1 | -1/+3 |
| | | | | dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default. | ||||
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵ | Brad King | 2006-04-11 | 1 | -6/+1 |
| | | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. | ||||
* | BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵ | Brad King | 2005-11-18 | 1 | -4/+9 |
| | | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -0/+65 |
to enable a language without modifing cmake source code |