| Commit message (Expand) | Author | Age | Files | Lines |
* | file: Add GENERATE command to produce files at generate time | Stephen Kelly | 2013-05-24 | 1 | -0/+19 |
|
|
* | CMake: Stylistic changes and documentation tweaks | David Cole | 2012-12-05 | 1 | -4/+3 |
|
|
* | CMake: Add TIMESTAMP subcommand to string and file commands | Nils Gladitz | 2012-12-05 | 1 | -0/+10 |
|
|
* | Documentation: Clarify some command descriptions | Andreas Mohr | 2012-11-07 | 1 | -1/+2 |
|
|
* | file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value | Brad King | 2012-09-19 | 1 | -6/+6 |
|
|
* | Rename SSL terminology to TLS | Brad King | 2012-09-14 | 1 | -6/+6 |
|
|
* | file(DOWNLOAD): Add options for SSL | Bill Hoffman | 2012-09-11 | 1 | -1/+10 |
|
|
* | file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASH | Bill Hoffman | 2012-09-11 | 1 | -3/+5 |
|
|
* | FILE: mention that TO_CMAKE_PATH also handles list delimiters | Rolf Eike Beer | 2012-03-29 | 1 | -1/+2 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -4/+4 |
|
|
* | Add file(SHA*) commands to compute cryptographic hashes | Brad King | 2011-11-16 | 1 | -2/+2 |
|
|
* | Add file(MD5) command to compute cryptographic hash | Brad King | 2011-11-16 | 1 | -0/+4 |
|
|
* | Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity | Brad King | 2011-06-01 | 1 | -4/+9 |
|
|
* | Implement file(UPLOAD (#11286) | David Cole | 2011-02-25 | 1 | -0/+15 |
|
|
* | Warn in find(GLOB) docs about bad use case (#11617) | Brad King | 2010-12-16 | 1 | -1/+6 |
|
|
* | Improve FILE(DOWNLOAD) and ExternalProject. | David Cole | 2010-05-27 | 1 | -2/+8 |
|
|
* | Fix up download a bit, better error checking and uses of long not double for ... | Bill Hoffman | 2009-10-22 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Create file(COPY) command signature | Brad King | 2009-04-29 | 1 | -1/+37 |
|
|
* | ENH: Refactor file(INSTALL) implementation | Brad King | 2009-04-29 | 1 | -24/+0 |
|
|
* | ENH: Send all file installations through one path | Brad King | 2009-04-29 | 1 | -4/+2 |
|
|
* | ENH: Remove unused PROPERTIES from file(INSTALL) | Brad King | 2009-04-27 | 1 | -1/+0 |
|
|
* | ENH: Create file(RENAME) command mode | Brad King | 2009-04-15 | 1 | -0/+5 |
|
|
* | ENH: Add undocumented file(DIFFERENT) command | Brad King | 2009-01-07 | 1 | -0/+1 |
|
|
* | BUG: fix spelling | Bill Hoffman | 2008-12-19 | 1 | -1/+1 |
|
|
* | ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ... | David Cole | 2008-09-11 | 1 | -5/+5 |
|
|
* | BUG: Correct typo in documentation: or -> of | David Cole | 2008-08-23 | 1 | -1/+1 |
|
|
* | ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo... | David Cole | 2008-08-23 | 1 | -2/+4 |
|
|
* | BUG: Remove check for files written by file(WRITE) being loaded. | Brad King | 2008-04-30 | 1 | -4/+0 |
|
|
* | ENH: Improve RPATH behavior during installation. | Brad King | 2008-04-14 | 1 | -1/+3 |
|
|
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -0/+1 |
|
|
* | ENH: make sure files are binary for download and make status a pair of value ... | Bill Hoffman | 2008-02-07 | 1 | -1/+5 |
|
|
* | ENH: add DOWNLOAD option to FILE command | Bill Hoffman | 2008-02-06 | 1 | -1/+8 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an | Alexander Neundorf | 2008-01-02 | 1 | -2/+4 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -22/+21 |
|
|
* | COMP: Remove unused argument. | Brad King | 2007-07-02 | 1 | -1/+0 |
|
|
* | ENH: Further cleanup of installation script generation. The per-component an... | Brad King | 2007-07-02 | 1 | -6/+0 |
|
|
* | BUG: Need to compute the correct versioned name for executables on cygwin. T... | Brad King | 2007-06-27 | 1 | -1/+2 |
|
|
* | STYLE: add documentation for FILE(REMOVE ...) and FILE(REMOVE_RECURSE ...) | Alexander Neundorf | 2007-06-13 | 1 | -4/+8 |
|
|
* | STYLE: remove out commented code | Alexander Neundorf | 2007-06-07 | 1 | -15/+10 |
|
|
* | ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automatic | Alexander Neundorf | 2007-05-25 | 1 | -3/+10 |
|
|
* | ENH: make the compiler id detection work, even if the output file name of | Alexander Neundorf | 2007-05-25 | 1 | -3/+4 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -1/+37 |
|
|
* | ENH: Added FILE(STRINGS) command. | Brad King | 2007-04-25 | 1 | -0/+25 |
|
|
* | ENH: added LIMIT on file read | Ken Martin | 2007-03-01 | 1 | -1/+1 |
|
|
* | ENH: fix spelling error bug # 4233 | Bill Hoffman | 2007-02-20 | 1 | -1/+1 |
|
|
* | ENH: Changing shared library versioned file names on OSX to conform to that p... | Brad King | 2006-06-05 | 1 | -0/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
|
|
* | ENH: add path conversion stuff and rm SYSTEM_PATH | Bill Hoffman | 2006-04-05 | 1 | -5/+12 |
|
|