summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-8/+8
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-12/+9
* ENH: Avoid computing link information for static library targets. They do no...Brad King2008-02-071-20/+25
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-2/+3
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-6/+3
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-4/+4
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-39/+49
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-0/+4
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-2/+2
* COMP: Fix warning about backslash at end of c++ comment.Brad King2008-01-141-1/+1
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-9/+83
* BUG: fix for bug 6193, fix xcode depend helperBill Hoffman2008-01-101-8/+13
* BUG: Revert previous change until it works on all OSX versions.Brad King2007-12-231-1/+1
* ENH: Simplify target-level dependencies by depending only on directly linked ...Brad King2007-12-221-1/+1
* ENH: Make static library targets depend on targets to which they "link" for t...Brad King2007-12-211-21/+20
* ENH: Implemented generation of display for pre-build, pre-link, and post-buil...Brad King2007-12-181-5/+8
* BUG: Remove stray debugging message.Brad King2007-12-181-1/+0
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-29/+44
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-171-0/+6
* COMP: Fix shadowed local warning by scoping the previous decl properly.Brad King2007-09-131-2/+2
* ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of...Brad King2007-09-101-0/+15
* STYLE: Fix line length style errors introduced last week.David Cole2007-08-201-2/+4
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-141-203/+324
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library t...David Cole2007-08-011-3/+6
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-2/+2
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-10/+8
* BUG: Finished previous fix.Brad King2007-05-281-1/+1
* COMP: Fixed shadowed local warning.Brad King2007-05-281-3/+3
* ENH: Remove unused build rules from Xcode. This change was made in the VS ge...Brad King2007-05-281-52/+4
* COMP: Fix build of XCode generator after change to GetSourceFiles signature.Brad King2007-05-281-7/+7
* ENH: add copy header stuffBill Hoffman2007-05-241-2/+67
* BUG: Need to use GetRealDependency for custom command file-level dependencies.Brad King2007-05-231-18/+5
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-9/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-5/+4
* STYLE: fix line lengthsAlexander Neundorf2007-05-141-2/+3
* BUG: Fixed generation of XCODE_DEPEND_HELPER.make into proper directory. Cle...Brad King2007-05-111-20/+19
* STYLE: fix line lengthAlexander Neundorf2007-05-101-2/+4
* ENH: make sure escaping is done for strings on the command lineBill Hoffman2007-05-101-0/+1
* ENH: fix for move of trace dependsBill Hoffman2007-05-101-1/+15
* ENH: fix for older xcode and framework createAndy Cedilnik2007-05-091-1/+10
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-66/+101
* ENH: getting closerBill Hoffman2007-05-081-4/+16
* ENH: add initial xcode framework stuffBill Hoffman2007-05-081-2/+43
* ENH: make sure default /System framework is not added with -FBill Hoffman2007-03-301-0/+1
* COMP: Restored shared local variable removed by previous change.Brad King2007-03-281-0/+3
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-13/+3
* ENH: some more cleanupKen Martin2007-03-131-2/+2
* COMP: XCode fixKen Martin2007-03-121-1/+1
* ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Ea...Brad King2007-03-081-44/+0