Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Unknown command invocations should be fatal errors. | Brad King | 2006-06-15 | 1 | -0/+1 |
| | |||||
* | ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker ↵ | Brad King | 2006-06-15 | 3 | -4/+28 |
| | | | | search path directories not inside the project to the INSTALL_RPATH automatically. The property is initialized by the variable CMAKE_INSTALL_RPATH_USE_LINK_PATH when the target is created. | ||||
* | BUG: Always check dependency integrity whether or not CMake will re-run ↵ | Brad King | 2006-06-15 | 1 | -21/+20 |
| | | | | because the generator no longer checks integrity during generation. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-15 | 1 | -1/+1 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 16 | -42/+83 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-13 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-13 | 1 | -1/+1 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-12 | 2 | -4/+9 |
| | |||||
* | BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation. | Brad King | 2006-06-12 | 1 | -3/+3 |
| | |||||
* | ENH: cleanup | Ken Martin | 2006-06-12 | 1 | -9/+10 |
| | |||||
* | ENH: some cleanup to progress | Ken Martin | 2006-06-12 | 3 | -15/+16 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-10 | 1 | -1/+1 |
| | |||||
* | ENH: check in partial cygwin generator | Bill Hoffman | 2006-06-09 | 7 | -1/+320 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-08 | 1 | -1/+1 |
| | |||||
* | ENH: add docs for debug trycompile | Bill Hoffman | 2006-06-07 | 1 | -0/+3 |
| | |||||
* | ENH: fix /TP for c code | Bill Hoffman | 2006-06-06 | 1 | -3/+16 |
| | |||||
* | ENH: fix for replacement of @var @ only legal variable names should be replaced | Bill Hoffman | 2006-06-06 | 1 | -1/+9 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-06 | 1 | -1/+1 |
| | |||||
* | COMP: Removed unused variable. | Brad King | 2006-06-05 | 1 | -2/+0 |
| | |||||
* | BUG: Always check whether a subdirectory is below the top of the source ↵ | Brad King | 2006-06-05 | 1 | -23/+15 |
| | | | | before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree. | ||||
* | ENH: line lengths | Ken Martin | 2006-06-05 | 3 | -7/+10 |
| | |||||
* | ENH: Changing shared library versioned file names on OSX to conform to that ↵ | Brad King | 2006-06-05 | 3 | -10/+46 |
| | | | | platform's convention. | ||||
* | ENH: Added rxvt-unicode and cygwin terminals for color support. | Brad King | 2006-06-05 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-04 | 1 | -1/+1 |
| | |||||
* | ENH: Handle 'screen' terminal. Thank you Thomas Z. | Andy Cedilnik | 2006-06-03 | 1 | -0/+1 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-06-03 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-03 | 1 | -1/+1 |
| | |||||
* | ENH: Display cmake install information when in verbose mode | Andy Cedilnik | 2006-06-02 | 2 | -0/+18 |
| | |||||
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵ | Brad King | 2006-06-01 | 14 | -20/+28 |
| | | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. | ||||
* | BUG: Adjustment of install_name with install_name_tool should account for ↵ | Brad King | 2006-06-01 | 1 | -1/+1 |
| | | | | DESTDIR when specifying the file to be changed. | ||||
* | ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the ↵ | Brad King | 2006-06-01 | 2 | -14/+23 |
| | | | | proper place in the local generator instead of in the global generator. Also made the install/fast target not depend on the all target. | ||||
* | BUG: Added /fast targets in subdirectory makefiles. Removed bogus ↵ | Brad King | 2006-06-01 | 2 | -19/+31 |
| | | | | INSTALL_*/fast targets. Also fixed preinstall/fast target. | ||||
* | BUG: Custom command outputs listed explicitly as source files in a target ↵ | Brad King | 2006-06-01 | 5 | -119/+141 |
| | | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-01 | 1 | -1/+1 |
| | |||||
* | ENH: reduce string construct delete ops | Ken Martin | 2006-05-31 | 4 | -14/+14 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-31 | 1 | -1/+1 |
| | |||||
* | BUG: Fix progress when total number of source files is less than 100. | Brad King | 2006-05-30 | 2 | -7/+30 |
| | |||||
* | BUG: Fixed cmake -E remove return code. | Brad King | 2006-05-30 | 1 | -4/+11 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | ENH: Slight improvement in genreation time by recording the setting of ↵ | Brad King | 2006-05-25 | 2 | -3/+11 |
| | | | | CMAKE_COLOR_MAKEFILE in an ivar of each local generator at the beginning of generation. This avoids many repeated table lookups. | ||||
* | BUG: fix to progress for small projects | Ken Martin | 2006-05-25 | 3 | -9/+19 |
| | |||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 10 | -56/+127 |
| | | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. |