Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fixed shadowed variable warning. | Brad King | 2006-01-14 | 1 | -4/+4 |
| | |||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -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 error | Bill Hoffman | 2006-01-06 | 1 | -5/+7 |
| | |||||
* | ENH: fix bundles for Mac and Xcode | Bill Hoffman | 2006-01-05 | 1 | -0/+28 |
| | |||||
* | COMP: Remove shadow variable warning | Andy Cedilnik | 2005-12-30 | 1 | -4/+4 |
| | |||||
* | ENH: add framework support to FIND_FILE | Bill Hoffman | 2005-12-27 | 1 | -3/+37 |
| | |||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -1/+1 |
| | |||||
* | ENH: make sure depend helper actually works, if a depend library gets ↵ | Bill Hoffman | 2005-12-21 | 1 | -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 bundles | Bill Hoffman | 2005-12-19 | 1 | -23/+35 |
| | |||||
* | ENH: Add a way for the generated command to include extra flags. This is ↵ | Andy Cedilnik | 2005-12-01 | 1 | -2/+7 |
| | | | | useful for CTest (or try compile) to add -j2 | ||||
* | ENH: fixes for Xcode 2.2 | Bill Hoffman | 2005-11-18 | 1 | -129/+151 |
| | |||||
* | ENH: fixes for xcode21 and build styles and comments in the generated project | Bill Hoffman | 2005-11-16 | 1 | -17/+67 |
| | |||||
* | BUG: fix xcode 15 (really bill Hoffman) | Andy Cedilnik | 2005-09-08 | 1 | -22/+39 |
| | |||||
* | ENH: fix warnings | Bill Hoffman | 2005-09-05 | 1 | -1/+0 |
| | |||||
* | ENH: add real support for Xcode21 | Bill Hoffman | 2005-09-02 | 1 | -21/+207 |
| | |||||
* | ENH: use native Deployment and Development directories | Bill Hoffman | 2005-08-30 | 1 | -1/+2 |
| | |||||
* | ENH: add support for OUTPUT_NAME | Bill Hoffman | 2005-08-19 | 1 | -7/+24 |
| | |||||
* | ENH: fix bug 2087 lib prefix stripped off on windows | Bill Hoffman | 2005-08-10 | 1 | -0/+6 |
| | |||||
* | ENH: get around problem where OBJROOT has been set by default for all ↵ | Andy Cedilnik | 2005-08-02 | 1 | -0/+1 |
| | | | | projects in Xcode gui | ||||
* | ENH: undo last change | Andy Cedilnik | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | ENH: support versions greater than 20 | Andy Cedilnik | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | ENH: make sure c flags are used for c and cxx flags are used for cxx, really ↵ | Andy Cedilnik | 2005-07-28 | 1 | -7/+34 |
| | | | | Bill | ||||
* | ENH: make sure custom commands depend on full path files only: Bill as Andy | Andy Cedilnik | 2005-07-28 | 1 | -2/+8 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | ENH: make it so that bootstrap does not use xml parser | Bill Hoffman | 2005-07-19 | 1 | -1/+9 |
| | |||||
* | ENH: if Xcode21 is installed then create 21 compatible project files | Bill Hoffman | 2005-07-19 | 1 | -6/+102 |
| | |||||
* | ENH: add support for bundles | Bill Hoffman | 2005-07-13 | 1 | -4/+29 |
| | |||||
* | ENH: removed old convert calls | Ken Martin | 2005-06-10 | 1 | -2/+4 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2005-04-30 | 1 | -0/+1 |
| | |||||
* | ENH: Add option to ignore errors. Only works on make | Andy Cedilnik | 2005-04-29 | 1 | -1/+2 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2005-04-29 | 1 | -0/+3 |
| | |||||
* | ENH: make install depend on all | Bill Hoffman | 2005-04-29 | 1 | -1/+9 |
| | |||||
* | ENH: Start working on command that will abstract generating of build command | Andy Cedilnik | 2005-04-28 | 1 | -32/+18 |
| | |||||
* | ENH: fix install test with xcode, the xcode generator does not support ↵ | Bill Hoffman | 2005-04-07 | 1 | -0/+1 |
| | | | | library versioning yet | ||||
* | ENH: allow sub projects to use targets that are not part of the sub-project | Bill Hoffman | 2005-04-06 | 1 | -11/+5 |
| | |||||
* | BUG: fix ITK build with xcode, as long as you build it in little parts, this ↵ | Bill Hoffman | 2005-03-31 | 1 | -0/+2 |
| | | | | fixes the headermap problem | ||||
* | ENH: try to handle more source file types | Bill Hoffman | 2005-03-22 | 1 | -4/+9 |
| | |||||
* | ENH: just use the file name | Andy Cedilnik | 2005-03-22 | 1 | -7/+7 |
| | |||||
* | ENH: use better names for files | Andy Cedilnik | 2005-03-22 | 1 | -0/+9 |
| | |||||
* | ENH: add source groups xcode | Bill Hoffman | 2005-03-17 | 1 | -14/+86 |
| | |||||
* | FIX: fix crashing test SubDir for xcode | Andy Cedilnik | 2005-03-11 | 1 | -20/+37 |
| | |||||
* | ENH: fix for finding the correct target in the current project | Bill Hoffman | 2005-03-04 | 1 | -14/+23 |
| | |||||
* | FIX: fix spaces in paths | Andy Cedilnik | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | fix typeo | Bill Hoffman | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | ENH: add re run cmake if inputs change | Bill Hoffman | 2005-02-28 | 1 | -74/+101 |
| | |||||
* | COMP: remove some warnings | Bill Hoffman | 2005-02-26 | 1 | -4/+3 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2005-02-26 | 1 | -2/+0 |
| | |||||
* | ENH: clean up and use order link directories | Bill Hoffman | 2005-02-25 | 1 | -106/+73 |
| | |||||
* | ENH: make sure header files are in the header file group | Bill Hoffman | 2005-02-25 | 1 | -0/+10 |
| |