| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: remove warning | Bill Hoffman | 2006-11-10 | 1 | -2/+2 |
|
|
* | BUG: fix for broken borland compiler | Bill Hoffman | 2006-11-10 | 1 | -2/+3 |
|
|
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -0/+23 |
|
|
* | ENH: Cleanup of install component list. There was already the list in the glo... | Andy Cedilnik | 2006-10-31 | 1 | -3/+1 |
|
|
* | ENH: Add support for displaying the list of components | Andy Cedilnik | 2006-10-30 | 1 | -3/+38 |
|
|
* | BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476 | Andy Cedilnik | 2006-10-12 | 1 | -1/+1 |
|
|
* | BUG: fix for bug #3517 seg fault with enable language before project command | Bill Hoffman | 2006-10-04 | 1 | -1/+1 |
|
|
* | ENH: fix dashbaord error do not exclude root project from itself. | Bill Hoffman | 2006-10-03 | 1 | -0/+4 |
|
|
* | BUG: fix for bug#3714 execlude_from_all not working on vs | Bill Hoffman | 2006-10-03 | 1 | -1/+1 |
|
|
* | ENH: Added SYMBOLIC source file property to mark custom command outputs that ... | Brad King | 2006-10-02 | 1 | -0/+3 |
|
|
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -2/+1 |
|
|
* | STYLE: Fixed line-too-long warning. | Brad King | 2006-09-01 | 1 | -1/+2 |
|
|
* | ENH: Do not generate install target unless some INSTALL or INSTALL_* commands... | Brad King | 2006-08-31 | 1 | -52/+63 |
|
|
* | ENH: Adding install/local global target for Makefile generators. This runs i... | Brad King | 2006-08-29 | 1 | -0/+14 |
|
|
* | BUG: Make sure targets of type GLOBAL_TARGET have a makefile set. | Brad King | 2006-08-26 | 1 | -2/+3 |
|
|
* | BUG: Delay relative path configuration until as late as possible to make sure... | Brad King | 2006-06-19 | 1 | -3/+10 |
|
|
* | ENH: Added generation of link rules into script files executed by a cmake -E ... | Brad King | 2006-06-15 | 1 | -0/+3 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -2/+2 |
|
|
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name bec... | Brad King | 2006-06-01 | 1 | -5/+5 |
|
|
* | BUG: Updated Makefile dependency scanning to provide a full local generator t... | Brad King | 2006-05-25 | 1 | -2/+9 |
|
|
* | BUG: Make sure RUN_TESTS target passes the desired configuration to ctest. | Brad King | 2006-05-13 | 1 | -0/+5 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -76/+117 |
|
|
* | ENH: Makefile performance improvements | Ken Martin | 2006-05-02 | 1 | -25/+4 |
|
|
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f... | Brad King | 2006-04-27 | 1 | -1/+1 |
|
|
* | ENH: don't add package target if no package file is around | Bill Hoffman | 2006-04-20 | 1 | -9/+16 |
|
|
* | BUG: Verify the global target name exists before using it. Fixes VS and Xcode | Andy Cedilnik | 2006-04-17 | 1 | -13/+17 |
|
|
* | ENH: Add packaging of source code (make package_source) | Andy Cedilnik | 2006-04-17 | 1 | -0/+14 |
|
|
* | COMP: fix warning | Ken Martin | 2006-04-12 | 1 | -2/+1 |
|
|
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -5/+17 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -2/+10 |
|
|
* | ENH: Added global TargetManifest computation between Configure and Generate s... | Brad King | 2006-04-04 | 1 | -2/+11 |
|
|
* | ENH: use correct addcache call to fix build tools | Bill Hoffman | 2006-04-04 | 1 | -8/+8 |
|
|
* | ENH: add a wrapper for xcodebuild to get around bug and verbose output | Bill Hoffman | 2006-03-31 | 1 | -3/+20 |
|
|
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is... | Brad King | 2006-03-30 | 1 | -0/+3 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 1 | -2/+2 |
|
|
* | ENH: Added named component installation implementation. Installation behavio... | Brad King | 2006-03-30 | 1 | -0/+8 |
|
|
* | ENH: modified the relative path code to not do relative paths between bin and... | Ken Martin | 2006-03-30 | 1 | -10/+39 |
|
|
* | BUG: When generating the install rules for CMake itself the per-configuration... | Brad King | 2006-03-16 | 1 | -0/+5 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -104/+104 |
|
|
* | BUG: Check for whether to add -C to package rule should check for a . in the ... | Brad King | 2006-03-07 | 1 | -1/+1 |
|
|
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding in... | Brad King | 2006-03-03 | 1 | -1/+2 |
|
|
* | ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ... | Bill Hoffman | 2006-03-02 | 1 | -7/+0 |
|
|
* | BUG: Check for whether to add BUILD_TYPE to install rule should check for a .... | Brad King | 2006-03-01 | 1 | -1/+1 |
|
|
* | ENH: Cleanup global targets even more and potentially fix Xcode | Andy Cedilnik | 2006-03-01 | 1 | -45/+53 |
|
|
* | BUG: Ok, fix the ordering | Andy Cedilnik | 2006-02-28 | 1 | -1/+1 |
|
|
* | BUG: On Visual Studio and XCode, handle build configurations | Andy Cedilnik | 2006-02-28 | 1 | -1/+7 |
|
|
* | BUG: Need to use the CMAKE_COMMAND cache entry to get the location of CMake. | Brad King | 2006-02-28 | 1 | -1/+1 |
|
|
* | ENH: Several packaging issues. Allow random variables to be passed to cpack (... | Andy Cedilnik | 2006-02-27 | 1 | -0/+4 |
|
|
* | COMP: More fixes for non makefile generators and global targets | Andy Cedilnik | 2006-02-24 | 1 | -6/+7 |
|
|