index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ipc
Age
Commit message (
Expand
)
Author
2023-12-07
test: ipc: unixsocket: Increase process exit timeout
Laurent Pinchart
2022-10-07
test: meson: Use dictionaries instead of arrays to store test information
Laurent Pinchart
2022-10-07
test: Rename 't' to 'test' in meson.build
Laurent Pinchart
2022-03-25
libcamera: base: timer: Drop start() overload with int argument
Laurent Pinchart
2021-12-04
libcamera: ipc_unixsocket: Use UniqueFD for a file descriptor
Hirokazu Honda
2021-12-01
test: Replace "/proc/self/exe" with path to test binary
Laurent Pinchart
2021-12-01
test: Store path to the test executable in Test class
Laurent Pinchart
2021-09-02
libcamera: Drop emitter object pointer from signal arguments
Laurent Pinchart
2021-09-02
libcamera: Don't use emitter object pointer argument to slot
Laurent Pinchart
2021-06-25
libcamera/base: Validate internal headers as private
Kieran Bingham
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-06-25
libcamera/base: Move utils to the base library
Kieran Bingham
2021-03-02
tests: Add test for IPCPipeUnixSocket
Paul Elder
2021-02-11
meson: Fix coding style when declaring arrays
Laurent Pinchart
2020-12-14
libcamera: Replace ARRAY_SIZE() with std::size()
Laurent Pinchart
2020-11-15
libcamera: Move EventDispatcher to internal API
Laurent Pinchart
2020-08-13
test: ipc: unixsocket: Close open fds on error paths
Umang Jain
2020-05-16
libcamera: Move internal headers to include/libcamera/internal/
Laurent Pinchart
2020-05-13
licenses: License all meson files under CC0-1.0
Laurent Pinchart
2019-08-19
test: Get event dispatcher from current thread
Laurent Pinchart
2019-08-19
test: unixsocket: Fix typo in error message
Laurent Pinchart
2019-07-04
test: Allow self-contained tests to run in parallel
Niklas Söderlund
2019-07-02
test: ipc: unix: Add test for IPCUnixSocket
Niklas Söderlund