libcamera/include/libcamera
Laurent Pinchart 00804512c6 include: libcamera: Improve automation of libcamera.h generation
The gen-header.sh script that generates libcamera.h takes all .h files
in the include/libcamera/ directory, and manually adds the generated
control_ids.h and version.h. This is fragile, as shown by the failure to
add property_ids.h to the list in commit f870591a9b ("libcamera:
properties: Add location property").

To avoid future omissions, take all the .h.in files into account to
generate libcamera.h. This also fixes the missing property_ids.h.

Fixes: f870591a9b ("libcamera: properties: Add location property")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-03-08 19:33:59 +02:00
..
bound_method.h libcamera: Use C++14 std::*_t type traits 2020-02-18 02:15:25 +02:00
buffer.h libcamera: Remove dead code after switch to FrameBuffer 2020-01-12 16:10:38 +01:00
camera.h libcamera: camera: Add Camera properties 2020-02-14 16:27:42 +01:00
camera_manager.h libcamera: camera_manager: Return a copy of the vector from cameras() 2020-01-23 22:36:30 +02:00
control_ids.h.in libcamera: control_ids: Generate map of all supported controls 2019-10-13 20:37:24 +03:00
controls.h libcamera: controls: Add support for byte controls 2020-03-06 18:10:37 +02:00
event_dispatcher.h libcamera: event_dispatcher: Add interrupt() function 2019-01-23 18:51:56 +02:00
event_notifier.h libcamera: Add parent argument to constructors of Object-derived classes 2019-08-17 18:47:17 +03:00
file_descriptor.h libcamera: Add FileDescriptor to help pass numerical fds around 2020-01-12 16:10:37 +01:00
framebuffer_allocator.h libcamera: allocator: Add FrameBufferAllocator to help applications allocate buffers 2020-01-12 16:10:37 +01:00
gen-header.sh include: libcamera: Improve automation of libcamera.h generation 2020-03-08 19:33:59 +02:00
geometry.h libcamera: geometry: SizeRange: Add contains() 2019-06-19 02:23:01 +02:00
logging.h libcamera: logging: add syslog, stream, and nowhere logging targets 2019-07-17 14:36:35 +09:00
meson.build libcamera: Add a C++20-compliant std::span<> implementation 2020-03-06 18:08:37 +02:00
object.h libcamera: Use C++14 std::*_t type traits 2020-02-18 02:15:25 +02:00
pixelformats.h libcamera: Define a PixelFormat type for application-facing formats 2019-10-28 13:07:50 +02:00
property_ids.h.in libcamera: properties: Add location property 2020-02-14 16:27:42 +01:00
request.h libcamera: Switch to FrameBuffer interface 2020-01-12 16:10:38 +01:00
signal.h libcamera: Use C++14 std::*_t type traits 2020-02-18 02:15:25 +02:00
span.h libcamera: Add a C++20-compliant std::span<> implementation 2020-03-06 18:08:37 +02:00
stream.h libcamera: Remove dead code after switch to FrameBuffer 2020-01-12 16:10:38 +01:00
timer.h libcamera: Standardise on C compatibility headers 2019-10-23 17:39:39 +03:00
version.h.in libcamera: Rework automatic version generation to avoid rebuilds 2019-07-09 12:34:10 +03:00