index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libcamera
/
object.h
Age
Commit message (
Expand
)
Author
2020-07-31
libcamera: object: Add deleteLater() support
Umang Jain
2020-02-18
libcamera: Use C++14 std::*_t type traits
Laurent Pinchart
2020-01-22
libcamera: signal: Make slots list private
Laurent Pinchart
2020-01-07
libcamera: bound_method: Rename Bound*Method to BoundMethod*
Laurent Pinchart
2020-01-07
libcamera: bound_method: Propagate method return value
Laurent Pinchart
2020-01-07
libcamera: bound_method: Support bindings to non-void methods
Laurent Pinchart
2020-01-07
libcamera: object: Use activate() in invokeMethod()
Laurent Pinchart
2020-01-03
libcamera: object: Support reference arguments in invokeMethod()
Laurent Pinchart
2019-11-08
libcamera: Remove unneeded semicolons
Laurent Pinchart
2019-10-29
libcamera: object: Add connection type parameter to invokeMethod()
Jacopo Mondi
2019-10-29
libcamera: object: Use bound method activePack() for invokeMethod()
Laurent Pinchart
2019-08-17
libcamera: object: Create parent-child relationships
Laurent Pinchart
2019-08-17
libcamera: object: Notify objects of thread move
Laurent Pinchart
2019-08-17
libcamera: object: Add an asynchronous method invocation method
Laurent Pinchart
2019-08-17
libcamera: signal: Split Slot implementation to reusable classes
Laurent Pinchart
2019-08-17
libcamera: object: Make message() method protected
Laurent Pinchart
2019-07-11
libcamera: signal: Fix Object handling in multiple inheritance cases
Laurent Pinchart
2019-07-11
libcamera: thread: Add a messaging passing API
Laurent Pinchart
2019-02-13
libcamera: signal: Disconnect signal automatically on slot deletion
Laurent Pinchart