summaryrefslogtreecommitdiff
path: root/include/libcamera/object.h
AgeCommit message (Expand)Author
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-07-31libcamera: object: Add deleteLater() supportUmang Jain
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: Propagate method return valueLaurent Pinchart
2020-01-07libcamera: bound_method: Support bindings to non-void methodsLaurent Pinchart
2020-01-07libcamera: object: Use activate() in invokeMethod()Laurent Pinchart
2020-01-03libcamera: object: Support reference arguments in invokeMethod()Laurent Pinchart
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-10-29libcamera: object: Add connection type parameter to invokeMethod()Jacopo Mondi
2019-10-29libcamera: object: Use bound method activePack() for invokeMethod()Laurent Pinchart
2019-08-17libcamera: object: Create parent-child relationshipsLaurent Pinchart
2019-08-17libcamera: object: Notify objects of thread moveLaurent Pinchart
2019-08-17libcamera: object: Add an asynchronous method invocation methodLaurent Pinchart
2019-08-17libcamera: signal: Split Slot implementation to reusable classesLaurent Pinchart
2019-08-17libcamera: object: Make message() method protectedLaurent Pinchart
2019-07-11libcamera: signal: Fix Object handling in multiple inheritance casesLaurent Pinchart
2019-07-11libcamera: thread: Add a messaging passing APILaurent Pinchart
2019-02-13libcamera: signal: Disconnect signal automatically on slot deletionLaurent Pinchart