Alexander Neundorf
|
9f2790d3e7
BUG: with cmake 2.4 INSTALL_FILES() with no files was accepted by cmake,
|
il y a 18 ans |
Brad King
|
4e514a5e00
BUG: File installation should overwrite the destination if the file times differ at all rather than only if the source file is newer. Users expect installation to overwrite destination files. This addresses the re-opening of bug#3349.
|
il y a 18 ans |
Brad King
|
c61a3b6fe9
STYLE: Fix line-too-long.
|
il y a 18 ans |
Alexander Neundorf
|
b6918bd9a4
COMP: fix build on Windows with gcc, patch from Maik Beckmann
|
il y a 18 ans |
Alexander Neundorf
|
7b54af713d
ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an
|
il y a 18 ans |
Brad King
|
60bf0531b0
ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help install a tree of header files while ignoring non-headers.
|
il y a 18 ans |
Brad King
|
a2b2742543
ENH: During file installation treat the source file as a dependency of the installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349.
|
il y a 18 ans |
Alexander Neundorf
|
55303d6dd2
|
il y a 18 ans |
Brad King
|
e25dd3b903
COMP: Remove unused argument.
|
il y a 18 ans |
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.
|
il y a 18 ans |
Brad King
|
c0d3ab2d2b
BUG: Need to compute the correct versioned name for executables on cygwin. This addresses bug#5238.
|
il y a 18 ans |
Alexander Neundorf
|
b956fc2406
|
il y a 18 ans |
Alexander Neundorf
|
55f11b348b
|
il y a 18 ans |
Alexander Neundorf
|
f4eb541880
|
il y a 18 ans |
Brad King
|
4259c7c1e4
COMP: Fix for borland now that components list check is const.
|
il y a 18 ans |
Alexander Neundorf
|
aee311a89d
|
il y a 18 ans |
Alexander Neundorf
|
61d3444f93
|
il y a 18 ans |
Brad King
|
6697979aaf
COMP: Avoid warning.
|
il y a 18 ans |
Brad King
|
0fb689973e
ENH: Added FILE(STRINGS) command.
|
il y a 18 ans |
Brad King
|
a017333d9a
ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the default permissions for shared libraries include the executable bit. This is necessary to support the conflicting policies of Debian and Fedora. These changes address bug#4805.
|
il y a 18 ans |
Brad King
|
e105c7fedc
BUG: Preserve symlinks during installation. This addresses bug#4384.
|
il y a 18 ans |
Ken Martin
|
fdbe20cf8b
COMP: fix warnings
|
il y a 18 ans |
Ken Martin
|
d223fc64ad
COMP: fix a compiel warning
|
il y a 18 ans |
Ken Martin
|
f8c982cf78
ENH: added LIMIT on file read
|
il y a 18 ans |
Brad King
|
27a67fb72f
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
|
il y a 19 ans |
Brad King
|
2b602ea738
COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl.
|
il y a 19 ans |
Brad King
|
b4e1de7886
BUG: Avoid putting double-slashes in fromFile during installation. Also added regex debugging copy of the expression in string form.
|
il y a 19 ans |
Brad King
|
c99dcc30be
BUG: Directory installation pattern matching should be case insensitive on some platforms.
|
il y a 19 ans |
Brad King
|
bed79f6c6b
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
il y a 19 ans |
Brad King
|
ba9c97ccec
BUG: RENAME option should be allowd for INSTALL(PROGRAMS) too.
|
il y a 19 ans |