summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: fix spellingBill Hoffman2008-12-181-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
* ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET anAlexander Neundorf2008-01-021-2/+4
* ENH: make commands lower case by defaultKen Martin2007-10-101-22/+21
* COMP: Remove unused argument.Brad King2007-07-021-1/+0
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-6/+0
* BUG: Need to compute the correct versioned name for executables on cygwin. T...Brad King2007-06-271-1/+2
* STYLE: add documentation for FILE(REMOVE ...) and FILE(REMOVE_RECURSE ...)Alexander Neundorf2007-06-131-4/+8
* STYLE: remove out commented codeAlexander Neundorf2007-06-071-15/+10
* ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automaticAlexander Neundorf2007-05-251-3/+10
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-3/+4
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-1/+37
* ENH: Added FILE(STRINGS) command.Brad King2007-04-251-0/+25
* ENH: added LIMIT on file readKen Martin2007-03-011-1/+1
* ENH: fix spelling error bug # 4233Bill Hoffman2007-02-201-1/+1