summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin.cmake
Commit message (Expand)AuthorAgeFilesLines
* OS X: Allow deployment target with "/" sysroot (#15040)Jeremy Huddleston2014-07-281-0/+2
* Merge branch 'master' into osx-init-earlyBrad King2014-04-291-1/+1
|\
| * Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
* | OS X: Factor a Darwin-Initialize module out of Platform/DarwinBrad King2014-04-291-137/+0
|/
* OS X: Fix app bundle search path during cross compiling (#14603)Flynn Marquardt2013-12-021-1/+3
* Drop compatibility with CMake < 2.4Brad King2013-10-231-5/+0
* OS X: Encode -F framework search flag in per-language platform variableBrad King2013-10-101-0/+5
* OS X: Search system SDKs for frameworksBrad King2013-09-271-0/+9
* OS X: Do not default to non-existent deployment target SDKBrad King2013-08-141-2/+14
* OS X: Enable command-line build without tools in PATHBrad King2013-08-061-0/+6
* OS X: Search for SDK based on deployment target (#14324)Brad King2013-08-021-1/+5
* OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-031-0/+5
* Xcode: Add support for shared library versioningClinton Stimpson2013-05-291-6/+2
* OS X: Detect implicit linker framework search pathsBrad King2012-12-111-0/+18
* OS X: Warn about known SDK breakage by Xcode 3.2.6Brad King2012-11-081-0/+17
* OS X: Fix default CMAKE_OSX_SYSROOT with deployment targetBrad King2012-11-051-0/+1
* OS X: Teach deployment target sanity check about SDK namesBrad King2012-09-221-20/+30
* OS X: Further improve default CMAKE_OSX_SYSROOT selectionBrad King2012-09-211-1/+3
* OS X: If CMAKE_OSX_SYSROOT is already set do not compute defaultBrad King2012-09-211-4/+6
* OS X: Simplify selection of CMAKE_OSX_ARCHITECTURESBrad King2012-09-211-23/+4
* OS X: Allow CMAKE_OSX_SYSROOT to be a logical SDK nameBrad King2012-09-211-2/+35
* OS X: Improve default CMAKE_OSX_SYSROOT selectionBrad King2012-09-211-44/+39
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-18/+18
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-123/+123
* Mac: Add guards to CMAKE_FIND_FRAMEWORK and CMAKE_FIND_APPBUNDLE defaultsCharlie Sharpsteen2012-05-311-3/+6
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-5/+5
* OS X: Mark find_program results as advancedDavid Cole2012-04-061-0/+2
* OS X: Use correct extra path when searching for applicaton bundles (#13066)David Cole2012-04-061-3/+15
* OS X: Use OSX_DEVELOPER_ROOT for app search path (#13066)Kashif Rasul2012-03-261-1/+1
* Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)David Cole2012-03-091-13/+20
* Do not link private dependent shared libraries on OS X > 10.4Brad King2011-12-151-5/+7
* 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