Andy Cedilnik
|
fbdac25f81
ENH: Add a copy constructor to copy the values
|
19 năm trước cách đây |
Ken Martin
|
f16b03ec07
ENH: fix subdir issue
|
19 năm trước cách đây |
Andy Cedilnik
|
99f4edb4e4
ENH: DIsplay the list file stack when displaying errors
|
19 năm trước cách đây |
Brad King
|
c4dcfd2ed0
ENH: Provide access to CMAKE_PATCH_VERSION in CMake code.
|
19 năm trước cách đây |
Brad King
|
640c90f068
ENH: Unknown command invocations should be fatal errors.
|
19 năm trước cách đây |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 năm trước cách đây |
Bill Hoffman
|
85c5a7dbc0
ENH: fix for replacement of @var @ only legal variable names should be replaced
|
19 năm trước cách đây |
Brad King
|
9a74185695
BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.
|
19 năm trước cách đây |
Bill Hoffman
|
677fcd1174
ENH: fix line length
|
19 năm trước cách đây |
Bill Hoffman
|
0f2f074978
ENH: fix for vtk 4.4 and other projects that may try to link to a module
|
19 năm trước cách đây |
Ken Martin
|
47c7108111
STYLE: fix line length
|
19 năm trước cách đây |
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
|
19 năm trước cách đây |
Bill Hoffman
|
fa415043d8
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
|
19 năm trước cách đây |
Ken Martin
|
535acdc7a0
ENH: some performance optimizations
|
19 năm trước cách đây |
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.
|
19 năm trước cách đây |
Bill Hoffman
|
8c06f8e294
ENH: add support for re-running cmake if the cmakefiles change
|
19 năm trước cách đây |
Andy Cedilnik
|
a2d8447fb9
BUG: Fix logic. If the variable is not set, then it is always ok to write the file
|
19 năm trước cách đây |
Andy Cedilnik
|
ee1975570e
ENH: Allow blocking of writing into the source tree
|
19 năm trước cách đây |
Ken Martin
|
10efe3b079
ENH: added some new functionality
|
19 năm trước cách đây |
Andy Cedilnik
|
3806c1050d
ENH: Remove things from bootstrap
|
19 năm trước cách đây |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 năm trước cách đây |
Brad King
|
6018c27993
BUG: Clarified confusing error message.
|
20 năm trước cách đây |
Bill Hoffman
|
0db4cb0d96
ENH: removed unused methods after find changes
|
20 năm trước cách đây |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
20 năm trước cách đây |
Andy Cedilnik
|
ea5564624c
ENH: Add a notion of a global target
|
20 năm trước cách đây |
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 năm trước cách đây |
Bill Hoffman
|
c59937a4a8
ENH: put the system path ahead of the command path
|
20 năm trước cách đây |
Brad King
|
f8a8e88a08
BUG: Need to include empty arguments when parsing prefix/suffix lists for FindLibrary.
|
20 năm trước cách đây |
Brad King
|
33587ce376
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
20 năm trước cách đây |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 năm trước cách đây |