summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* COMP: Fix ConvertToRelativePath change for Xcode generator.Brad King2007-03-071-2/+4
* BUG: fix for quotes in strings for flags #4022Bill Hoffman2007-02-211-3/+3
* ENH: fix source extensions fror txt on xcodeBill Hoffman2007-02-201-2/+7
* ENH: fix for force language stuffBill Hoffman2007-02-201-1/+1
* ENH: use project not target nameBill Hoffman2007-02-191-1/+1
* ENH: fix for external object testBill Hoffman2007-02-171-0/+6
* ENH: remove warnings and debug statementBill Hoffman2007-02-171-4/+0
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-4/+61
* ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcodeBill Hoffman2006-10-131-10/+16
* ENH: undo bad changesBill Hoffman2006-10-121-4/+0
* ENH: fix for bug -gdwarf getting removedBill Hoffman2006-10-121-0/+4
* ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.Brad King2006-10-111-12/+2
* ENH: fix failing tests on macBill Hoffman2006-09-291-3/+6
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-3/+2
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-3/+13
* BUG: Enabled use of EscapeForShell to properly escape custom command lines. ...Brad King2006-09-211-1/+2
* ENH: do not use OBJROOT or you can get two copies of executablesBill Hoffman2006-08-141-1/+0
* BUG: Set GCC_SYMBOLS_PRIVATE_EXTERN and GCC_INLINES_ARE_PRIVATE_EXTERN attrib...Brad King2006-07-271-4/+4
* BUG: fix for bug 3417Bill Hoffman2006-06-161-3/+4
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+2
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-1/+2
* ENH: fix warningBill Hoffman2006-05-161-3/+3
* ENH: fix rebuild problem with xcode and universal binariesBill Hoffman2006-05-161-6/+32
* STYLE: fix line lengthKen Martin2006-05-111-74/+111
* STYLE: fix line lengthKen Martin2006-05-111-6/+11
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-6/+50
* ENH: fix so all configurations show upBill Hoffman2006-04-101-30/+57
* ENH: fix spaces in path for xcodeBill Hoffman2006-04-031-2/+1
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-3/+5
* ENH: Use PBXResourcesBuildPhase for resrourcesAndy Cedilnik2006-03-291-15/+24
* ENH: Simplify. Instead of doing ../MacOS just copy to current directoryAndy Cedilnik2006-03-291-1/+4
* ENH: Add copy stages for bundle filesAndy Cedilnik2006-03-291-0/+43
* ENH: add support for universal binariesBill Hoffman2006-03-241-10/+27
* ENH: fix up this changes for macBill Hoffman2006-03-151-3/+3
* BUG: some UNIX fixes for my m_ commitKen Martin2006-03-151-12/+12