summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-source_groups-folders-issue-10039'Brad King2011-06-081-30/+87
|\
| * Fix style errors added by parent and grandparentBrad King2011-06-081-3/+6
| * XCode: Support target folders on XCode.Johan Björk2011-06-071-11/+39
| * Xcode: Support multiple level nesting of XCode folders (#10039)Johan Björk2011-06-071-22/+48
* | Xcode: Fix parallel build depends with universal binaries (#11844)Brad King2011-06-061-44/+56
* | Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-4/+4
* | Merge topic 'fix-8914-allow-config-types-override'Brad King2011-02-221-7/+10
|\ \
| * | Xcode: Allow override of CMAKE_CONFIGURATION_TYPES (#8914)David Cole2011-01-281-7/+10
* | | Merge topic 'fix-11295-support-plugin-bundles-on-mac'Brad King2011-02-221-7/+48
|\ \ \ | |_|/ |/| |
| * | Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-7/+48
* | | Xcode: Fix crash: avoid strlen call on NULL char *David Cole2011-01-271-1/+1
| |/ |/|
* | Merge topic 'xcode-subdir-regen-dependencies'Brad King2011-01-191-3/+11
|\ \
| * | Xcode: Make generation depend on all input directoriesBrad King2011-01-131-3/+11
| |/
* | Xcode: Disable implicit make rules in custom rules makefiles.David Cole2011-01-111-0/+3
|/
* Merge topic 'custom-command-refactor'Brad King2010-12-211-25/+6
|\
| * Factor out common custom command generatorBrad King2010-12-081-25/+6
* | Xcode: Generate native 3.2 projectsBrad King2010-12-171-2/+7
|/
* Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-5/+7
* Xcode: Recognize .hh as C++ (#11307)Brad King2010-10-121-1/+1
* XCode generation should fail if lang isn't knownBen Boeckel2010-09-301-0/+10
* Remove trailing whitespace from Xcode generator sourceBrad King2010-09-291-172/+172
* Xcode: Avoid trailing space in ARCHS list (#11244)Mikkel Krautz2010-09-201-1/+3
* No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-081-18/+2
* Xcode: Archives use STATIC_LIBRARY_FLAGS, not LINK_FLAGSBrad King2010-05-281-3/+9
* Preemptively fix line too long problem before tomorrow's dashboard has a chan...David Cole2010-02-121-3/+4
* Fix for issue #9125 - invent CMAKE_XCODE_ATTRIBUTE_* variable mechanism. If t...David Cole2010-02-121-0/+15
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-0/+15
* Implement LINK_FLAGS_<CONFIG> property on XcodeBrad King2009-11-061-0/+10
* Fix Xcode <= 2.0 projects with CMAKE_BUILD_TYPEBrad King2009-10-281-1/+4
* Keep Xcode intermediate files away from output dirBrad King2009-10-281-2/+14
* Fix Xcode dylib version defaultBrad King2009-10-261-10/+10
* Add Xcode file association for FortranBrad King2009-10-221-0/+4
* Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-0/+28
* fix Xcode 30 generatorBill Hoffman2009-10-071-8/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add Xcode SYMROOT setting for custom targetsBrad King2009-09-231-3/+4
* Teach Xcode generator to set XCODE_VERSIONBrad King2009-09-231-7/+16
* Fix Xcode project references to the source treeBrad King2009-09-221-56/+31
* Fix Bug #8332, add support for .pch files for Xcode.Bill Hoffman2009-09-211-1/+2
* Fix Bug #8928, add support for .xib files for Xcode.Bill Hoffman2009-09-211-0/+4
* Remove cmGlobalXCode21Generator subclassBrad King2009-09-191-12/+27
* Fix the build for version 2.5 of Xcode.Bill Hoffman2009-09-181-0/+9
* Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs...Bill Hoffman2009-09-171-27/+27
* Bug #8356, add support for image types in Xcode files.Bill Hoffman2009-09-141-0/+4
* Fix for bug #8807, add support for CMAKE_EXE_LINKER_FLAGS_(config) to Xcode g...Bill Hoffman2009-09-141-0/+9
* Separate Xcode flag escaping code from definesBrad King2009-07-291-28/+69
* Re-order cmGlobalXCodeGenerator implementationBrad King2009-07-291-51/+51
* BUG: Additional fix necessary for issue #8481 so that Xcode builds do not wri...David Cole2009-07-241-0/+6
* BUG: Fix issue #8481 - generate Xcode projects such that breakpoints may be u...David Cole2009-07-221-3/+34
* BUG: Fix Xcode linker languageBrad King2009-07-101-0/+57