libcamera/utils/ipc
Laurent Pinchart d5c9b726bd libcamera: signal: Replace object.h inclusion with forward declatation
The signal.h header doesn't need to include object.h. Replace it with a
forward declaration, and instead include object.h in source files that
require it. It can speed up compilation a little bit, but more
importantly avoids unintended dependencies from the Signal class to the
Object class to be added later as the compiler will catch them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
2024-01-25 02:38:59 +02:00
..
generators libcamera: signal: Replace object.h inclusion with forward declatation 2024-01-25 02:38:59 +02:00
mojo utils: ipc: Update mojo 2024-01-09 15:39:05 +00:00
tools utils: ipc: Update mojo 2024-01-09 15:39:05 +00:00
extract-docs.py utils: ipc: extract-docs: Fix escape characters in regex 2024-01-23 02:21:30 +02:00
generate.py utils: ipc: generate.py: Disable attributes checker 2024-01-09 15:39:05 +00:00
meson.build utils: ipc: Add script to extract doxygen docs from mojom files 2021-05-27 17:07:04 +09:00
parser.py utils: ipc: Update parser.py 2023-04-05 08:24:11 +03:00