| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'xcode-source_groups-folders-issue-10039' | Brad King | 2011-06-08 | 1 | -30/+87 |
|\ |
|
| * | Fix style errors added by parent and grandparent | Brad King | 2011-06-08 | 1 | -3/+6 |
|
|
| * | XCode: Support target folders on XCode. | Johan Björk | 2011-06-07 | 1 | -11/+39 |
|
|
| * | Xcode: Support multiple level nesting of XCode folders (#10039) | Johan Björk | 2011-06-07 | 1 | -22/+48 |
|
|
* | | Xcode: Fix parallel build depends with universal binaries (#11844) | Brad King | 2011-06-06 | 1 | -44/+56 |
|
|
* | | Fix XCode -> Xcode typos, notably in man page (#12231) | Sean McBride | 2011-05-31 | 1 | -4/+4 |
|
|
* | | Merge topic 'fix-8914-allow-config-types-override' | Brad King | 2011-02-22 | 1 | -7/+10 |
|\ \ |
|
| * | | Xcode: Allow override of CMAKE_CONFIGURATION_TYPES (#8914) | David Cole | 2011-01-28 | 1 | -7/+10 |
|
|
* | | | Merge topic 'fix-11295-support-plugin-bundles-on-mac' | Brad King | 2011-02-22 | 1 | -7/+48 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add support for CFBundle targets on the Mac (#11295) | Richard Bateman | 2011-01-11 | 1 | -7/+48 |
|
|
* | | | Xcode: Fix crash: avoid strlen call on NULL char * | David Cole | 2011-01-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge topic 'xcode-subdir-regen-dependencies' | Brad King | 2011-01-19 | 1 | -3/+11 |
|\ \ |
|
| * | | Xcode: Make generation depend on all input directories | Brad King | 2011-01-13 | 1 | -3/+11 |
| |/ |
|
* | | Xcode: Disable implicit make rules in custom rules makefiles. | David Cole | 2011-01-11 | 1 | -0/+3 |
|/ |
|
* | Merge topic 'custom-command-refactor' | Brad King | 2010-12-21 | 1 | -25/+6 |
|\ |
|
| * | Factor out common custom command generator | Brad King | 2010-12-08 | 1 | -25/+6 |
|
|
* | | Xcode: Generate native 3.2 projects | Brad King | 2010-12-17 | 1 | -2/+7 |
|/ |
|
* | Improve signature of cmLocalGenerator::GetRealDependency | Brad King | 2010-12-08 | 1 | -5/+7 |
|
|
* | Xcode: Recognize .hh as C++ (#11307) | Brad King | 2010-10-12 | 1 | -1/+1 |
|
|
* | XCode generation should fail if lang isn't known | Ben Boeckel | 2010-09-30 | 1 | -0/+10 |
|
|
* | Remove trailing whitespace from Xcode generator source | Brad King | 2010-09-29 | 1 | -172/+172 |
|
|
* | Xcode: Avoid trailing space in ARCHS list (#11244) | Mikkel Krautz | 2010-09-20 | 1 | -1/+3 |
|
|
* | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202) | Brad King | 2010-09-08 | 1 | -18/+2 |
|
|
* | Xcode: Archives use STATIC_LIBRARY_FLAGS, not LINK_FLAGS | Brad King | 2010-05-28 | 1 | -3/+9 |
|
|
* | Preemptively fix line too long problem before tomorrow's dashboard has a chan... | David Cole | 2010-02-12 | 1 | -3/+4 |
|
|
* | Fix for issue #9125 - invent CMAKE_XCODE_ATTRIBUTE_* variable mechanism. If t... | David Cole | 2010-02-12 | 1 | -0/+15 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 1 | -0/+15 |
|
|
* | Implement LINK_FLAGS_<CONFIG> property on Xcode | Brad King | 2009-11-06 | 1 | -0/+10 |
|
|
* | Fix Xcode <= 2.0 projects with CMAKE_BUILD_TYPE | Brad King | 2009-10-28 | 1 | -1/+4 |
|
|
* | Keep Xcode intermediate files away from output dir | Brad King | 2009-10-28 | 1 | -2/+14 |
|
|
* | Fix Xcode dylib version default | Brad King | 2009-10-26 | 1 | -10/+10 |
|
|
* | Add Xcode file association for Fortran | Brad King | 2009-10-22 | 1 | -0/+4 |
|
|
* | Define per-target OSX_ARCHITECTURES property | Brad King | 2009-10-21 | 1 | -0/+28 |
|
|
* | fix Xcode 30 generator | Bill Hoffman | 2009-10-07 | 1 | -8/+8 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Add Xcode SYMROOT setting for custom targets | Brad King | 2009-09-23 | 1 | -3/+4 |
|
|
* | Teach Xcode generator to set XCODE_VERSION | Brad King | 2009-09-23 | 1 | -7/+16 |
|
|
* | Fix Xcode project references to the source tree | Brad King | 2009-09-22 | 1 | -56/+31 |
|
|
* | Fix Bug #8332, add support for .pch files for Xcode. | Bill Hoffman | 2009-09-21 | 1 | -1/+2 |
|
|
* | Fix Bug #8928, add support for .xib files for Xcode. | Bill Hoffman | 2009-09-21 | 1 | -0/+4 |
|
|
* | Remove cmGlobalXCode21Generator subclass | Brad King | 2009-09-19 | 1 | -12/+27 |
|
|
* | Fix the build for version 2.5 of Xcode. | Bill Hoffman | 2009-09-18 | 1 | -0/+9 |
|
|
* | Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs... | Bill Hoffman | 2009-09-17 | 1 | -27/+27 |
|
|
* | Bug #8356, add support for image types in Xcode files. | Bill Hoffman | 2009-09-14 | 1 | -0/+4 |
|
|
* | Fix for bug #8807, add support for CMAKE_EXE_LINKER_FLAGS_(config) to Xcode g... | Bill Hoffman | 2009-09-14 | 1 | -0/+9 |
|
|
* | Separate Xcode flag escaping code from defines | Brad King | 2009-07-29 | 1 | -28/+69 |
|
|
* | Re-order cmGlobalXCodeGenerator implementation | Brad King | 2009-07-29 | 1 | -51/+51 |
|
|
* | BUG: Additional fix necessary for issue #8481 so that Xcode builds do not wri... | David Cole | 2009-07-24 | 1 | -0/+6 |
|
|
* | BUG: Fix issue #8481 - generate Xcode projects such that breakpoints may be u... | David Cole | 2009-07-22 | 1 | -3/+34 |
|
|
* | BUG: Fix Xcode linker language | Brad King | 2009-07-10 | 1 | -0/+57 |
|
|