David Cole
|
0f2fa9a27f
BUG: Correct typo in documentation: or -> of
|
17 лет назад |
David Cole
|
ccf603f0c2
ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Exposes the recently added kwsys capability that prevents recursing through symlinks to CMake scripts.
|
17 лет назад |
Brad King
|
1381aab4b7
BUG: Remove check for files written by file(WRITE) being loaded.
|
17 лет назад |
Brad King
|
fdc3bfff7c
ENH: Improve RPATH behavior during installation.
|
17 лет назад |
Brad King
|
34c76d4304
ENH: Use builtin chrpath instead of relinking ELF targets
|
18 лет назад |
Bill Hoffman
|
0bfad2946d
ENH: make sure files are binary for download and make status a pair of value string
|
18 лет назад |
Bill Hoffman
|
7dfcc3fc12
ENH: add DOWNLOAD option to FILE command
|
18 лет назад |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 лет назад |
Alexander Neundorf
|
7b54af713d
ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an
|
18 лет назад |
Ken Martin
|
8d32d229a3
ENH: make commands lower case by default
|
18 лет назад |
Brad King
|
e25dd3b903
COMP: Remove unused argument.
|
18 лет назад |
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 лет назад |
Brad King
|
c0d3ab2d2b
BUG: Need to compute the correct versioned name for executables on cygwin. This addresses bug#5238.
|
18 лет назад |
Alexander Neundorf
|
698ca6e956
|
18 лет назад |
Alexander Neundorf
|
b956fc2406
|
18 лет назад |
Alexander Neundorf
|
55f11b348b
|
18 лет назад |
Alexander Neundorf
|
f4eb541880
|
18 лет назад |
Alexander Neundorf
|
61d3444f93
|
18 лет назад |
Brad King
|
0fb689973e
ENH: Added FILE(STRINGS) command.
|
18 лет назад |
Ken Martin
|
f8c982cf78
ENH: added LIMIT on file read
|
19 лет назад |
Bill Hoffman
|
a2e8b602f9
ENH: fix spelling error bug # 4233
|
19 лет назад |
Brad King
|
932e3524fc
ENH: Changing shared library versioned file names on OSX to conform to that platform's convention.
|
19 лет назад |
Ken Martin
|
2af4710525
STYLE: fix line length
|
19 лет назад |
Bill Hoffman
|
24f08322be
ENH: add path conversion stuff and rm SYSTEM_PATH
|
20 лет назад |
Andy Cedilnik
|
d41f97a5e6
ENH: Add relative tag and add test for relative tag
|
20 лет назад |
Bill Hoffman
|
ac432c7e7c
ENH: add a new FILE SYSTEM_PATH that allows you to read a environment variable with a path in it.
|
20 лет назад |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
20 лет назад |
Bill Hoffman
|
4c5ba06fa1
ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long
|
20 лет назад |
Ken Martin
|
1d4b3f8388
STYLE: fix docs
|
20 лет назад |
Andy Cedilnik
|
6e5cdd6de7
ENH: Add regular string replace (not regex), and relative path command. Also add tests
|
20 лет назад |