|
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 |
|
|
fd3c732771
|
refactor: msg format reserved
|
2019-09-03 22:06:23 +02:00 |
|
|
9cbcef4fc1
|
format: do not use hyphens in file names
|
2019-09-03 22:02:42 +02:00 |
|
|
5e6fec26ae
|
signal: refactor signal_data_snprint() -> signal_data_print_str()
|
2019-09-03 21:21:11 +02:00 |
|
|
f71643813f
|
fix several minor bugs detected by valgrind
|
2019-06-26 20:18:44 +02:00 |
|
|
ef1c339433
|
replace NULL by nullptr
|
2019-06-23 16:58:28 +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 |
|
|
c842914bc5
|
stats: port to C++
|
2019-06-23 13:35:42 +02:00 |
|
|
f05b2ae952
|
exec: add support for env variables, working directory. non-shell mode
|
2019-06-23 10:53:10 +02:00 |
|
|
6b2e53feda
|
path: keep a per path list of mappings
|
2019-06-11 18:34:23 +02:00 |
|
|
4a8d2bfc2b
|
hooks: use exceptions for error handling
|
2019-06-11 18:32:58 +02:00 |
|
|
09a5d810e3
|
exec: add new exec node-type
|
2019-06-05 18:59:45 +02:00 |
|
|
ebf2943240
|
update VILLAScommon submodule
|
2019-06-04 16:55:38 +02:00 |
|
Sonja Happ
|
e8ed440ccf
|
Fix MSG_TS macro
|
2019-05-08 15:44:19 +02:00 |
|
|
14434d093f
|
remove old super_node C wrapper code
|
2019-04-23 13:14:47 +02:00 |
|
|
4a4a7d1280
|
use C++ linkage for hook_list
|
2019-04-23 13:12:04 +02:00 |
|
|
6a106b42e5
|
use villas/utils.hpp instead of villas/utils.h
|
2019-04-23 13:09:50 +02:00 |
|
|
cd00f8def5
|
use STL atomics
|
2019-04-23 13:05:31 +02:00 |
|
|
a97c4b8078
|
remove PLUGIN_REGISTER() macro
|
2019-04-23 13:04:30 +02:00 |
|
|
8f974511fe
|
remove extern "C"
|
2019-04-23 13:03:58 +02:00 |
|
|
2bfe605b1f
|
tests: fix integration test pipe-loopback-websocket
|
2019-04-23 11:32:23 +02:00 |
|
|
9045957f0b
|
config: define new macro for maximum sample length
|
2019-04-23 10:55:23 +02:00 |
|
|
3162895993
|
exceptions: add missing include
|
2019-04-23 10:05:06 +02:00 |
|
|
30fb71d8eb
|
nodes: convert C-style header files to C++ style headers
|
2019-04-23 00:12:31 +02:00 |
|
|
37c724f61b
|
nodes: use C++ compiler
|
2019-04-22 23:43:46 +02:00 |
|
|
c7b7e6017c
|
rtp: missing changes in include/
|
2019-04-15 12:28:33 +02:00 |
|
|
986fd5f81a
|
rtp: use new villas::node::LimitHook::setRate() interface
|
2019-04-14 19:22:33 +02:00 |
|
|
b4150d2053
|
hooks: add a common base class for rate limiting hooks
|
2019-04-12 09:50:42 +02:00 |
|
|
4d6f85c151
|
macros should not contain multiple statements!
|
2019-04-10 09:51:56 +02:00 |
|
Manuel Pitz
|
d8447664dd
|
UPDATE formts init now compatible to gcc 6.3 c++
|
2019-04-10 09:49:17 +02:00 |
|
|
400a9d3b84
|
test_rtt: fix compiler warning
|
2019-04-08 10:15:49 +02:00 |
|
|
5e43ea7ea4
|
test_rtt: improve handling of result files
|
2019-04-08 10:15:24 +02:00 |
|
|
06292524a1
|
test_rtt: port to C++
|
2019-04-08 08:59:59 +02:00 |
|
|
0a90cb07bc
|
path: use spdlog
|
2019-04-07 16:16:58 +02:00 |
|
|
f154e2e204
|
use std::bitset for masks
|
2019-04-07 15:44:00 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|
|
9af70527ae
|
fix misalignment in va_list
|
2019-04-07 11:30:14 +02:00 |
|
|
b465d996b7
|
decimate: fix invalid setter
|
2019-04-06 18:20:55 +02:00 |
|
|
67f095ca90
|
hooks: remove useless assertion
|
2019-04-06 14:20:21 +02:00 |
|
|
8d3a140f4f
|
cmake: improve supported combination of compile options
|
2019-04-05 20:58:42 +02:00 |
|
|
1d2f28cd19
|
cmake: add individual CMake options for each node-type
|
2019-04-05 19:28:42 +02:00 |
|
|
8678f236a7
|
cmake: adhere to WITH_CONFIG option
|
2019-04-05 11:03:16 +02:00 |
|
|
11a5369034
|
fixup socket_Addr
|
2019-04-05 10:53:51 +02:00 |
|
|
2866ad65a6
|
cmake: remove option WITH_IO
|
2019-04-05 10:47:57 +02:00 |
|
|
e6a4c0dfad
|
socket: move socket address related functions to new file
|
2019-04-05 10:47:57 +02:00 |
|
|
a61b705228
|
fix bugs on rpi #2
|
2019-04-05 03:51:58 +02:00 |
|
|
3fb748a058
|
stats: add new age metric
|
2019-04-05 02:23:54 +02:00 |
|