summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionEvaluationFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+1
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* file(GENERATE): Support new line styleAsit Dhal2021-02-011-3/+28
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-211-4/+8
* Simplify code by calling a function directly instead of duplicating itDeniz Bahadir2020-11-191-6/+1
* file(GENERATE): Add TARGET argumentRaul Tambre2020-08-201-8/+13
* file(GENERATE): Fix missing check for policy CMP0070Josef Angstenberger2020-08-191-2/+1
* file(GENERATE): Refactor outputFileName calculationJosef Angstenberger2020-08-191-8/+16
* file(GENERATE): Refactor inputFileName calculationJosef Angstenberger2020-08-191-6/+15
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-6/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-7/+7
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-5/+5
* cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-091-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Ninja: Do not add empty custom command for file(GENERATE) outputsBrad King2018-04-261-0/+6
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* genex: generated files have known extensionsBen Boeckel2018-01-181-1/+3
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-7/+7
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-8/+5
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* file(GENERATE): Add policy CMP0070 to define relative path behaviorBrad King2017-06-091-1/+61
* file: Normalize GENERATE command input and output file pathsBrad King2017-06-081-5/+13
* Genex: Allow TARGET_OBJECTS to be used everywhereRobert Maynard2017-04-181-2/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+7
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-4/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-8/+8
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-85/+65
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-4/+4
* Remove some needless GetMakefile() calls.Stephen Kelly2015-10-101-1/+1
* cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-011-19/+21
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-1/+1
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-4/+2
* File(GENERATE): Process genex evaluation files for each language.Stephen Kelly2015-03-091-14/+37
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* file(GENERATE): Re-run cmake when appropriate.Stephen Kelly2014-11-191-0/+2
* file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+17
* file(GENERATE): Use permissions of input file if present.Stephen Kelly2014-11-041-2/+8
* genex: remove the need for backtracesBen Boeckel2014-06-051-1/+1