| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -5/+0 |
|
|
* | cmCommand: remove IsScriptable | Daniel Pfeifer | 2017-05-08 | 1 | -5/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | file: Add READ_ELF command to parse ELF binaries | Florian Apolloner | 2017-03-10 | 1 | -0/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+5 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -11/+6 |
|
|
* | file: Add LOCK subcommand to do file and directory locking | Ruslan Baratov | 2014-12-03 | 1 | -0/+1 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -207/+0 |
|
|
* | Docs: Document file(GENERATE) CONDITION as optional. | Stephen Kelly | 2013-07-25 | 1 | -1/+1 |
|
|
* | 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 |
|
|