Brad King
|
7a31bc8521
BUG: ConfigureFile must read/write in binary mode to avoid windows newline trouble. The problem occurred when configuring a file in cygwin from a path starting with a windows drive letter instead of a posix path.
|
19 years ago |
Brad King
|
e46829b3f1
ENH: Added platform identifier for QNXNTO. This partially addresses bug#3556.
|
19 years ago |
Brad King
|
8dda3a2f6e
ENH: Adding .hh file as a C++ header file extension. Remove duplicate code from implementation of unique object name computation for VS generators. This addresses bug#3565.
|
19 years ago |
Andy Cedilnik
|
a9c0929d39
COMP: Handle both ansi and non-ansi C
|
19 years ago |
Andy Cedilnik
|
fbdac25f81
ENH: Add a copy constructor to copy the values
|
19 years ago |
Ken Martin
|
f16b03ec07
ENH: fix subdir issue
|
19 years ago |
Andy Cedilnik
|
99f4edb4e4
ENH: DIsplay the list file stack when displaying errors
|
19 years ago |
Brad King
|
c4dcfd2ed0
ENH: Provide access to CMAKE_PATCH_VERSION in CMake code.
|
19 years ago |
Brad King
|
640c90f068
ENH: Unknown command invocations should be fatal errors.
|
19 years ago |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
Bill Hoffman
|
85c5a7dbc0
ENH: fix for replacement of @var @ only legal variable names should be replaced
|
19 years ago |
Brad King
|
9a74185695
BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.
|
19 years ago |
Bill Hoffman
|
677fcd1174
ENH: fix line length
|
19 years ago |
Bill Hoffman
|
0f2f074978
ENH: fix for vtk 4.4 and other projects that may try to link to a module
|
19 years ago |
Ken Martin
|
47c7108111
STYLE: fix line length
|
19 years ago |
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 years ago |
Bill Hoffman
|
fa415043d8
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
|
19 years ago |
Ken Martin
|
535acdc7a0
ENH: some performance optimizations
|
19 years ago |
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 years ago |
Bill Hoffman
|
8c06f8e294
ENH: add support for re-running cmake if the cmakefiles change
|
19 years ago |
Andy Cedilnik
|
a2d8447fb9
BUG: Fix logic. If the variable is not set, then it is always ok to write the file
|
19 years ago |
Andy Cedilnik
|
ee1975570e
ENH: Allow blocking of writing into the source tree
|
19 years ago |
Ken Martin
|
10efe3b079
ENH: added some new functionality
|
19 years ago |
Andy Cedilnik
|
3806c1050d
ENH: Remove things from bootstrap
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Brad King
|
6018c27993
BUG: Clarified confusing error message.
|
19 years ago |
Bill Hoffman
|
0db4cb0d96
ENH: removed unused methods after find changes
|
20 years ago |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
20 years ago |
Andy Cedilnik
|
ea5564624c
ENH: Add a notion of a global target
|
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 |