Files
CMake/Source
Sebastian Holtermann 1ed4d48dcf Autogen: Prepend instead of append mocs_compilation.cpp to the sources list
`mocs_compilation.cpp` easily takes a long time to compile when it
contains multiple `moc` files.  When it was appended like before
we ran into the situation that all smaller sources were already compiled when
`mocs_compilation.cpp` got compiled at last.  In that case a single core was
busy but all remaining cores stayed idle.

To optimize CPU core utilization we now prepend `mocs_compilation.cpp`
to the sources list instead of appending it.  This allows smaller source files
to get compiled *while* the long lasting `mocs_compilation.cpp` gets compiled.

Closes #18793
2019-01-18 13:47:23 +01:00
..
2019-01-18 00:01:05 -05:00
2018-11-19 23:35:09 +01:00
2018-11-19 23:35:09 +01:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 06:40:10 -05:00
2019-01-16 09:52:45 -05:00
2018-11-19 23:35:09 +01:00
2019-01-18 06:58:35 -05:00
2019-01-18 06:58:35 -05:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00