cereal/messaging
Willem Melching 52c6db8719
Run scons in CI (#14)
* try to run scons in azure pipelines

* sudo

* install capnp

* does this run

* also clean test runner

* remove makefiles

* this should build
2019-11-20 16:32:42 -08:00
..
catch2 add msgq tests 2019-11-19 14:16:31 -08:00
.gitignore Run scons in CI (#14) 2019-11-20 16:32:42 -08:00
__init__.py scons builds the python lib now 2019-11-20 17:44:47 +00:00
bridge.cc bridge builds with services.h 2019-11-20 16:33:24 +00:00
demo.cc import messaging and services 2019-11-01 09:31:59 -07:00
demo.py import messaging and services 2019-11-01 09:31:59 -07:00
impl_msgq.cc msgq: try again when no timeout on poll but also no message 2019-11-18 13:27:56 -08:00
impl_msgq.hpp msgq: dont clean up uninitialized sockerts 2019-11-15 15:42:55 -08:00
impl_zmq.cc now we shouldn't need that yaml crap everywhere 2019-11-20 16:47:01 +00:00
impl_zmq.hpp remote address support 2019-11-04 13:08:11 -08:00
messaging.cc Default to zmq 2019-11-18 19:48:11 -08:00
messaging.hpp add conflate support in SubSocket constructor 2019-11-14 00:00:50 +00:00
messaging.pxd remote address support 2019-11-04 13:08:11 -08:00
messaging_pyx.pyx add debug print statement on SIGINT 2019-11-08 15:57:19 -08:00
messaging_pyx_setup.py Run scons in CI (#14) 2019-11-20 16:32:42 -08:00
msgq.cc msgq: dont block when fifo does not exists 2019-11-19 12:52:08 -08:00
msgq.hpp MSGQ stability improvements when opening and closing lots of queues 2019-11-15 14:37:58 -08:00
msgq.md add msgq readme 2019-11-12 13:17:47 -08:00
msgq_tests.cc add msgq tests 2019-11-19 14:16:31 -08:00
stress.py msgq: make sure read_fifos is initalized so we dont close random fds 2019-11-15 16:04:27 -08:00
test_runner.cc add msgq tests 2019-11-19 14:16:31 -08:00