Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce duplication in Platform/<os>.cmake files | Brad King | 2009-12-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | Several platform-wide linker flag variables are defined in Modules/Platform/<os>.cmake files for C and then copied by the Modules/CMake<lang>Information.cmake file for each language. We now use this approach for the variables CMAKE_EXE_EXPORTS_${lang}_FLAG CMAKE_SHARED_LIBRARY_SONAME_${lang}_FLAG CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS to avoid duplication for multiple languages in each platform file. | ||||
* | BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly ↵ | Brad King | 2008-02-27 | 1 | -4/+4 |
| | | | | and preprocessing build rules. | ||||
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-01 | 1 | -0/+3 |
| | | | | | | | - HP-UX needs dependent library paths as -L options. - IRIX needs dependent library paths as -L options. - Sun needs dependent library paths as -L options. - FreeBSD needs dependent library paths in -rpath-link option. | ||||
* | BUG: Move decision to switch library paths found in implicit link ↵ | Brad King | 2008-01-31 | 1 | -0/+10 |
| | | | | directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation. Existing projects may depend on find_library returning a full path. This slightly weakens cmComputeLinkInformation but is necessary for compatibility. | ||||
* | ENH: Enabling preprocessed source and asembly source generation rules on SGI ↵ | Brad King | 2006-08-09 | 1 | -0/+16 |
| | | | | MIPSpro compilers. | ||||
* | ENH: add more search paths and add UnixPaths to all unix platforms | Bill Hoffman | 2006-03-27 | 1 | -0/+1 |
| | |||||
* | ENH: use c not cxx | Bill Hoffman | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | FIX: for 1852 fix fortran case | Bill Hoffman | 2005-07-13 | 1 | -1/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -2/+2 |
| | | | | directory. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -3/+2 |
| | | | | to enable a language without modifing cmake source code | ||||
* | BUG#895: Adding -DNDEBUG to C and C++ flags for release builds. | Brad King | 2004-06-01 | 1 | -2/+2 |
| | |||||
* | ENH: Added CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and ↵ | Brad King | 2003-12-12 | 1 | -0/+2 |
| | | | | CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG settings to enable shared library version support for SGI. | ||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -2/+3 |
| | |||||
* | ENH: Improved default choice of -64 compiler/linker flags based on how cmake ↵ | Brad King | 2003-08-19 | 1 | -3/+28 |
| | | | | was built. | ||||
* | add checks for ansi flags and not hard code them | Bill Hoffman | 2002-11-21 | 1 | -1/+0 |
| | |||||
* | 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/+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/+31 |