summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmFileCommand: turn into free functionRegina Pfeifer2019-08-061-26/+2
* cmFileCommand: put subcommands in unnamed namespaceDaniel Pfeifer2019-08-061-65/+0
* cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-061-28/+54
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-101-0/+2
* cmFileCommand: Add CREATE_LINK subcommandTushar Maheshwari2019-01-161-0/+1
* file: Add READ_SYMLINK sub-commandKyle Edwards2018-12-061-0/+1
* file: add SIZE optionWouter Klouwen2018-11-271-0/+1
* Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commandsShane Parris2018-02-151-0/+1
* 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-231-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-261-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-301-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