summaryrefslogtreecommitdiff
path: root/src/libcamera/meson.build
AgeCommit message (Expand)Author
2020-03-08libcamera: meson: Make libatomic and libdl dependencies reusableLaurent Pinchart
2020-03-08include: libcamera: meson: Add libcamera.h to the libcamera_api arrayLaurent Pinchart
2020-02-24libcamera: ipa_manager: Search for IPA libraries in build treeKieran Bingham
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-11-20ipa: Switch to the plain C APIJacopo Mondi
2019-11-20libcamera: Add controls serializerLaurent Pinchart
2019-11-20libcamera: Add ByteStreamBufferJacopo Mondi
2019-11-20ipa: Define serialized controlsJacopo Mondi
2019-10-28libcamera: Add Semaphore classLaurent Pinchart
2019-10-28libcamera: Define a PixelFormat type for application-facing formatsJacopo Mondi
2019-10-05libcamera: Add ControlValidator implementation for CameraLaurent Pinchart
2019-10-05libcamera: Add ControlValidatorLaurent Pinchart
2019-10-05libcamera: controls: Auto-generate control_ids.h and control_ids.cppLaurent Pinchart
2019-10-04libcamera: controls: Improve the API towards applicationsLaurent Pinchart
2019-09-15libcamera: Move list of private headers to src/libcamera/include/meson.buildLaurent Pinchart
2019-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-09-09src/libcamera/meson.build: link with atomic when neededFabrice Fontaine
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart
2019-08-12android: hal: Add Camera3 HALJacopo Mondi
2019-07-12libcamera: proxy: add default linux IPA proxyPaul Elder
2019-07-12libcamera: add IPA proxyPaul Elder
2019-07-12libcamera: Add Process and ProcessManager classesPaul Elder
2019-07-11libcamera: thread: Add a messaging passing APILaurent Pinchart
2019-07-11libcamera: Add thread supportLaurent Pinchart
2019-07-11libcamera: skip auto version generation when building for Chromium OSPaul 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-02libcamera: ipc: unix: Add a IPC mechanism based on Unix socketsNiklas Söderlund
2019-06-25libcamera: Add V4L2ControlsJacopo Mondi
2019-06-19libcamera: Introduce V4L2Device base classJacopo Mondi
2019-06-19libcamera: Rename V4L2Device to V4L2VideoDeviceJacopo Mondi
2019-06-08libcamera: Use dependency instead of link_args to link against libdlLaurent Pinchart
2019-06-05libcamera: ipa_manager: implement class for managing IPA modulesPaul Elder
2019-06-05libcamera: ipa_module: allow instantiation of IPAInterfacePaul Elder
2019-06-05libcamera: ipa_interface: add headerPaul Elder
2019-05-23libcamera: Auto-generate libcamera.hLaurent Pinchart
2019-05-23meson: Create and use a dependency for libcamera and its headersLaurent Pinchart
2019-05-23meson: Fix coding style in meson.build filesLaurent Pinchart
2019-05-21libcamera: ipa_module: add IPA shared library modulePaul Elder
2019-05-03libcamera: device_enumerator: add DeviceEnumeratorSysfs classPaul Elder
2019-04-27libcamera: Make libudev optionalLaurent Pinchart
2019-04-18libcamera: camera_sensor: Add a new class to model a camera sensorLaurent Pinchart
2019-04-09libcamera: Add missing header files to meson.buildNiklas Söderlund
2019-04-03libcamera: utils: Use internal basename implementation.Kieran Bingham
2019-04-02libcamera: formats: Define FormatEnum typeJacopo Mondi
2019-02-13libcamera: signal: Disconnect signal automatically on slot deletionLaurent Pinchart
2019-02-06libcamera: Provide a Request objectJacopo Mondi