summaryrefslogtreecommitdiff
path: root/src/libcamera/base
AgeCommit message (Expand)Author
2024-02-27libcamera: utils: Add to_underlying() helper functionLaurent Pinchart
2024-01-25libcamera: object: Add and use thread-bound assertionLaurent Pinchart
2024-01-25libcamera: object: Document and ensure Object deletion constraintsLaurent Pinchart
2024-01-25libcamera: thread: Ensure deferred deletion of all objects before stoppingLaurent Pinchart
2024-01-25libcamera: signal: Replace object.h inclusion with forward declatationLaurent Pinchart
2024-01-25libcamera: object: Fix thread-bound reference in documentationLaurent Pinchart
2024-01-22libcamera: base: signal: Update Qt documentation link to Qt 6Neal Gompa
2023-04-05libcamera: Open files with O_CLOEXECLaurent Pinchart
2023-03-21libcamera: base: Make the registration of log categories atomicNicolas Dufresne
2023-01-10libcamera: base: utils: Support C libraries lacking locale supportLaurent Pinchart
2023-01-10base: utils: Add and use strtod() helperLaurent Pinchart
2022-11-11libcamera: base: thread: Apply clang thread safety annotationHirokazu Honda
2022-11-11libcamera: base: semaphore: Apply clang thread safety annotationHirokazu Honda
2022-10-20libcamera: base: log: Fix LogCategory creation issuesTomi Valkeinen
2022-10-20libcamera: base: log: Fix use of freed nameTomi Valkeinen
2022-10-13meson: Shared Object version handlingKieran Bingham
2022-10-10libcamera: base: utils: Drop defoptLaurent Pinchart
2022-10-05test: threads: Fix link failure due to missing dependencyLaurent Pinchart
2022-08-16meson: Use dependency() instead of find_library() where possibleLaurent Pinchart
2022-07-28libcamera: base: utils: Provide defopt to simplify std::optional::value_or() ...Laurent Pinchart
2022-07-13libcamera: base: Suppress clang-11 compile error on ARM32Naushir Patuck
2022-06-06libcamera: base: log: Color the log prefixLaurent Pinchart
2022-06-06libcamera: base: log: Add coloring to the log outputLaurent Pinchart
2022-06-01libcamera: base: log: Log to std::cerr if log file can't be openedLaurent Pinchart
2022-06-01libcamera: base: log: Replace stderr with std::cerr in documentationLaurent Pinchart
2022-06-01libcamera: base: log: Remove unnecessary local variableLaurent Pinchart
2022-05-04libcamera: object: Silence gcc false positive error in release modeLaurent Pinchart
2022-04-07libcamera: base: utils: Add missing constructor for DurationLaurent Pinchart
2022-03-25libcamera: base: timer: Drop start() overload with int argumentLaurent Pinchart
2022-02-04libcamera: base: object: Prevent the same signal being connected more than onceKieran Bingham
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