libcamera/utils/ipc/generators/libcamera_templates
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
..
core_ipa_interface.h.tmpl utils: ipc: Allow the skipHeader attribute on enums 2022-10-18 18:52:52 +09:00
core_ipa_serializer.h.tmpl utils: Convert to pragma once 2021-11-24 12:19:03 +00:00
definition_functions.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00
meson.build utils: ipc: add templates for code generation for IPC mechanism 2021-02-16 19:21:00 +09:00
module_ipa_interface.h.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00
module_ipa_proxy.cpp.tmpl libcamera: base: Rename FileDescriptor to SharedFD 2021-12-04 23:05:05 +02:00
module_ipa_proxy.h.tmpl libcamera: signal: Replace object.h inclusion with forward declatation 2024-01-25 02:38:59 +02:00
module_ipa_proxy_worker.cpp.tmpl libcamera: ipc_unixsocket: Use UniqueFD for a file descriptor 2021-12-04 23:05:03 +02:00
module_ipa_serializer.h.tmpl utils: Convert to pragma once 2021-11-24 12:19:03 +00:00
proxy_functions.tmpl utils: ipc: Fix deserialization of multiple fd parameters 2024-01-09 15:39:04 +00:00
serializer.tmpl utils: ipc: Add support for Flags 2022-10-18 18:51:33 +09:00