summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionEvaluationFile.h
Commit message (Expand)AuthorAgeFilesLines
* file(GENERATE): Support new line styleAsit Dhal2021-02-011-1/+2
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-211-1/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* file(GENERATE): Add TARGET argumentRaul Tambre2020-08-201-1/+4
* file(GENERATE): Refactor outputFileName calculationJosef Angstenberger2020-08-191-0/+3
* file(GENERATE): Refactor inputFileName calculationJosef Angstenberger2020-08-191-0/+1
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-6/+6
* file(GENERATE): Add policy CMP0070 to define relative path behaviorBrad King2017-06-091-1/+12
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-6/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+5
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-6/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-5/+6
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Source: Sort includes of sys/types.h as clang-format wouldBrad King2016-05-031-1/+1
* Source: Stabilize include orderBrad King2016-04-291-3/+2
* cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-011-7/+8
* cmGeneratorExpressionEvaluationFile: Add missing sys/types.h includeBrad King2015-04-221-0/+1
* File(GENERATE): Process genex evaluation files for each language.Stephen Kelly2015-03-091-1/+1
* file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+2
* file(GENERATE): Use permissions of input file if present.Stephen Kelly2014-11-041-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-241-0/+48