Andy Cedilnik
|
fbdac25f81
ENH: Add a copy constructor to copy the values
|
vor 19 Jahren |
Ken Martin
|
f16b03ec07
ENH: fix subdir issue
|
vor 19 Jahren |
Andy Cedilnik
|
99f4edb4e4
ENH: DIsplay the list file stack when displaying errors
|
vor 19 Jahren |
Brad King
|
c4dcfd2ed0
ENH: Provide access to CMAKE_PATCH_VERSION in CMake code.
|
vor 19 Jahren |
Brad King
|
640c90f068
ENH: Unknown command invocations should be fatal errors.
|
vor 19 Jahren |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
vor 19 Jahren |
Bill Hoffman
|
85c5a7dbc0
ENH: fix for replacement of @var @ only legal variable names should be replaced
|
vor 19 Jahren |
Brad King
|
9a74185695
BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.
|
vor 19 Jahren |
Bill Hoffman
|
677fcd1174
ENH: fix line length
|
vor 19 Jahren |
Bill Hoffman
|
0f2f074978
ENH: fix for vtk 4.4 and other projects that may try to link to a module
|
vor 19 Jahren |
Ken Martin
|
47c7108111
STYLE: fix line length
|
vor 19 Jahren |
Bill Hoffman
|
a468872ccd
ENH: add a check to make sure targets only link to libraries and not utility targets to avoid seg faults, bug 3194
|
vor 19 Jahren |
Bill Hoffman
|
fa415043d8
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
|
vor 19 Jahren |
Ken Martin
|
535acdc7a0
ENH: some performance optimizations
|
vor 19 Jahren |
Brad King
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
vor 19 Jahren |
Bill Hoffman
|
8c06f8e294
ENH: add support for re-running cmake if the cmakefiles change
|
vor 19 Jahren |
Andy Cedilnik
|
a2d8447fb9
BUG: Fix logic. If the variable is not set, then it is always ok to write the file
|
vor 19 Jahren |
Andy Cedilnik
|
ee1975570e
ENH: Allow blocking of writing into the source tree
|
vor 19 Jahren |
Ken Martin
|
10efe3b079
ENH: added some new functionality
|
vor 19 Jahren |
Andy Cedilnik
|
3806c1050d
ENH: Remove things from bootstrap
|
vor 19 Jahren |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
vor 19 Jahren |
Brad King
|
6018c27993
BUG: Clarified confusing error message.
|
vor 19 Jahren |
Bill Hoffman
|
0db4cb0d96
ENH: removed unused methods after find changes
|
vor 20 Jahren |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
vor 20 Jahren |
Andy Cedilnik
|
ea5564624c
ENH: Add a notion of a global target
|
vor 20 Jahren |
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.
|
vor 20 Jahren |
Bill Hoffman
|
c59937a4a8
ENH: put the system path ahead of the command path
|
vor 20 Jahren |
Brad King
|
f8a8e88a08
BUG: Need to include empty arguments when parsing prefix/suffix lists for FindLibrary.
|
vor 20 Jahren |
Brad King
|
33587ce376
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
vor 20 Jahren |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
vor 20 Jahren |