summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* file: Add READ_ELF command to parse ELF binariesFlorian Apolloner2017-03-101-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+5
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-11/+6
* file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+1
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-207/+0
* Docs: Document file(GENERATE) CONDITION as optional.Stephen Kelly2013-07-251-1/+1
* file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-241-0/+19
* CMake: Stylistic changes and documentation tweaksDavid Cole2012-12-051-4/+3
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-0/+10
* Documentation: Clarify some command descriptionsAndreas Mohr2012-11-071-1/+2
* file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=valueBrad King2012-09-191-6/+6
* Rename SSL terminology to TLSBrad King2012-09-141-6/+6
* file(DOWNLOAD): Add options for SSLBill Hoffman2012-09-111-1/+10
* file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASHBill Hoffman2012-09-111-3/+5
* FILE: mention that TO_CMAKE_PATH also handles list delimitersRolf Eike Beer2012-03-291-1/+2
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-161-2/+2
* Add file(MD5) command to compute cryptographic hashBrad King2011-11-161-0/+4
* Teach file(DOWNLOAD|UPLOAD) to timeout after inactivityBrad King2011-06-011-4/+9
* Implement file(UPLOAD (#11286)David Cole2011-02-251-0/+15
* Warn in find(GLOB) docs about bad use case (#11617)Brad King2010-12-161-1/+6
* Improve FILE(DOWNLOAD) and ExternalProject.David Cole2010-05-271-2/+8
* Fix up download a bit, better error checking and uses of long not double for ...Bill Hoffman2009-10-221-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Create file(COPY) command signatureBrad King2009-04-291-1/+37
* ENH: Refactor file(INSTALL) implementationBrad King2009-04-291-24/+0
* ENH: Send all file installations through one pathBrad King2009-04-291-4/+2
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-1/+0
* ENH: Create file(RENAME) command modeBrad King2009-04-151-0/+5
* ENH: Add undocumented file(DIFFERENT) commandBrad King2009-01-071-0/+1
* BUG: fix spellingBill Hoffman2008-12-191-1/+1
* ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ...David Cole2008-09-111-5/+5
* BUG: Correct typo in documentation: or -> ofDavid Cole2008-08-231-1/+1
* ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo...David Cole2008-08-231-2/+4
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-4/+0
* ENH: Improve RPATH behavior during installation.Brad King2008-04-141-1/+3
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-0/+1
* ENH: make sure files are binary for download and make status a pair of value ...Bill Hoffman2008-02-071-1/+5
* ENH: add DOWNLOAD option to FILE commandBill Hoffman2008-02-061-1/+8
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2