|
b6234d27ae
|
cmake: check if libwebsockets is built with deflate extension
|
2020-12-07 21:22:15 +01:00 |
|
|
e08ebfaf2c
|
api: list supported node-types and IO formats in capabilities
|
2020-10-16 11:40:49 +02:00 |
|
|
7708980e2d
|
derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid
|
2020-10-16 11:08:40 +02:00 |
|
|
86773a83bb
|
relay: strip leading slash from session id
|
2020-09-30 16:07:07 +02:00 |
|
|
c7c513a5f6
|
ci: fix all remaining cppcheck warnings and errors
|
2020-09-11 15:15:36 +02:00 |
|
|
e895d1479c
|
fixed a bunch of errors found by cppcheck
|
2020-09-10 18:24:27 +02:00 |
|
|
baddec2228
|
fix a lot of small bugs
|
2020-09-10 17:41:30 +02:00 |
|
|
6411fc5ca7
|
warn about unused return values for *_{init,destroy}() functions
|
2020-09-10 17:41:29 +02:00 |
|
|
3c13f67930
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
|
|
a76aabb5d2
|
api: fix listing of available API endpoints
|
2020-08-17 17:30:22 +02:00 |
|
|
006f1ba405
|
catch exceptions as const ref
|
2020-08-17 17:30:22 +02:00 |
|
|
8e259516a3
|
add more nullptr checks after memory allocations
|
2020-07-06 14:03:43 +02:00 |
|
|
037bfcb81e
|
fix initialization errors
|
2020-07-01 17:07:17 +02:00 |
|
|
f8850b4110
|
refactor: improve code-style
|
2020-07-01 17:07:16 +02:00 |
|
|
8340e1725e
|
use new headers
|
2020-06-08 03:40:25 +02:00 |
|
|
26500efb5b
|
graph: add first version of graph output
|
2020-06-08 02:19:00 +02:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
671b86602b
|
pipe: minor bug fixes and improvments
|
2020-01-09 10:36:13 +01:00 |
|
|
1f4a7a540e
|
convert: add missing name to IO dir
|
2020-01-09 09:38:20 +01:00 |
|
|
3c0b1166a8
|
relay: disable hugepages
|
2019-11-09 11:35:24 +01:00 |
|
|
a15850c87c
|
pipe: stop web server before termination
|
2019-10-29 23:56:55 +01:00 |
|
|
7bc6137ef7
|
pipe: fix copy & paste error
|
2019-10-29 17:58:11 +01:00 |
|
|
321f1af3c9
|
memory: do not initialize twice
|
2019-10-26 13:35:56 +02:00 |
|
|
995e4b5ec9
|
memory: use default value for memory type
|
2019-10-26 13:34:03 +02:00 |
|
|
150d4591fd
|
replace C-style headers with C++ C-compatability headers
|
2019-06-23 16:57:00 +02:00 |
|
|
ef17ec19a2
|
refactor enums to class enums
|
2019-06-23 16:13:23 +02:00 |
|
|
2a7d876f7c
|
test-cmp: fix initialisation order
|
2019-06-20 09:50:44 +02:00 |
|
|
51259b9701
|
villas-signal: fix initialization order
|
2019-06-18 18:50:24 +01:00 |
|
|
2e6ca2de94
|
avoid calling copy constructors
|
2019-06-18 17:53:09 +02:00 |
|
|
923ef88fb5
|
smaller fixes
|
2019-06-05 19:00:09 +02:00 |
|
|
ebf2943240
|
update VILLAScommon submodule
|
2019-06-04 16:55:38 +02:00 |
|
|
492004bf34
|
use new villas::Tool class as common top-level entrypoint
|
2019-05-28 17:31:58 +02:00 |
|
|
3ae112095d
|
fix changes to villas-hook
|
2019-05-24 10:51:10 +02:00 |
|
Divya Rajashekhar Laxetti
|
0e86d41267
|
Update villas-hook.cpp
|
2019-05-21 17:33:03 +02:00 |
|
|
14434d093f
|
remove old super_node C wrapper code
|
2019-04-23 13:14:47 +02:00 |
|
|
71995642a9
|
add missing include villas/colors.hpp
|
2019-04-23 13:11:19 +02:00 |
|
|
6a106b42e5
|
use villas/utils.hpp instead of villas/utils.h
|
2019-04-23 13:09:50 +02:00 |
|
|
2bfe605b1f
|
tests: fix integration test pipe-loopback-websocket
|
2019-04-23 11:32:23 +02:00 |
|
|
30fb71d8eb
|
nodes: convert C-style header files to C++ style headers
|
2019-04-23 00:12:31 +02:00 |
|
|
dabb1c5454
|
src: catch unhandled exceptions
|
2019-04-17 18:46:18 +02:00 |
|
|
b67acd52fb
|
signal: fix parsing of format parameter
|
2019-04-17 18:35:22 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|
|
1192f68785
|
refactor: NULL => nullptr
|
2019-04-07 13:23:43 +02:00 |
|
|
f4d36c4511
|
node: fix parsing of command line arguments
|
2019-04-06 13:55:28 +02:00 |
|
|
15c3f04c5d
|
cmake: more fixes
|
2019-04-05 22:10:46 +02:00 |
|
|
487672e9af
|
pipe: do not start API
|
2019-04-05 19:36:21 +02:00 |
|
|
1d2f28cd19
|
cmake: add individual CMake options for each node-type
|
2019-04-05 19:28:42 +02:00 |
|
|
6f37b17953
|
fix ifdefs for compilation without libwebsockets
|
2019-04-05 10:56:57 +02:00 |
|
|
2866ad65a6
|
cmake: remove option WITH_IO
|
2019-04-05 10:47:57 +02:00 |
|
|
f16056092a
|
fix bugs on rpi #1
|
2019-04-05 03:50:59 +02:00 |
|