libcamera/utils/ipc/generators
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
..
libcamera_templates libcamera: signal: Replace object.h inclusion with forward declatation 2024-01-25 02:38:59 +02:00
__init__.py utils: ipc: Add __init__.py for local module utils/ipc/generators 2022-01-27 06:09:05 +02:00
meson.build meson: ipa, proxy: Generate headers and proxy with mojo 2021-02-16 19:21:39 +09:00
mojom_libcamera_generator.py utils: ipc: mojom_libcamera_generator.py: Fix Python warning 2024-01-09 15:39:04 +00:00