Bill Hoffman
|
34567dfc0d
file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASH
|
13 years ago |
Rolf Eike Beer
|
edd8996fb4
FILE: mention that TO_CMAKE_PATH also handles list delimiters
|
13 years ago |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 years ago |
Brad King
|
38771d3bdf
Add file(SHA*) commands to compute cryptographic hashes
|
14 years ago |
Brad King
|
042f7965c3
Add file(MD5) command to compute cryptographic hash
|
14 years ago |
Brad King
|
faa7ec6e18
Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity
|
14 years ago |
David Cole
|
963bebcc17
Implement file(UPLOAD (#11286)
|
14 years ago |
Brad King
|
26cc29a8e2
Warn in find(GLOB) docs about bad use case (#11617)
|
15 years ago |
David Cole
|
f67139ae6f
Improve FILE(DOWNLOAD) and ExternalProject.
|
15 years ago |
Bill Hoffman
|
44c4600ae5
Fix up download a bit, better error checking and uses of long not double for timeout as curl needs, bug# 9748
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
c58ca24286
ENH: Create file(COPY) command signature
|
16 years ago |
Brad King
|
6aaa7d45bf
ENH: Refactor file(INSTALL) implementation
|
16 years ago |
Brad King
|
97263b6cdd
ENH: Send all file installations through one path
|
16 years ago |
Brad King
|
da993b64ce
ENH: Remove unused PROPERTIES from file(INSTALL)
|
16 years ago |
Brad King
|
0d92350bb6
ENH: Create file(RENAME) command mode
|
16 years ago |
Brad King
|
f074d9f571
ENH: Add undocumented file(DIFFERENT) command
|
17 years ago |
Bill Hoffman
|
269ce52ad5
BUG: fix spelling
|
17 years ago |
David Cole
|
bd1935dcd1
ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks.
|
17 years ago |
David Cole
|
0f2fa9a27f
BUG: Correct typo in documentation: or -> of
|
17 years ago |
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 years ago |
Brad King
|
1381aab4b7
BUG: Remove check for files written by file(WRITE) being loaded.
|
17 years ago |
Brad King
|
fdc3bfff7c
ENH: Improve RPATH behavior during installation.
|
17 years ago |
Brad King
|
34c76d4304
ENH: Use builtin chrpath instead of relinking ELF targets
|
17 years ago |
Bill Hoffman
|
0bfad2946d
ENH: make sure files are binary for download and make status a pair of value string
|
17 years ago |
Bill Hoffman
|
7dfcc3fc12
ENH: add DOWNLOAD option to FILE command
|
18 years ago |
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 years ago |
Alexander Neundorf
|
7b54af713d
ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an
|
18 years ago |
Ken Martin
|
8d32d229a3
ENH: make commands lower case by default
|
18 years ago |
Brad King
|
e25dd3b903
COMP: Remove unused argument.
|
18 years ago |