summaryrefslogtreecommitdiff
path: root/src/libcamera/base
AgeCommit message (Expand)Author
2022-01-06libcamera: pkg-config: Do not hardcode versionKieran Bingham
2021-12-11libcamera: Print Timer identifierJacopo Mondi
2021-12-07libcamera: base: utils: Add abs_diff() utility functionLaurent Pinchart
2021-12-07libcamera: base: shared_fd: Don't dup() an invalid fdLaurent Pinchart
2021-12-04libcamera: base: shared_fd: Add comparison operatorsLaurent Pinchart
2021-12-04libcamera: base: shared_fd: Rename fd() to get()Laurent Pinchart
2021-12-04libcamera: base: Rename FileDescriptor to SharedFDLaurent Pinchart
2021-12-04libcamera: file: Manage fd by UniqueFDHirokazu Honda
2021-12-04libcamera: event_dispatcher_poll: Manage fd by UniqueFDHirokazu Honda
2021-12-03libcamera: base: file_descriptor: Return UniqueFD from dup()Laurent Pinchart
2021-12-03libcamera: base: file_descriptor: Add constructor from UniqueFDHirokazu Honda
2021-12-03libcamera: base: Introduce UniqueFDHirokazu Honda
2021-12-03libcamera: base: file_descriptor: Move inode() function to frame_buffer.cppLaurent Pinchart
2021-12-03libcamera: Move file_descriptor.h to base/Laurent Pinchart
2021-12-03libcamera: backtrace: Include cxxabi.h without HAVE_DWKhem Raj
2021-12-01libcamera: Correct include headers for Mutex classesHirokazu Honda
2021-12-01libcamera: base: Add mutex classes with thread safety annotationsHirokazu Honda
2021-12-01libcamera: base: Introduce ConditionVariableHirokazu Honda
2021-10-15libcamera: base: backtrace: Fallback to libunwind for symbolic namesLaurent Pinchart
2021-10-15libcamera: base: backtrace: Use libunwind when availableLaurent Pinchart
2021-10-15libcamera: base: backtrace: Use libdw to provide symbolic namesLaurent Pinchart
2021-10-15libcamera: base: Add Backtrace classLaurent Pinchart
2021-09-28meson: Set a SONAME version in the libcamera librariesJavier Martinez Canillas
2021-09-19libcamera: base: Add libatomic dependencyFabrice Fontaine
2021-09-02libcamera: Drop emitter object pointer from signal argumentsLaurent Pinchart
2021-09-02libcamera: base: signal: Support connecting signals to functorsLaurent Pinchart
2021-09-01libcamera: base: log: Don't crash when logging after Logger destructionLaurent Pinchart
2021-08-16libcamera: base: extensible: Pass private pointer as unique_ptr<>Laurent Pinchart
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-08-03libcamera: base: class: Link LIBCAMERA_O_PTR to Extensible documentationLaurent Pinchart
2021-08-03libcamera: base: class: Document Extensible::_d() functionsLaurent Pinchart
2021-08-03libcamera: file: Turn MapFlag and OpenModeFlag into enum classLaurent Pinchart
2021-08-03libcamera: file: Use Flags<> class for open flagsLaurent Pinchart
2021-08-03libcamera: file: Use Flags<> class for map flagsLaurent Pinchart
2021-08-03libcamera: flags: Add type-safe enum-based flagsLaurent Pinchart
2021-07-12libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() functionLaurent Pinchart
2021-07-11base: thread: Fix recursive calls to dispatchMessages()Laurent Pinchart
2021-07-11base: thread: Document the postMessage() function as thread-safeLaurent Pinchart
2021-06-25libcamera/base: Validate internal headers as privateKieran Bingham
2021-06-25libcamera/base: Move event_notifier to baseKieran Bingham
2021-06-25libcamera/base: Move File 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: Move utils to the base libraryKieran Bingham
2021-06-25libcamera/base: Introduce new base libraryKieran Bingham