summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Generate
Commit message (Expand)AuthorAgeFilesLines
* cmFileCommand: Report keyword errors via argument parser resultsBrad King2022-07-222-4/+6
* cmFileCommand: Use cm::optional for keyword argument presenceBrad King2022-07-052-2/+6
* file(GENERATE): Add test case covering use of both INPUT and CONTENTBrad King2022-07-054-0/+20
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-263-2/+3
* Merge topic 'commands-file-permissions'Brad King2021-03-291-1/+1
|\
| * Tests: Check host platform instead of target for running statCraig Scott2021-03-261-1/+1
* | Genex: Fix grammatical error in TARGET_OBJECTS error messageKyle Edwards2021-02-241-2/+2
|/
* file(GENERATE): Support new line styleAsit Dhal2021-02-0111-0/+141
* file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-2122-0/+231
* Tests: Add test for early source lookup of file(GENERATE)Josef Angstenberger2020-09-212-0/+11
* file(GENERATE): Add TARGET argumentRaul Tambre2020-08-204-0/+23
* file(GENERATE): Test source propertiesJosef Angstenberger2020-08-199-0/+80
* file(GENERATE): Update existing testsJosef Angstenberger2020-08-191-1/+15
* Tests: Cover file(GENERATE) using 'foo.tmp' as input for output 'foo'Brad King2020-07-083-0/+15
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-181-1/+1
* Add deprecation warnings for policies CMP0071 and belowBrad King2020-02-171-0/+10
* Relax the usage of TARGET_OBJECTS generator expressionRobert Maynard2019-04-192-6/+4
* GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-291-1/+1
* Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual StudioBrad King2017-11-171-9/+7
* Tests: Decouple COMPILE_LANGUAGE in file(GENERATE) from COMPILE_OPTIONSBrad King2017-11-171-7/+1
* Tests: Remove unnecessary result files from RunCMake.File_GenerateBrad King2017-11-176-6/+0
* file(GENERATE): Add policy CMP0070 to define relative path behaviorBrad King2017-06-099-0/+78
* Tests: Use full output paths in file(GENERATE) callsBrad King2017-06-083-3/+3
* Xcode: Drop support for Xcode versions below 3Brad King2017-04-221-1/+1
* Genex: Allow TARGET_OBJECTS to be used everywhereRobert Maynard2017-04-182-2/+4
* Genex: Reject TARGET_OBJECTS on non-object libraries earlierBrad King2017-04-181-4/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-2/+2
* File(GENERATE): Process genex evaluation files for each language.Stephen Kelly2015-03-095-1/+32
* cmGlobalGenerator: Convert set insert algorithm to vector algorithms.Stephen Kelly2015-02-201-1/+1
* RunCMake: Remove unneeded files.Stephen Kelly2015-02-095-5/+0
* file(GENERATE): Re-run cmake when appropriate.Stephen Kelly2014-11-184-0/+38
* file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-1214-0/+85
* file(GENERATE): Use permissions of input file if present.Stephen Kelly2014-11-045-0/+28
* Tests: Activate tests accidentally excluded from XcodeBrad King2014-07-171-2/+2
* Tests: Refactor RunCMake.File_Generate to drop RunCMake_TEST_FILEBrad King2014-06-304-5/+8
* file(GENERATE): Only write the file if content is different.Stephen Kelly2014-04-304-0/+34
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
* file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-2419-0/+69