Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵ | Brad King | 2006-04-11 | 1 | -0/+5 |
| | | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. | ||||
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ↵ | Bill Hoffman | 2006-03-02 | 1 | -0/+15 |
| | | | | changing _INIT variables | ||||
* | ENH: fix spelling errors | Bill Hoffman | 2006-02-27 | 1 | -1/+1 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+11 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+1 |
| | |||||
* | ENH: add a fix for VTK on the mac and a way to fix some projects with a ↵ | Bill Hoffman | 2005-09-07 | 1 | -5/+0 |
| | | | | single file in the cmake modules directory | ||||
* | ENH: make sure flags set in CC or CXX environment variables stay with the ↵ | Bill Hoffman | 2005-07-20 | 1 | -1/+1 |
| | | | | compiler | ||||
* | ENH: added requires flag | Ken Martin | 2005-05-24 | 1 | -0/+3 |
| | |||||
* | BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS | Bill Hoffman | 2004-09-24 | 1 | -1/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -5/+13 |
| | | | | directory. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -0/+120 |
to enable a language without modifing cmake source code |