Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Better linker search path computation. | Brad King | 2008-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | - Use linker search path -L.. -lfoo for lib w/out soname when platform sets CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME - Rename cmOrderRuntimeDirectories to cmOrderDirectories and generalize it for both soname constraints and link library constraints - Use cmOrderDirectories to order -L directories based on all needed constraints - Avoid processing implicit link directories - For CMAKE_OLD_LINK_PATHS add constraints from libs producing them to produce old ordering | ||||
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-01 | 1 | -0/+1 |
| | | | | | | | - 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. | ||||
* | ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to ↵ | Brad King | 2007-04-18 | 1 | -0/+2 |
| | | | | support executables that export symbols. | ||||
* | ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵ | Brad King | 2006-09-15 | 1 | -0/+10 |
| | | | | details. | ||||
* | ENH: add unix paths | Bill Hoffman | 2006-03-27 | 1 | -1/+0 |
| | |||||
* | ENH: add more search paths and add UnixPaths to all unix platforms | Bill Hoffman | 2006-03-27 | 1 | -0/+1 |
| | |||||
* | ENH: Enabling soname support on FreeBSD. | Brad King | 2006-03-16 | 1 | -0/+2 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -3/+3 |
| | | | | directory. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -1/+0 |
| | | | | to enable a language without modifing cmake source code | ||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -0/+2 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+8 |