summaryrefslogtreecommitdiff
path: root/src/libcamera/object.cpp
AgeCommit message (Expand)Author
2021-05-24libcamera: thread: Document race condition at stop timeLaurent Pinchart
2020-08-24libcamera: object: Fix deleteLater() sample codeUmang Jain
2020-07-31libcamera: object: Add deleteLater() supportUmang Jain
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-02-13libcamera: Document thread-safety attributes of core classesLaurent Pinchart
2020-01-22libcamera: signal: Make slots list privateLaurent Pinchart
2020-01-07libcamera: bound_method: Propagate method return valueLaurent Pinchart
2019-12-09libcamera: object: Document danger of deleting object from other threadLaurent 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-10-29libcamera: bound_method: Support connection typesLaurent 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-07-11libcamera: signal: Support cross-thread signalsLaurent Pinchart
2019-07-11libcamera: thread: Add a messaging passing APILaurent Pinchart
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-02-13libcamera: signal: Disconnect signal automatically on slot deletionLaurent Pinchart