4 Commits (bde7f6c023fc0425502191e409f331ce9f3fd154)

Author SHA1 Message Date
David Cole c8e832dcf5 BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command. 18 years ago
Brad King 7f29f8966d ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post. 18 years ago
Brad King d4c5fe840b ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first. 20 years ago
Brad King 96f0266228 ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. 20 years ago
Andy Cedilnik f18e7c7ff7 ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 20 years ago
Ken Martin 6cc7bca222 ENH: fix some warnings and cleanup some 20 years ago
Ken Martin f85f919dbc ENH: reduce the number of files produced still needs a bit more cleanup 20 years ago
Ken Martin c85069b290 ENH: some changes to the depends signature to be more flexible 21 years ago
Brad King e8911705d6 ENH: Added optional verbose output to build system dependency check. 21 years ago
Brad King 35f36d3f0f COMP: Removed unused parameter warning. 21 years ago
Brad King e979735a19 ENH: Framework for java dependency scanner. Right now it does nothing but always reports success. This is enough to get the Java test to pass with the new generator because the old implementation did not do dependencies anyway. 21 years ago