Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc from | Alexander Neundorf | 2007-05-22 | 1 | -1/+2 |
| | | | | | | CMakeGenericSystem.cmake to gcc.cmake Alex | ||||
* | BUG: Applied patch from bug#4462. | Brad King | 2007-02-19 | 1 | -2/+6 |
| | |||||
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵ | Brad King | 2006-10-05 | 1 | -0/+2 |
| | | | | bug #3462. | ||||
* | ENH: Changed preprocessed source extension to .i and assembly extension to ↵ | Brad King | 2006-08-09 | 1 | -4/+4 |
| | | | | .s for more portability. | ||||
* | ENH: Added generation of rules to manually request preprocessed or generated ↵ | Brad King | 2006-08-08 | 1 | -0/+4 |
| | | | | assembly sources. | ||||
* | BUG#895: Adding -DNDEBUG to C and C++ flags for release builds. | Brad King | 2004-06-01 | 1 | -4/+4 |
| | |||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -10/+16 |
| | |||||
* | minor change to default compile flags | Ken Martin | 2003-01-22 | 1 | -4/+4 |
| | |||||
* | ENH: Adding build type flags for C. | Brad King | 2002-12-18 | 1 | -0/+4 |
| | |||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 1 | -11/+6 |
| | |||||
* | BUG: fix setting of c flags | Bill Hoffman | 2002-11-10 | 1 | -1/+4 |
| | |||||
* | fix for cxxflags | Bill Hoffman | 2002-11-09 | 1 | -6/+8 |
| | |||||
* | 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/+18 |