Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -0/+8 |
| | |||||
* | ENH: use correct name for path | Bill Hoffman | 2006-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -0/+2 |
| | |||||
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -0/+23 |
| | |||||
* | ENH: add support for removing language flags from shared library and shared ↵ | Bill Hoffman | 2006-03-14 | 1 | -0/+2 |
| | | | | module link commands | ||||
* | ENH: remove junk | Bill Hoffman | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | ENH: add support for language flags that allow for universal binaries | Bill Hoffman | 2006-03-06 | 1 | -4/+4 |
| | |||||
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -0/+3 |
| | |||||
* | ENH: use program files env for searching | Bill Hoffman | 2006-02-28 | 1 | -0/+9 |
| | |||||
* | ENH: Created target property INSTALL_NAME_DIR initalized by ↵ | Brad King | 2006-02-24 | 1 | -24/+12 |
| | | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. | ||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 1 | -0/+1 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | ENH: fixed some spelling errors | Ken Martin | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | ENH: fix install test with xcode, the xcode generator does not support ↵ | Bill Hoffman | 2005-04-07 | 1 | -3/+5 |
| | | | | library versioning yet | ||||
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵ | Brad King | 2005-04-06 | 1 | -29/+22 |
| | | | | never used. | ||||
* | ENH: Adding support for shared library versioning using the -install_name ↵ | Brad King | 2005-03-01 | 1 | -4/+31 |
| | | | | option on the OSX linker. This is actually needed to support relative -o paths which are used by cmLocalUnixMakefileGenerator2. | ||||
* | ENH: use c++ with c++ and c flags with c | Bill Hoffman | 2004-09-24 | 1 | -2/+2 |
| | |||||
* | 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 116 platform files can now specify directories that should ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+2 |
| | | | | not be added by CMAKE | ||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -0/+2 |
| | |||||
* | ERR: Old -flat_namespace -undefined suppress flags for ↵ | Brad King | 2003-10-15 | 1 | -4/+9 |
| | | | | CMAKE_SHARED_MODULE_CREATE_C_FLAGS should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or lower. | ||||
* | ENH: remove the -flat_namespace and -undefined suppress hacks from | Yves Starreveld | 2003-08-28 | 1 | -1/+1 |
| | | | | | | ENH: CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex example to specify a -bundle loader for the ENH: shared module that it builds. | ||||
* | ENH: Added <LINK_FLAGS> to link rules. | Brad King | 2002-12-31 | 1 | -4/+4 |
| | |||||
* | ENH: fix for darwin modules | Bill Hoffman | 2002-11-11 | 1 | -0/+2 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+18 |