This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cereal
updated
20 files
+1 −1 | .github/workflows/tests.yml | |
+5 −7 | .pre-commit-config.yaml | |
+1 −1 | README.md | |
+1 −1 | SConscript | |
+3 −5 | SConstruct | |
+6 −10 | car.capnp | |
+12 −16 | messaging/__init__.py | |
+1 −1 | messaging/impl_fake.h | |
+1 −1 | messaging/impl_msgq.h | |
+2 −8 | messaging/impl_zmq.cc | |
+1 −2 | messaging/impl_zmq.h | |
+4 −4 | messaging/messaging.h | |
+2 −2 | messaging/socketmaster.cc | |
+3 −3 | messaging/tests/test_messaging.py | |
+4 −4 | messaging/tests/test_services.py | |
+1 −1 | visionipc/tests/test_visionipc.py | |
+9 −4 | visionipc/visionipc_client.cc | |
+5 −0 | visionipc/visionipc_client.h | |
+9 −11 | visionipc/visionipc_server.cc | |
+1 −1 | visionipc/visionipc_server.h |