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

1719 commits

Author SHA1 Message Date
02e03a806e node: fix high cpu usage 2017-07-28 18:25:54 +02:00
cc02829def fixes for new build-system 2017-07-25 12:40:05 +02:00
4af0dd6584 fix for plugin mechanism on clang 2017-07-25 12:07:06 +02:00
7b61a71b93 fix: clang compiler warnings 2017-07-25 12:07:06 +02:00
e9ebbed9db improve Makefiles and make web, api and json support optional 2017-07-25 12:07:06 +02:00
b59a989278 cleanup trailing whitespaces 2017-07-25 12:07:06 +02:00
522ded3ea7 made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
2017-07-25 12:07:06 +02:00
f569f14602 fix: several compiler warnings / errors emitted by clang 2017-07-25 12:07:05 +02:00
3c4bca7cf8 refactor: "config_parse_cli"=> "config_read_cli" 2017-07-25 12:07:05 +02:00
6a48333f72 refactor: "node type"=> "node-type" 2017-07-25 12:07:05 +02:00
7e4051b8cb opal: map RecvID / SendID of Asnynchronous process to msg->id field in order to support multiple send / receive blocks 2017-07-22 14:07:43 +02:00
7482107000 opal: fix Makefile 2017-07-22 13:57:32 +02:00
0c8ef6f38d created directory for Marijas MATLAB scripts 2017-07-22 13:54:27 +02:00
02ee2cc54e remove garbage files from RTDS GTNET examples 2017-07-22 13:53:43 +02:00
08cab16c60 whitespace cleanups 2017-07-22 13:53:17 +02:00
28753933e0 Merge branch 'more-various-fixes' into develop 2017-07-22 13:01:50 +02:00
Georg Reinke
98fd3f4789 fix format security errors 2017-07-17 15:07:20 +02:00
Georg Reinke
2e57791b73 modify path for pkg-config
Thirdparty libwebsockets gets installed into /usr/local/lib64 by default
2017-07-17 15:00:28 +02:00
d77808368f tests: fix integration 2017-07-14 19:26:19 +02:00
77201b6813 tests: move integration test script 2017-07-14 16:30:49 +02:00
98eed183e3 loopback: we need an additional pool for now 2017-07-14 16:29:05 +02:00
eb471d68ee fix build error 2017-07-14 13:43:54 +02:00
a24b2255a2 web: do not use catch-all connection 2017-07-14 13:23:19 +02:00
07bd89de45 websocket: send dummy data in example configuration 2017-07-14 13:14:05 +02:00
4b274626e7 loopback: add new loopback node-type to have a more performant replacement for localhost socket-nodes 2017-07-14 13:12:48 +02:00
fb4bbbfb26 websocket: reuse buffer to construct payload and send bigger payload at once 2017-07-13 22:39:38 +02:00
3ad2506b61 path: support paths without a destination 2017-07-13 22:25:42 +02:00
37148f0bb0 path: properly handle reference counts for samples 2017-07-13 22:25:05 +02:00
daadd3f442 path: reduce log verbosity 2017-07-13 22:24:38 +02:00
8650e4278e hooks: allow to have special functions for parsing command line arguemnts 2017-07-13 22:15:29 +02:00
f7608fd653 tests: add another valgrind testcase 2017-07-13 22:14:15 +02:00
c78d71d39d signal: use proper timestamps 2017-07-13 22:13:58 +02:00
51d80b73ce refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
6369373149 villas-signal: use node_* interface 2017-07-13 01:56:01 +02:00
4b51c4dbba node_type: add new function for parsing node configuration from CLI 2017-07-13 01:55:06 +02:00
c1148b11e6 docker: remove dependencies from Dockerfile as they are automatically installed based on villas-node.spec 2017-07-12 12:20:11 +02:00
e927795388 smaller cleanups 2017-07-12 12:20:11 +02:00
794e4dee36 hooks: dont run periodic hooks for stopped paths 2017-07-12 12:20:11 +02:00
45ec574011 utils: die() has been superseeded by killme() 2017-07-12 12:20:11 +02:00
82bc32c206 stats_collect: fix regression 2017-07-12 12:20:11 +02:00
11b84deba1 hooks: produce less debug output 2017-07-12 12:20:08 +02:00
8f517a588a hooks: every look should maintain its own pointers to past samples 2017-07-12 12:19:49 +02:00
cc6f6a6132 log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
2af83114bf fix: symlink libnl's search path for tc netem distributions 2017-07-12 12:19:01 +02:00
dc4085047d utils: add strlen() variant which calculates length of string as printed on the screen 2017-07-12 12:19:01 +02:00
94ae566091 utils: renamed macros for color output 2017-07-12 12:18:43 +02:00
e17226995d hook: add debug messages 2017-07-09 19:35:15 +02:00
05f36e48e4 fix: problem with outdated version identifier after git pull 2017-07-09 18:45:44 +02:00
802f5d1c1e hooks: improve error handling 2017-07-09 14:38:58 +02:00
f1c51c6b95 stats: destructors should have an integer return type 2017-07-09 14:37:02 +02:00