| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Moved global inter-target dependency analysis and cycle-prevention code ... | Brad King | 2007-12-23 | 1 | -4/+15 |
|
|
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 1 | -3/+0 |
|
|
* | ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it can | Alexander Neundorf | 2007-11-25 | 1 | -0/+1 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -0/+8 |
|
|
* | ENH: add guess progress for first time configuring a project. | Bill Hoffman | 2007-11-13 | 1 | -0/+1 |
|
|
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -0/+4 |
|
|
* | ENH: add support for Fortran to the KDevelop generator | Alexander Neundorf | 2007-08-31 | 1 | -1/+1 |
|
|
* | ENH: add install files generators for targets which have PUBLIC_HEADER, | Alexander Neundorf | 2007-08-27 | 1 | -1/+3 |
|
|
* | ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo... | David Cole | 2007-08-22 | 1 | -1/+3 |
|
|
* | ENH: move the code for the NOTFOUND checking into its own function, so | Alexander Neundorf | 2007-08-16 | 1 | -0/+1 |
|
|
* | BUG: Target exclusion-from-all tests should always use the root local generat... | Brad King | 2007-08-03 | 1 | -2/+3 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -2/+5 |
|
|
* | ENH: produce a lot more output when running with --debug-output | Alexander Neundorf | 2007-07-17 | 1 | -0/+7 |
|
|
* | ENH: second try for handling the linker language with integer priority values... | Alexander Neundorf | 2007-07-12 | 1 | -2/+2 |
|
|
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 1 | -2/+2 |
|
|
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 1 | -2/+2 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -1/+1 |
|
|
* | ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) , | Alexander Neundorf | 2007-06-19 | 1 | -1/+14 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -4/+2 |
|
|
* | STYLE: minor fixes | Alexander Neundorf | 2007-06-15 | 1 | -3/+2 |
|
|
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -4/+2 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 1 | -0/+3 |
|
|
* | COMP: less warnings | Alexander Neundorf | 2007-06-08 | 1 | -1/+1 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -0/+13 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -4/+4 |
|
|
* | ENH: add install/strip target for makefile generators if strip was found | Alexander Neundorf | 2007-05-18 | 1 | -0/+1 |
|
|
* | BUG: fix problem for non-C/CXX languages with Visual Studio, the | Alexander Neundorf | 2007-05-09 | 1 | -2/+0 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -0/+2 |
|
|
* | ENH: some code consolidation and cleanup | Ken Martin | 2007-04-12 | 1 | -0/+5 |
|
|
* | ENH: add project to target map, not used yet, but created | Bill Hoffman | 2007-03-13 | 1 | -1/+2 |
|
|
* | ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ... | Brad King | 2007-03-07 | 1 | -21/+0 |
|
|
* | BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. | Brad King | 2007-03-05 | 1 | -1/+0 |
|
|
* | BUG: fixes so that --build-and-test will honor timeouts | Ken Martin | 2007-01-30 | 1 | -2/+3 |
|
|
* | 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 |
|
|