summaryrefslogtreecommitdiff
path: root/include/libcamera/signal.h
AgeCommit message (Expand)Author
2021-04-17libcamera: signal: Fix return value template type of BoundMethodMemberLaurent Pinchart
2021-01-31Revert "libcamera: Use helper variable template for type traits"Jean-Michel Hautbois
2020-10-28libcamera: Use helper variable template for type traitsLaurent Pinchart
2020-10-23libcamera: Drop unneeded empty default constructors and destructorsLaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-02-18libcamera: Use C++14 std::*_t type traitsLaurent Pinchart
2020-01-22libcamera: signal: Make slots list privateLaurent Pinchart
2020-01-07libcamera: bound_method: Rename Bound*Method to BoundMethod*Laurent Pinchart
2020-01-07libcamera: bound_method: Support bindings to non-void methodsLaurent Pinchart
2019-10-29libcamera: signal: Specify connection type for signalsLaurent Pinchart
2019-08-17libcamera: bound_method: Decouple from Signal implementationLaurent Pinchart
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart
2019-07-11libcamera: signal: Fix compilation on gccLaurent Pinchart
2019-07-11libcamera: signal: Fix Object handling in multiple inheritance casesLaurent Pinchart
2019-07-11libcamera: signal: Support cross-thread signalsLaurent Pinchart
2019-02-13libcamera: signal: Disconnect signal automatically on slot deletionLaurent Pinchart
2019-02-13libcamera: signal: Fix coding style issuesLaurent Pinchart
2019-01-27libcamera: signal: Don't use reinterpret_cast<>() to perform downcastsLaurent Pinchart
2019-01-08libcamera: Add signal/slot communication mechanismLaurent Pinchart