Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Search for the compiler only once and store a full path to it in the ↵ | Brad King | 2006-08-29 | 1 | -14/+15 |
| | | | | cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always. | ||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -3/+3 |
| | |||||
* | ENH: fix more than one argument passed in to compilers via environment | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+1 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -3/+3 |
| | |||||
* | ENH: make sure flags set in CC or CXX environment variables stay with the ↵ | Bill Hoffman | 2005-07-20 | 1 | -0/+3 |
| | | | | compiler | ||||
* | ENH: add the ability to generate custom commands for a language that is not ↵ | Bill Hoffman | 2004-10-21 | 1 | -1/+1 |
| | | | | supported by an IDE | ||||
* | ENH: do not check for gnu for visual studio | Ken Martin | 2004-09-15 | 1 | -0/+5 |
| | |||||
* | ENH: try to find fortran compiler before adding the test | Bill Hoffman | 2004-08-26 | 1 | -4/+11 |
| | |||||
* | Add a fortran test if there is a fortran compiler | Bill Hoffman | 2004-08-26 | 1 | -24/+23 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -25/+43 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -0/+83 |