libcamera/test
Laurent Pinchart 7a653369cb licenses: License all meson files under CC0-1.0
In an attempt to clarify the license terms of all files in the libcamera
project, the build system files deserve particular attention. While they
describe how the binaries are created, they are not themselves
transformed into any part of binary distributions of the software, and
thus don't influence the copyright on the binary packages. They are
however subject to copyright, and thus influence the distribution terms
of the source packages.

Most of the meson.build files would not meet the threshold of
originality criteria required for copyright protection. Some of the more
complex meson.build files may be eligible for copyright protection. To
avoid any ambiguity and uncertainty, state our intent to not assert
copyrights on the build system files by putting them in the public
domain with the CC0-1.0 license.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Naushir Patuck <naush@raspberrypi.com>
Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Acked-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Acked-by: Paul Elder <paul.elder@ideasonboard.com>
Acked-by: Show Liu <show.liu@linaro.org>
2020-05-13 16:46:24 +03:00
..
camera licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
controls licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
ipa licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
ipc licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
libtest licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
log licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
media_device licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
pipeline licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
process licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
serialization licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
stream licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
v4l2_subdevice licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
v4l2_videodevice licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
byte-stream-buffer.cpp test: Add ByteStreamBuffer test 2019-11-20 21:47:50 +02:00
camera-sensor.cpp test: camera_sensor: Test the model() function 2020-04-28 23:13:26 +03:00
event-dispatcher.cpp libcamera: Switch to the std::chrono API 2019-09-14 15:05:45 +03:00
event-thread.cpp test: event-thread: Fix compilation on Chromium OS 2019-08-19 19:06:37 +03:00
event.cpp test: Get event dispatcher from current thread 2019-08-19 19:06:37 +03:00
file-descriptor.cpp test: file-descriptor: Fix undefined O_TMPFILE compilation error 2020-03-08 19:35:23 +02:00
file.cpp test: Add File class tests 2020-04-14 02:03:18 +03:00
geometry.cpp test: geometry: Add tests for Size class comparison operators 2019-04-18 18:13:10 +03:00
list-cameras.cpp test: list-camera: Handle error on starting the CameraManager 2020-04-15 01:09:23 +03:00
meson.build licenses: License all meson files under CC0-1.0 2020-05-13 16:46:24 +03:00
message.cpp libcamera: Switch from utils::make_unique to std::make_unique 2020-01-14 19:06:40 +02:00
object-invoke.cpp libcamera: bound_method: Avoid deadlock with ConnectionTypeBlocking 2020-01-20 19:12:14 +02:00
object.cpp test: object: Extend object test to verify parent-child relationships 2019-08-17 18:47:17 +03:00
signal-threads.cpp test: Add test case for signal delivery across threads 2019-07-11 11:57:37 +03:00
signal.cpp test: signal: Add additional disconnection tests for Object 2020-01-22 17:26:20 +02:00
span.cpp test: Add Span test 2020-03-06 18:10:02 +02:00
threads.cpp test: thread: Test waiting on a thread that is not running 2020-02-14 15:06:42 +02:00
timer-thread.cpp test: timer-thread: Test starting a timer from another thread 2019-10-07 06:02:24 +03:00
timer.cpp test: timer: Test start() with absolute deadline 2019-10-07 06:20:16 +03:00
utils.cpp libcamera: utils: Add string join function 2020-04-15 01:07:24 +03:00