summaryrefslogtreecommitdiff
path: root/include/libcamera/bound_method.h
AgeCommit message (Expand)Author
2021-04-17libcamera: bound_method: Please the gcc undefined behaviour sanitizerLaurent Pinchart
2021-04-12libcamera: bound_method: Fix type of pack for void methodsLaurent 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: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-02-18libcamera: Use C++14 std::*_t type traitsLaurent Pinchart
2020-01-22libcamera: bound_method: Use std::index_sequenceLaurent Pinchart
2020-01-07libcamera: bound_method: Rename Bound*Method to BoundMethod*Laurent Pinchart
2020-01-07libcamera: bound_method: Propagate method return valueLaurent Pinchart
2020-01-07libcamera: bound_method: Manage BoundMethodPack through std::shared_ptrLaurent Pinchart
2020-01-07libcamera: bound_method: Support bindings to non-void methodsLaurent Pinchart
2020-01-07libcamera: bound_method: Store method arguments in a classLaurent Pinchart
2020-01-07libcamera: bound_method: Move sequence and generator to BoundMethodBaseLaurent Pinchart
2020-01-07libcamera: bound_method: Drop unused BoundMethodBase::connectionType()Laurent Pinchart
2020-01-07libcamera: bound_method: Mark overriden methods with overrideLaurent Pinchart
2020-01-07libcamera: object: Use activate() in invokeMethod()Laurent Pinchart
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-10-29libcamera: object: Use bound method activePack() for invokeMethod()Laurent Pinchart
2019-10-29libcamera: bound_method: Store connection type in BoundMethodBaseLaurent Pinchart
2019-10-29libcamera: bound_method: Define connection type for method invocationJacopo Mondi
2019-10-27libcamera: bound_method: Fix compiler warning due to unused argumentsLaurent Pinchart
2019-08-17libcamera: bound_method: Decouple from Signal implementationLaurent Pinchart
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart