summaryrefslogtreecommitdiff
path: root/include/libcamera/meson.build
AgeCommit message (Expand)Author
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-25libcamera/base: Move span to base libraryKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move class helpers to the base libraryKieran Bingham
2021-06-25libcamera/base: Introduce new base libraryKieran Bingham
2021-05-11libcamera: Use get_option('includedir') instead of raw 'include'Umang Jain
2021-05-11meson: Replace obselete join_paths() with '/' operatorUmang Jain
2021-02-12libcamera: Move extensible to classKieran Bingham
2021-02-11libcamera: Drop unneeded depend_files from meson custom targetsLaurent Pinchart
2021-02-04libcamera: Add macro to conditionally use [[nodiscard]]Laurent Pinchart
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-08libcamera: Add a base class to implement the d-pointer design patternLaurent Pinchart
2020-09-29libcamera: Add Transform enum to represent 2D plane transforms.David Plowman
2020-09-24libcamera: Move Header generation utilities to utilsKieran Bingham
2020-06-18libcamera: Define constants for pixel formats in the public APILaurent Pinchart
2020-06-06libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}Laurent Pinchart
2020-05-18meson: Rename variables storing headers listsLaurent Pinchart
2020-05-16libcamera: Move IPA headers from include/ipa/ to include/libcamera/ipa/Laurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-05-13licenses: License all meson files under CC0-1.0Laurent Pinchart
2020-03-08include: libcamera: meson: Add libcamera.h to the libcamera_api arrayLaurent Pinchart
2020-03-08include: libcamera: meson: Add control headers to the libcamera_api arrayKieran Bingham
2020-03-06libcamera: Add a C++20-compliant std::span<> implementationJacopo Mondi
2020-02-14libcamera: properties: Add location propertyJacopo Mondi
2020-01-12libcamera: allocator: Add FrameBufferAllocator to help applications allocate ...Niklas Söderlund
2020-01-12libcamera: Add FileDescriptor to help pass numerical fds aroundNiklas Söderlund
2019-10-28libcamera: Define a PixelFormat type for application-facing formatsJacopo Mondi
2019-10-26include: libcamera: Install control_ids.hJacopo Mondi
2019-10-05libcamera: controls: Auto-generate control_ids.h and control_ids.cppLaurent Pinchart
2019-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart
2019-07-12libcamera: logging: add logging API for applicationsPaul Elder
2019-07-09libcamera: Rework automatic version generation to avoid rebuildsLaurent Pinchart
2019-07-04libcamera: Auto generate version informationKieran Bingham
2019-07-02libcamera: controls: Introduce control-related data typesKieran Bingham
2019-07-01libcamera: Use 'files()' function to specify gen-header.shKieran Bingham
2019-06-05libcamera: ipa_interface: add headerPaul Elder
2019-05-23libcamera: Auto-generate libcamera.hLaurent Pinchart
2019-05-21libcamera: ipa_module: add IPA shared library modulePaul Elder
2019-04-05libcamera: Make geometry.h a public headerNiklas Söderlund
2019-02-13libcamera: signal: Disconnect signal automatically on slot deletionLaurent Pinchart
2019-02-06libcamera: Provide a Request objectJacopo Mondi
2019-02-06libcamera: Add Buffer ManagementKieran Bingham
2019-02-01libcamera: stream: add initial Stream classNiklas Söderlund
2019-01-08libcamera: Add event notification infrastructureLaurent Pinchart
2019-01-08libcamera: Add signal/slot communication mechanismLaurent Pinchart
2018-12-31libcamera: camera_manager: add CameraManager classNiklas Söderlund
2018-12-31libcamera: Add Camera classNiklas Söderlund
2018-12-11build: Clean up file names variablesLaurent Pinchart
2018-11-28meson: Replace tabs for spacesKieran Bingham