0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/shared/properties-view
PatTheMav 5eb04cdf9d shared: Improve incremental compile times via explicit file includes
When a source file contains an explicit include with a filename
following the "moc_<actual-filename>.cpp" pattern, then CMake's
AUTOMOC generation tool will recognize the matching pair and generate
the replacement header file and add the required include directory
entries.

For all files which do contain Q_OBJECT or similar declarations but do
not have an explicit include directive, the global mocs_compilation.cpp
file will still be generated (which groups all "missing" generated
headers).

The larger this global file is, the more expensive incremental
compilation will be as this file (and all its contained generated
headers) will be re-generated regardless of whether actual changes
occurred.
2024-08-22 16:45:12 -04:00
..
CMakeLists.txt Update formatting of CMake files 2024-08-14 12:07:47 -04:00
double-slider.cpp shared: Improve incremental compile times via explicit file includes 2024-08-22 16:45:12 -04:00
double-slider.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
properties-view.cpp shared: Improve incremental compile times via explicit file includes 2024-08-22 16:45:12 -04:00
properties-view.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
properties-view.moc.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00
spinbox-ignorewheel.cpp shared: Improve incremental compile times via explicit file includes 2024-08-22 16:45:12 -04:00
spinbox-ignorewheel.hpp UI,shared: Move OBSPropertiesView to its own directory 2024-07-27 07:38:36 +02:00