summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionEvaluationFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* file(GENERATE): Only write the file if content is different.Stephen Kelly2014-04-301-12/+3
* Simplify multiple config handling.Stephen Kelly2014-04-021-9/+6
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-241-0/+151