summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionEvaluationFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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