| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -0/+3 |
|
|
* | ENH: Added SYMBOLIC source file property to mark custom command outputs that ... | Brad King | 2006-10-02 | 1 | -0/+5 |
|
|
* | ENH: Do not generate install target unless some INSTALL or INSTALL_* commands... | Brad King | 2006-08-31 | 1 | -0/+2 |
|
|
* | ENH: Adding install/local global target for Makefile generators. This runs i... | Brad King | 2006-08-29 | 1 | -0/+1 |
|
|
* | BUG: Delay relative path configuration until as late as possible to make sure... | Brad King | 2006-06-19 | 1 | -0/+1 |
|
|
* | ENH: Added generation of link rules into script files executed by a cmake -E ... | Brad King | 2006-06-15 | 1 | -0/+4 |
|
|
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name bec... | Brad King | 2006-06-01 | 1 | -2/+2 |
|
|
* | BUG: Updated Makefile dependency scanning to provide a full local generator t... | Brad King | 2006-05-25 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -1/+2 |
|
|
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f... | Brad King | 2006-04-27 | 1 | -2/+2 |
|
|
* | ENH: Add packaging of source code (make package_source) | Andy Cedilnik | 2006-04-17 | 1 | -0/+1 |
|
|
* | ENH: fix compile issue on HP hopefully | Ken Martin | 2006-04-12 | 1 | -2/+1 |
|
|
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -0/+6 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -0/+3 |
|
|
* | ENH: Add support for preinstall for cmake generated projects when packaging them | Andy Cedilnik | 2006-04-10 | 1 | -8/+8 |
|
|
* | ENH: Added global TargetManifest computation between Configure and Generate s... | Brad King | 2006-04-04 | 1 | -0/+8 |
|
|
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is... | Brad King | 2006-03-30 | 1 | -0/+2 |
|
|
* | ENH: Added named component installation implementation. Installation behavio... | Brad King | 2006-03-30 | 1 | -0/+5 |
|
|
* | STYLE: minor comment cleanups | Ken Martin | 2006-03-16 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -27/+29 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -4/+8 |
|
|
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding in... | Brad King | 2006-03-03 | 1 | -2/+7 |
|
|
* | ENH: Cleanup global targets even more and potentially fix Xcode | Andy Cedilnik | 2006-03-01 | 1 | -4/+4 |
|
|
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -0/+3 |
|
|
* | COMP: Handle preinstall properly on IDEs | Andy Cedilnik | 2006-02-24 | 1 | -0/+1 |
|
|
* | COMP: Fixes for visual studio | Andy Cedilnik | 2006-02-23 | 1 | -6/+6 |
|
|
* | ENH: Add a notion of a global target | Andy Cedilnik | 2006-02-23 | 1 | -0/+15 |
|
|
* | BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on... | Brad King | 2006-02-03 | 1 | -0/+3 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -1/+1 |
|
|
* | ENH: Add a way for the generated command to include extra flags. This is usef... | Andy Cedilnik | 2005-12-01 | 1 | -1/+1 |
|
|
* | ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES | Ken Martin | 2005-09-13 | 1 | -0/+3 |
|
|
* | ENH: modified GET_TARGET_PROPERTIES to work with all targets | Ken Martin | 2005-06-20 | 1 | -2/+3 |
|
|
* | BUG: Changing to a new test for whether to do relative path conversion. Now ... | Brad King | 2005-05-16 | 1 | -4/+7 |
|
|
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -16/+0 |
|
|
* | ENH: added new methods to convert to HomeRelative paths | Ken Martin | 2005-05-11 | 1 | -0/+16 |
|
|
* | ENH: Make FindMakeProgram public | Andy Cedilnik | 2005-05-02 | 1 | -3/+8 |
|
|
* | ENH: Add option to ignore errors. Only works on make | Andy Cedilnik | 2005-04-29 | 1 | -1/+1 |
|
|
* | ENH: Start working on command that will abstract generating of build command | Andy Cedilnik | 2005-04-28 | 1 | -0/+2 |
|
|
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 1 | -0/+1 |
|
|
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 1 | -3/+2 |
|
|
* | ENH: cleanup by removing all the olf local generate junk that i not longer ne... | Ken Martin | 2005-03-10 | 1 | -7/+0 |
|
|
* | ENH: fix for finding the correct target in the current project | Bill Hoffman | 2005-03-04 | 1 | -1/+1 |
|
|
* | ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv... | Brad King | 2005-02-24 | 1 | -0/+18 |
|
|
* | ENH: ctest now uses CMake global generator to do the build part of build-and-... | Ken Martin | 2005-02-22 | 1 | -0/+13 |
|
|
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -0/+3 |
|
|
* | ENH: move project map to global generator base | Bill Hoffman | 2005-01-21 | 1 | -1/+5 |
|
|
* | BUG: fix for bug 1396, object files could not be used as sources any more | Bill Hoffman | 2004-12-06 | 1 | -0/+1 |
|
|
* | ENH: major changes to support addition of languages from cmake modules direct... | Bill Hoffman | 2004-09-22 | 1 | -1/+14 |
|
|
* | ENH: define language extensions in cmake files and not hard coded, also fix t... | Bill Hoffman | 2004-09-03 | 1 | -1/+4 |
|
|
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+1 |
|
|