Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force c++ for c++ files | Bill Hoffman | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | ENH: Added <LINK_FLAGS> to link rules. | Brad King | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Add missing closing bracket | Andy Cedilnik | 2002-12-26 | 1 | -1/+1 |
| | |||||
* | ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵ | Brad King | 2002-12-20 | 1 | -2/+2 |
| | | | | be a semicolon-separated list of configurations that will be built. | ||||
* | ENH: make linker flags use init values so users can set them from the cache | Bill Hoffman | 2002-12-19 | 1 | -6/+6 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -4/+17 |
| | |||||
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 1 | -3/+0 |
| | |||||
* | correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵ | Bill Hoffman | 2002-12-03 | 1 | -2/+2 |
| | | | | the rules | ||||
* | BUG: fix flags for c compiler on windows | Andy Cedilnik | 2002-11-14 | 1 | -8/+19 |
| | |||||
* | ENH: add .def file support | Bill Hoffman | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | Set CMAKE_BUILD_TOOL | Bill Hoffman | 2002-11-12 | 1 | -3/+0 |
| | |||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 1 | -0/+14 |
| | |||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 1 | -10/+6 |
| | |||||
* | BUG: fix setting of c flags | Bill Hoffman | 2002-11-10 | 1 | -1/+3 |
| | |||||
* | fix for cxxflags | Bill Hoffman | 2002-11-09 | 1 | -6/+9 |
| | |||||
* | ENH: Moved caching of C*_FLAGS* settings down to ↵ | Brad King | 2002-11-08 | 1 | -18/+6 |
| | | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end. | ||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+70 |