| Commit message (Expand) | Author | Age | Files | Lines |
* | OS X: Fix app bundle search path during cross compiling (#14603) | Flynn Marquardt | 2013-12-02 | 1 | -1/+3 |
|
|
* | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 1 | -5/+0 |
|
|
* | OS X: Encode -F framework search flag in per-language platform variable | Brad King | 2013-10-10 | 1 | -0/+5 |
|
|
* | OS X: Search system SDKs for frameworks | Brad King | 2013-09-27 | 1 | -0/+9 |
|
|
* | OS X: Do not default to non-existent deployment target SDK | Brad King | 2013-08-14 | 1 | -2/+14 |
|
|
* | OS X: Enable command-line build without tools in PATH | Brad King | 2013-08-06 | 1 | -0/+6 |
|
|
* | OS X: Search for SDK based on deployment target (#14324) | Brad King | 2013-08-02 | 1 | -1/+5 |
|
|
* | OS X: Add RPATH support for Mac. | Clinton Stimpson | 2013-06-03 | 1 | -0/+5 |
|
|
* | Xcode: Add support for shared library versioning | Clinton Stimpson | 2013-05-29 | 1 | -6/+2 |
|
|
* | OS X: Detect implicit linker framework search paths | Brad King | 2012-12-11 | 1 | -0/+18 |
|
|
* | OS X: Warn about known SDK breakage by Xcode 3.2.6 | Brad King | 2012-11-08 | 1 | -0/+17 |
|
|
* | OS X: Fix default CMAKE_OSX_SYSROOT with deployment target | Brad King | 2012-11-05 | 1 | -0/+1 |
|
|
* | OS X: Teach deployment target sanity check about SDK names | Brad King | 2012-09-22 | 1 | -20/+30 |
|
|
* | OS X: Further improve default CMAKE_OSX_SYSROOT selection | Brad King | 2012-09-21 | 1 | -1/+3 |
|
|
* | OS X: If CMAKE_OSX_SYSROOT is already set do not compute default | Brad King | 2012-09-21 | 1 | -4/+6 |
|
|
* | OS X: Simplify selection of CMAKE_OSX_ARCHITECTURES | Brad King | 2012-09-21 | 1 | -23/+4 |
|
|
* | OS X: Allow CMAKE_OSX_SYSROOT to be a logical SDK name | Brad King | 2012-09-21 | 1 | -2/+35 |
|
|
* | OS X: Improve default CMAKE_OSX_SYSROOT selection | Brad King | 2012-09-21 | 1 | -44/+39 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -123/+123 |
|
|
* | Mac: Add guards to CMAKE_FIND_FRAMEWORK and CMAKE_FIND_APPBUNDLE defaults | Charlie Sharpsteen | 2012-05-31 | 1 | -3/+6 |
|
|
* | Support building shared libraries or modules without soname (#13155) | Modestas Vainius | 2012-04-30 | 1 | -5/+5 |
|
|
* | OS X: Mark find_program results as advanced | David Cole | 2012-04-06 | 1 | -0/+2 |
|
|
* | OS X: Use correct extra path when searching for applicaton bundles (#13066) | David Cole | 2012-04-06 | 1 | -3/+15 |
|
|
* | OS X: Use OSX_DEVELOPER_ROOT for app search path (#13066) | Kashif Rasul | 2012-03-26 | 1 | -1/+1 |
|
|
* | Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621) | David Cole | 2012-03-09 | 1 | -13/+20 |
|
|
* | Do not link private dependent shared libraries on OS X > 10.4 | Brad King | 2011-12-15 | 1 | -5/+7 |
|
|
* | Strip trailing space from xcode-select output (#10723) | David Cole | 2011-02-01 | 1 | -1/+2 |
|
|
* | Pass Mac linker flag through PGI compiler using "-Wl," | Brad King | 2010-11-22 | 1 | -4/+4 |
|
|
* | Search MacPorts /opt/local prefix on Mac | Brad King | 2010-09-01 | 1 | -1/+4 |
|
|
* | Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should always... | David Cole | 2010-01-29 | 1 | -31/+16 |
|
|
* | Fix issue with SDK not matching initial deployment target chosen by setting t... | David Cole | 2009-12-23 | 1 | -31/+37 |
|
|
* | Fix issues #9959 and #9898 - do not set CMAKE_OSX_DEPLOYMENT_TARGET if CMAKE_... | David Cole | 2009-12-15 | 1 | -14/+29 |
|
|
* | Reduce duplication in Platform/<os>.cmake files | Brad King | 2009-12-02 | 1 | -2/+0 |
|
|
* | Fix check for -isysroot on OS X | Brad King | 2009-09-19 | 1 | -14/+0 |
|
|
* | Add detection of gcc versions that do not support isysroot option and do not ... | Bill Hoffman | 2009-09-18 | 1 | -0/+14 |
|
|
* | Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs... | Bill Hoffman | 2009-09-17 | 1 | -5/+1 |
|
|
* | BUG: Remove implicit include dir suppression | Brad King | 2009-02-24 | 1 | -1/+0 |
|
|
* | BUG: Allow third component of Mac OSX sw_vers output to be empty. Mac OSX 10.... | David Cole | 2009-02-17 | 1 | -1/+1 |
|
|
* | BUG: Remove unnecessary double quotes from SET statements. Hopefully resolves... | David Cole | 2009-01-29 | 1 | -8/+8 |
|
|
* | BUG: Fix OS X dylib version flags for more linkers | Brad King | 2009-01-29 | 1 | -2/+2 |
|
|
* | BUG: Fix careless typo that only caused test failures on clean builds... | David Cole | 2009-01-28 | 1 | -1/+1 |
|
|
* | BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ... | David Cole | 2009-01-27 | 1 | -6/+12 |
|
|
* | BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc t... | David Cole | 2009-01-27 | 1 | -2/+4 |
|
|
* | BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci... | David Cole | 2009-01-27 | 1 | -33/+102 |
|
|
* | BUG: Fix install_name_tool problem on the Mac when a PROJECT(... NONE) is fol... | David Cole | 2008-12-30 | 1 | -1/+1 |
|
|
* | BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATH | Bill Hoffman | 2008-08-19 | 1 | -1/+1 |
|
|
* | BUG: Fix dylib versioning flags for old OSX. | Brad King | 2008-07-09 | 1 | -2/+2 |
|
|
* | ENH: Set version info for shared libs on OSX. | Brad King | 2008-07-09 | 1 | -0/+5 |
|
|
* | ENH: allow users to set sysroot | Bill Hoffman | 2008-04-28 | 1 | -0/+1 |
|
|