summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCInformation.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix spelling errorsBill Hoffman2006-02-271-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
|
* ENH: add a fix for VTK on the mac and a way to fix some projects with a ↵Bill Hoffman2005-09-071-4/+0
| | | | single file in the cmake modules directory
* ENH: make sure flags set in CC or CXX environment variables stay with the ↵Bill Hoffman2005-07-201-1/+1
| | | | compiler
* ENH: move flags next to compiler, so if env contains compiler and some flag, ↵Bill Hoffman2005-07-201-2/+2
| | | | they stay together
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-3/+0
| | | | directory.
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-0/+115
to enable a language without modifing cmake source code