Files
CMake/Source
Brad King f1fb63b306 file(GENERATE): Create output file structures even earlier
Since commit b80557c7bd (file(GENERATE): Evaluate early to allow
generating source files, 2014-11-04, v3.2.0-rc1~398^2) we create the
`cmSourceFile` instances marked with a `GENERATED` source file property
before tracing source dependencies.  Move it to even earlier so that
steps in `cmGlobalGenerator::AddAutomaticSources` can operate on all
sources.  This also avoids the accidental `O(n^2)` calls for `n` local
generators that we had previously.

This is also needed since commit 83c1657ff7 (Unity build: Generate
sources during Compute step, 2019-10-03) to support `file(GENERATE)`
outputs as sources in a target with `UNITY_BUILD` enabled.
2019-10-07 15:22:12 -04:00
..
2019-09-04 18:03:01 +02:00
2019-10-07 00:01:04 -04:00
2019-07-21 09:25:32 +02:00
2019-10-02 09:33:54 -04:00
2019-09-04 18:03:01 +02:00
2019-09-10 22:13:11 +02:00
2019-08-19 20:01:39 +02:00
2019-09-10 22:21:41 +02:00
2019-10-02 09:33:54 -04:00