Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass objects to Intel linker using a response file | Arjen Verweij | 2010-08-10 | 1 | -0/+4 |
| | | | | | | Use response files for C and CXX languages with the Intel compiler on Windows. We already used them for Fortran. This enables creation of libraries and executables with a very large number of object files. | ||||
* | Change the way 32/64 bit compiles are detected with MSVC and intel makefile ↵ | Bill Hoffman | 2009-11-20 | 1 | -1/+6 |
| | | | | builds. Use the platform ID preprocessor approach. | ||||
* | Teach intel compiler on windows to place .lib files and .pdb files. | Bill Hoffman | 2009-10-05 | 1 | -2/+2 |
| | |||||
* | Teach intel compiler on windows to place .lib files and .pdb files. | Bill Hoffman | 2009-10-05 | 1 | -1/+7 |
| | |||||
* | Add support for embeded manifests for Intel C/C++/Fortran compilers | Bill Hoffman | 2009-09-01 | 1 | -1/+18 |
| | |||||
* | BUG: make sure the intel compiler uses the intel linker | Bill Hoffman | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵ | Brad King | 2008-01-14 | 1 | -2/+2 |
| | | | | Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. | ||||
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵ | Brad King | 2006-04-11 | 1 | -3/+2 |
| | | | | 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 | -6/+11 |
| | | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. | ||||
* | ENH: Initial import | Ken Martin | 2004-08-09 | 1 | -0/+73 |