summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-0/+8
|
* ENH: use correct name for pathBill Hoffman2006-03-291-1/+1
|
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-0/+2
|
* ENH: add support for universal binariesBill Hoffman2006-03-241-0/+23
|
* ENH: add support for removing language flags from shared library and shared ↵Bill Hoffman2006-03-141-0/+2
| | | | module link commands
* ENH: remove junkBill Hoffman2006-03-091-1/+1
|
* ENH: add support for language flags that allow for universal binariesBill Hoffman2006-03-061-4/+4
|
* ENH: check in new find stuffBill Hoffman2006-03-021-0/+3
|
* ENH: use program files env for searchingBill Hoffman2006-02-281-0/+9
|
* ENH: Created target property INSTALL_NAME_DIR initalized by ↵Brad King2006-02-241-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 King2006-02-091-0/+1
| | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
* ENH: fixed some spelling errorsKen Martin2005-06-201-1/+1
|
* ENH: fix install test with xcode, the xcode generator does not support ↵Bill Hoffman2005-04-071-3/+5
| | | | library versioning yet
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵Brad King2005-04-061-29/+22
| | | | never used.
* ENH: Adding support for shared library versioning using the -install_name ↵Brad King2005-03-011-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 cBill Hoffman2004-09-241-2/+2
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-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 Hoffman2004-04-281-0/+2
| | | | not be added by CMAKE
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-141-0/+2
|
* ERR: Old -flat_namespace -undefined suppress flags for ↵Brad King2003-10-151-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 fromYves Starreveld2003-08-281-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 King2002-12-311-4/+4
|
* ENH: fix for darwin modulesBill Hoffman2002-11-111-0/+2
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+18