1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

4209 commits

Author SHA1 Message Date
713e875f63 Merge branch 'node-zeromq-bind' into 'master'
Rework of zeromq node

See merge request acs/public/villas/node!58
2019-10-29 20:30:39 +01:00
4ce10cbdf5 protobuf: fix invalid sample flags 2019-10-29 20:19:19 +01:00
040c8e69bb stats: allow stats hook to be used with villas-hook in which case there is no node object 2019-10-29 20:19:01 +01:00
1bc639644e zeromq: allow both sides of the socket to bind 2019-10-29 20:18:30 +01:00
243a6c112c tools: do not use develop tag by default 2019-10-29 17:59:31 +01:00
b68762adfd tests: do not fail if executed as non-root 2019-10-29 17:59:07 +01:00
4b8215baca fix code-style 2019-10-29 17:58:36 +01:00
7bc6137ef7 pipe: fix copy & paste error 2019-10-29 17:58:11 +01:00
d2af9fedbb Merge branch 'fix-memory-init-for-zero-hugepages' into 'master'
memory: init page size for mmap even if number of hugepages is equal to 0

See merge request acs/public/villas/node!57
2019-10-29 10:03:54 +01:00
4a35f84bc9 fix code-style 2019-10-29 09:23:36 +01:00
1370ad7f7b mmap: remove debugging output 2019-10-29 09:21:27 +01:00
d919a76dd7 mmap: fix name of hugepage allocator 2019-10-29 09:21:13 +01:00
9aab0118cd fix code-style 2019-10-29 09:20:57 +01:00
Sonja Happ
f2f4ca8efd memory: init page size for mmap even if number of hugepages is equal to 0 2019-10-28 15:10:31 +01:00
b11301351e Merge branch 'new-docker-registry' into 'master'
New docker registry and other CI fixes

See merge request acs/public/villas/node!56
2019-10-26 17:25:18 +02:00
b7d37c9405 ci: fix missing docker tags 2019-10-26 17:08:10 +02:00
fa0d224b69 ci: upload docker images only in deploy stage 2019-10-26 16:54:27 +02:00
7f97b5f138 docker: do nit install libwebsockets test apps 2019-10-26 16:39:54 +02:00
1a4c018317 ci: split docker deploy job 2019-10-26 16:39:28 +02:00
b54028fba7 docker: enable builds for Centos 2019-10-26 16:23:43 +02:00
118b47c34a docker: use RWTH GitLab registry for images 2019-10-26 14:54:11 +02:00
c200ecc326 Merge branch 'mqtt-fix-thread' into 'master'
use warnings instead of errors in async mqtt thread

See merge request acs/public/villas/VILLASnode!54
2019-10-26 14:27:15 +02:00
2d6eb5e5be ci: deploy docker images to RWTH GitLab registry 2019-10-26 14:17:28 +02:00
a56d875bf0 Merge branch 'disable-hugepages' into 'master'
Disable hugepages

See merge request acs/public/villas/VILLASnode!55
2019-10-26 14:15:06 +02:00
f7591ea333 ci: deploy docker images to RWTH GitLab registry 2019-10-26 14:01:50 +02:00
88a82484d0 whitespace changes 2019-10-26 13:36:10 +02:00
321f1af3c9 memory: do not initialize twice 2019-10-26 13:35:56 +02:00
c406a153dc memory: add new mmap allocator 2019-10-26 13:35:40 +02:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
4a21758081 memory: remove memory_type_lookup() 2019-10-26 13:29:08 +02:00
4350683174 memory: change argument order 2019-10-26 13:07:02 +02:00
Sonja Happ
0d113ab715 mqtt: mosquitto loop returns immediately 2019-10-23 15:21:51 +02:00
Sonja Happ
e6cc58e4c0 use warnings instead of errors in async mqtt thread 2019-10-23 12:02:49 +02:00
fce14a244f Merge branch 'add-ws-relay-config' into 'master'
Add new example config to demonstrate use of VILLASweb

See merge request acs/public/villas/VILLASnode!53
2019-10-20 03:05:52 +02:00
a86a7e1a18 add new example config to demonstrate use of VILLASweb 2019-10-20 02:55:37 +02:00
8fc824da9a Merge branch 'fix-cxx-version' into 'master'
Use same C++ version in VILLASnode and VILLAScommon repos

See merge request acs/public/villas/VILLASnode!52
2019-10-20 02:29:18 +02:00
19d1274e51 use same C++ version in VILLASnode and VILLAScommon repos 2019-10-20 01:58:39 +02:00
0767a01408 Merge branch 'ci-fixes-raspbian' into 'master'
Compatibility and CI fixes for Raspbian builds

See merge request acs/public/villas/VILLASnode!51
2019-10-18 10:44:47 +02:00
679567fa6f comedi: fix a few format strings for portability 2019-10-18 10:34:14 +02:00
b74bf5b7ee Merge branch 'mqtt_unthreaded' into 'master'
Unthreaded MQTT

Closes #248

See merge request acs/public/villas/VILLASnode!49
2019-10-18 10:32:45 +02:00
5cb693bb31 docker: fix caching issue 2019-10-17 21:39:28 +02:00
a2c45a2ca6 ci: reenable manual raspbian builds 2019-10-17 21:37:24 +02:00
1422cde661 cmake: include raspbian Dockerfiles into CMakeLists.txt 2019-10-17 21:33:31 +02:00
ee70a74920 docker: build spdlog and fmtlib from scratch for raspbian build 2019-10-17 21:33:31 +02:00
2480030717 Merge branch 'ci-fixes' into 'master'
CI fixes

See merge request acs/public/villas/VILLASnode!50
2019-10-17 21:29:17 +02:00
e3dc864164 ci: build armv6 target only on master branch 2019-10-17 21:19:42 +02:00
a639bd775d ci: do not build base template 2019-10-17 21:09:14 +02:00
Sonja Happ
fdd2a3b266 only build unit tests of common if project is toplevel project 2019-10-17 10:42:53 +02:00
Sonja Happ
ed10e3d47f comment init of node's "stats" shared pointer with nullptr since this causes node_init to crash arbitrarily 2019-10-17 10:41:50 +02:00
Sonja Happ
51527d3403 merge remote version, accept all changes of remote version 2019-10-16 13:32:35 +02:00