summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin.cmake
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing space from xcode-select output (#10723)David Cole2011-02-011-1/+2
* Pass Mac linker flag through PGI compiler using "-Wl,"Brad King2010-11-221-4/+4
* Search MacPorts /opt/local prefix on MacBrad King2010-09-011-1/+4
* Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should always...David Cole2010-01-291-31/+16
* Fix issue with SDK not matching initial deployment target chosen by setting t...David Cole2009-12-231-31/+37
* Fix issues #9959 and #9898 - do not set CMAKE_OSX_DEPLOYMENT_TARGET if CMAKE_...David Cole2009-12-151-14/+29
* Reduce duplication in Platform/<os>.cmake filesBrad King2009-12-021-2/+0
* Fix check for -isysroot on OS XBrad King2009-09-191-14/+0
* Add detection of gcc versions that do not support isysroot option and do not ...Bill Hoffman2009-09-181-0/+14
* Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs...Bill Hoffman2009-09-171-5/+1
* BUG: Remove implicit include dir suppressionBrad King2009-02-241-1/+0
* BUG: Allow third component of Mac OSX sw_vers output to be empty. Mac OSX 10....David Cole2009-02-171-1/+1
* BUG: Remove unnecessary double quotes from SET statements. Hopefully resolves...David Cole2009-01-291-8/+8
* BUG: Fix OS X dylib version flags for more linkersBrad King2009-01-291-2/+2
* BUG: Fix careless typo that only caused test failures on clean builds...David Cole2009-01-281-1/+1
* BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ...David Cole2009-01-271-6/+12
* BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc t...David Cole2009-01-271-2/+4
* BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...David Cole2009-01-271-33/+102
* BUG: Fix install_name_tool problem on the Mac when a PROJECT(... NONE) is fol...David Cole2008-12-301-1/+1
* BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATHBill Hoffman2008-08-191-1/+1
* BUG: Fix dylib versioning flags for old OSX.Brad King2008-07-091-2/+2
* ENH: Set version info for shared libs on OSX.Brad King2008-07-091-0/+5
* ENH: allow users to set sysrootBill Hoffman2008-04-281-0/+1
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-2/+0
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-1/+1
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-0/+6
* ENH: Convert Modules/Platform specification of system search paths to use CMA...Brad King2008-01-161-2/+1
* ENH: add support for env var and better default for CMAKE_OSX_SYSROOTBill Hoffman2007-11-151-7/+13
* ENH: fix bug in default arch, it was using the environment variable which is ...Bill Hoffman2007-11-081-1/+3
* BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and earlier...David Cole2007-11-081-2/+29
* ENH: fix spelling errorBill Hoffman2007-10-221-2/+1
* ENH: try to fix boostrap on 10.5Bill Hoffman2007-10-221-1/+2
* ENH: do not always add -arch flagsBill Hoffman2007-10-201-0/+1
* ENH: use the correct flag for the linkerBill Hoffman2007-08-171-2/+2
* ENH: make sure osx searches static and shared libs like other platformsBill Hoffman2007-08-161-2/+2
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-0/+2
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-041-5/+0
* ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_...Alexander Neundorf2007-05-181-0/+9
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-0/+5
* ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C...Brad King2007-04-171-0/+2
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c...Andy Cedilnik2007-03-021-0/+5
* BUG: Do not enable -isystem support for Xcode generator until it is implemented.Brad King2006-10-061-0/+6
* BUG: fix for bug# 3584 missing SONAME for fortran on darwinBill Hoffman2006-10-041-0/+7
* 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 m...Bill Hoffman2006-03-141-0/+2
* ENH: remove junkBill Hoffman2006-03-091-1/+1
* ENH: add support for language flags that allow for universal binariesBill Hoffman2006-03-061-4/+4