| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: fix for bug 3417 | Bill Hoffman | 2006-06-16 | 1 | -3/+4 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+2 |
|
|
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name bec... | Brad King | 2006-06-01 | 1 | -1/+2 |
|
|
* | ENH: fix warning | Bill Hoffman | 2006-05-16 | 1 | -3/+3 |
|
|
* | ENH: fix rebuild problem with xcode and universal binaries | Bill Hoffman | 2006-05-16 | 1 | -6/+32 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -74/+111 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -6/+11 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -6/+50 |
|
|
* | ENH: fix so all configurations show up | Bill Hoffman | 2006-04-10 | 1 | -30/+57 |
|
|
* | ENH: fix spaces in path for xcode | Bill Hoffman | 2006-04-03 | 1 | -2/+1 |
|
|
* | ENH: add a wrapper for xcodebuild to get around bug and verbose output | Bill Hoffman | 2006-03-31 | 1 | -3/+5 |
|
|
* | ENH: Use PBXResourcesBuildPhase for resrources | Andy Cedilnik | 2006-03-29 | 1 | -15/+24 |
|
|
* | ENH: Simplify. Instead of doing ../MacOS just copy to current directory | Andy Cedilnik | 2006-03-29 | 1 | -1/+4 |
|
|
* | ENH: Add copy stages for bundle files | Andy Cedilnik | 2006-03-29 | 1 | -0/+43 |
|
|
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -10/+27 |
|
|
* | ENH: fix up this changes for mac | Bill Hoffman | 2006-03-15 | 1 | -3/+3 |
|
|
* | BUG: some UNIX fixes for my m_ commit | Ken Martin | 2006-03-15 | 1 | -12/+12 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -174/+174 |
|
|
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding in... | Brad King | 2006-03-03 | 1 | -2/+6 |
|
|
* | ENH: Cleanup global targets even more and potentially fix Xcode | Andy Cedilnik | 2006-03-01 | 1 | -38/+0 |
|
|
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -2/+0 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 1 | -5/+97 |
|
|
* | BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. | Brad King | 2006-02-24 | 1 | -16/+17 |
|
|
* | BUG: Treat GLOBAL_TARGET like UTILITY for generation. | Brad King | 2006-02-24 | 1 | -1/+3 |
|
|
* | BUG: Xcode generator should use local generator computation of include direct... | Brad King | 2006-02-20 | 1 | -2/+2 |
|
|
* | ENH: Switched order of slash and configuration name in cmGlobalGenerator::App... | Brad King | 2006-02-20 | 1 | -1/+1 |
|
|
* | ENH: working directory working for XCode | Bill Hoffman | 2006-02-08 | 1 | -4/+13 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+6 |
|
|
* | BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on... | Brad King | 2006-02-03 | 1 | -0/+15 |
|
|
* | ENH: add COMPILE_FLAGS to targets | Bill Hoffman | 2006-01-25 | 1 | -3/+7 |
|
|
* | 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 |
|
|
* | 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 updated... | Bill Hoffman | 2005-12-21 | 1 | -7/+40 |
|
|
* | 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 usef... | Andy Cedilnik | 2005-12-01 | 1 | -2/+7 |
|
|
* | 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 project... | Andy Cedilnik | 2005-08-02 | 1 | -0/+1 |
|
|
* | ENH: undo last change | Andy Cedilnik | 2005-07-29 | 1 | -1/+1 |
|
|