libcamera/src
Laurent Pinchart 667f53b522 libcamera: signal: Make slots list private
The slots list is touched from most of the Signal template functions. In
order to prepare for thread-safety, move handling of the list to a small
number of non-template functions in the SignalBase class.

This incidently fixes a bug in signal disconnection handling where the
signal wasn't removed from the object's signals list, as pointed out by
the signals unit test.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-01-22 17:26:42 +02:00
..
android libcamera: Switch from utils::make_unique to std::make_unique 2020-01-14 19:06:40 +02:00
cam libcamera: camera: Remove the prepared state 2020-01-12 16:10:38 +01:00
ipa libcamera: Switch from utils::make_unique to std::make_unique 2020-01-14 19:06:40 +02:00
libcamera libcamera: signal: Make slots list private 2020-01-22 17:26:42 +02:00
qcam qcam: Support scaling of the viewfinder 2020-01-20 18:35:12 +02:00
v4l2 v4l2: Extend device caps with V4L2_CAP_STREAMING 2020-01-20 12:21:58 +02:00
meson.build v4l2: v4l2_compat: Add V4L2 compatibility layer 2020-01-03 19:53:20 -05:00