kwin/tests
Laurent Montel b823747c3b Add explicit moc includes to sources for moc-covered headers
* speeds up incremental builds as changes to a header will not always
  need the full mocs_compilation.cpp for all the target's headers rebuild,
  while having a moc file sourced into a source file only adds minor
  extra costs, due to small own code and the used headers usually
  already covered by the source file, being for the same class/struct
* seems to not slow down clean builds, due to empty mocs_compilation.cpp
  resulting in those quickly processed, while the minor extra cost of the
  sourced moc files does not outweigh that in summary.
  Measured times actually improved by some percent points.
  (ideally CMake would just skip empty mocs_compilation.cpp & its object
  file one day)
* enables compiler to see all methods of a class in same compilation unit
  to do some sanity checks
* potentially more inlining in general, due to more in the compilation unit
* allows to keep using more forward declarations in the header, as with the
  moc code being sourced into the cpp file there definitions can be ensured
  and often are already for the needs of the normal class methods
2023-07-15 08:40:49 +00:00
..
CMakeLists.txt Drop XCB_ICCCM_FOUND checks 2023-05-03 11:40:01 +00:00
cursorhotspottest.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
inputmethodstest.qml Port to versionless QML module imports 2023-03-12 14:18:34 +00:00
lockscreenoverlaytest.cpp Make it possible to raise windows on top of the lockscreen 2022-09-02 10:48:49 +00:00
lockscreenoverlaytest.desktop Make it possible to raise windows on top of the lockscreen 2022-09-02 10:48:49 +00:00
normalhintsbasesizetest.cpp Run clang-format 2022-03-25 13:25:15 +02:00
pointerconstraintstest.cpp Add explicit moc includes to sources for moc-covered headers 2023-07-15 08:40:49 +00:00
pointerconstraintstest.h build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
pointerconstraintstest.qml Port to versionless QML module imports 2023-03-12 14:18:34 +00:00
pointergesturestest.cpp build: Add -Wno-unused-parameter compiler option 2022-10-31 15:50:37 +00:00
pointergesturestest.qml Port to versionless QML module imports 2023-03-12 14:18:34 +00:00
screenedgeshowtest.cpp Remove Qt 5 specific code 2023-02-28 18:30:26 +02:00
unmapdestroytest.qml Port to versionless QML module imports 2023-03-12 14:18:34 +00:00
x11shadowreader.cpp Remove Qt 5 specific code 2023-02-28 18:30:26 +02:00
xdgactivationtest-qt6.cpp Provide an xdgactivationtest 2022-04-27 23:14:29 +00:00