summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Fixed shadowed variable warning.Brad King2006-01-141-4/+4
|
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-305/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* ENH: fix missing plist file errorBill Hoffman2006-01-061-5/+7
|
* ENH: fix bundles for Mac and XcodeBill Hoffman2006-01-051-0/+28
|
* COMP: Remove shadow variable warningAndy Cedilnik2005-12-301-4/+4
|
* ENH: add framework support to FIND_FILEBill Hoffman2005-12-271-3/+37
|
* ENH: add better support for framework linkingBill Hoffman2005-12-261-1/+1
|
* ENH: make sure depend helper actually works, if a depend library gets ↵Bill Hoffman2005-12-211-7/+40
| | | | updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used
* BUG: fix for bug 2560, Xcode does not create correct bundlesBill Hoffman2005-12-191-23/+35
|
* ENH: Add a way for the generated command to include extra flags. This is ↵Andy Cedilnik2005-12-011-2/+7
| | | | useful for CTest (or try compile) to add -j2
* ENH: fixes for Xcode 2.2Bill Hoffman2005-11-181-129/+151
|
* ENH: fixes for xcode21 and build styles and comments in the generated projectBill Hoffman2005-11-161-17/+67
|
* BUG: fix xcode 15 (really bill Hoffman)Andy Cedilnik2005-09-081-22/+39
|
* ENH: fix warningsBill Hoffman2005-09-051-1/+0
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-21/+207
|
* ENH: use native Deployment and Development directoriesBill Hoffman2005-08-301-1/+2
|
* ENH: add support for OUTPUT_NAMEBill Hoffman2005-08-191-7/+24
|
* ENH: fix bug 2087 lib prefix stripped off on windowsBill Hoffman2005-08-101-0/+6
|
* ENH: get around problem where OBJROOT has been set by default for all ↵Andy Cedilnik2005-08-021-0/+1
| | | | projects in Xcode gui
* ENH: undo last changeAndy Cedilnik2005-07-291-1/+1
|
* ENH: support versions greater than 20Andy Cedilnik2005-07-291-1/+1
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-1/+1
|
* ENH: make sure c flags are used for c and cxx flags are used for cxx, really ↵Andy Cedilnik2005-07-281-7/+34
| | | | Bill
* ENH: make sure custom commands depend on full path files only: Bill as AndyAndy Cedilnik2005-07-281-2/+8
|
* ENH: fix warningBill Hoffman2005-07-211-1/+1
|
* ENH: make it so that bootstrap does not use xml parserBill Hoffman2005-07-191-1/+9
|
* ENH: if Xcode21 is installed then create 21 compatible project filesBill Hoffman2005-07-191-6/+102
|
* ENH: add support for bundlesBill Hoffman2005-07-131-4/+29
|
* ENH: removed old convert callsKen Martin2005-06-101-2/+4
|
* COMP: Remove warningAndy Cedilnik2005-04-301-0/+1
|
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-1/+2
|
* COMP: Remove warningAndy Cedilnik2005-04-291-0/+3
|
* ENH: make install depend on allBill Hoffman2005-04-291-1/+9
|
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-281-32/+18
|
* ENH: fix install test with xcode, the xcode generator does not support ↵Bill Hoffman2005-04-071-0/+1
| | | | library versioning yet
* ENH: allow sub projects to use targets that are not part of the sub-projectBill Hoffman2005-04-061-11/+5
|
* BUG: fix ITK build with xcode, as long as you build it in little parts, this ↵Bill Hoffman2005-03-311-0/+2
| | | | fixes the headermap problem
* ENH: try to handle more source file typesBill Hoffman2005-03-221-4/+9
|
* ENH: just use the file nameAndy Cedilnik2005-03-221-7/+7
|
* ENH: use better names for filesAndy Cedilnik2005-03-221-0/+9
|
* ENH: add source groups xcodeBill Hoffman2005-03-171-14/+86
|
* FIX: fix crashing test SubDir for xcodeAndy Cedilnik2005-03-111-20/+37
|
* ENH: fix for finding the correct target in the current projectBill Hoffman2005-03-041-14/+23
|
* FIX: fix spaces in pathsAndy Cedilnik2005-03-011-1/+1
|
* fix typeoBill Hoffman2005-02-281-1/+1
|
* ENH: add re run cmake if inputs changeBill Hoffman2005-02-281-74/+101
|
* COMP: remove some warningsBill Hoffman2005-02-261-4/+3
|
* COMP: fix warningBill Hoffman2005-02-261-2/+0
|
* ENH: clean up and use order link directoriesBill Hoffman2005-02-251-106/+73
|
* ENH: make sure header files are in the header file groupBill Hoffman2005-02-251-0/+10
|