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