|
30fb71d8eb
|
nodes: convert C-style header files to C++ style headers
|
2019-04-23 00:12:31 +02:00 |
|
|
6cecdf4b81
|
nodes: refactor NULL => nullptr
|
2019-04-22 23:46:07 +02:00 |
|
|
5485bf4be3
|
csv: fix indention
|
2019-04-22 23:43:56 +02:00 |
|
|
37c724f61b
|
nodes: use C++ compiler
|
2019-04-22 23:43:46 +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 |
|
|
d1da0f2f22
|
json: fix packing of timestamp values
|
2019-04-17 18:18:40 +02:00 |
|
|
0c400f7df0
|
json: fix flag checks
|
2019-04-17 18:18:08 +02:00 |
|
|
65828daed4
|
csv: only print offset if both received and origin timestamps are available
|
2019-04-17 18:13:47 +02:00 |
|
|
39afa0e8a2
|
socket: fix invalid length of AF_UNIX socket address
|
2019-04-17 18:12:04 +02:00 |
|
|
0c804bc328
|
csv: fix typo introduced by C++ refactoring
|
2019-04-17 18:11:36 +02:00 |
|
|
3cb88b9f0a
|
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
|
2019-04-15 13:17:04 +02:00 |
|
|
46c02302a9
|
update VILLAScommon submodule
|
2019-04-15 13:11:07 +02:00 |
|
root
|
136c21bd8d
|
Merge branch 'develop' of git.rwth-aachen.de:/acs/public/villas/VILLASnode into develop
|
2019-04-15 13:09:33 +02:00 |
|
|
3eee38becb
|
be less verbose in logging
|
2019-04-15 13:09:13 +02:00 |
|
|
c7b7e6017c
|
rtp: missing changes in include/
|
2019-04-15 12:28:33 +02:00 |
|
|
864cbdf375
|
docker: nanomsg is now packaged in Fedora 29
|
2019-04-15 12:27:33 +02:00 |
|
|
7ee01aabda
|
Merge branch 'hook-rtp-rate-pid' into develop
|
2019-04-15 12:26:51 +02:00 |
|
|
2dc2d8383d
|
dp: update to use new C++ window impl
|
2019-04-15 10:03:13 +02:00 |
|
|
4cea9559c9
|
update VILLAScommon submodule
|
2019-04-15 10:02:32 +02:00 |
|
|
ed56993302
|
web: fix out-of-bounds access if compiled with -DWITH_API=OFF (thanks Sonja)
|
2019-04-14 19:26:41 +02:00 |
|
|
002e473937
|
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
|
2019-04-14 19:24:13 +02:00 |
|
|
ab46354083
|
fix whitespaces / code-style
|
2019-04-14 19:23:30 +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 |
|
|
78fdadfbba
|
Merge branch 'develop' of https://git.rwth-aachen.de/acs/public/villas/VILLASnode into develop
|
2019-04-10 21:49:56 +02:00 |
|
|
b344c3961e
|
rtp: fix some bugs and debugging output
|
2019-04-10 18:10:12 +02:00 |
|
|
2b8ae382a7
|
api: added action for resetting statistics
|
2019-04-10 18:08:57 +02:00 |
|
|
b8baa79d3a
|
Merge branch 'arm-fixes' into develop
|
2019-04-10 10:29:29 +02:00 |
|
|
783997139b
|
we dont use camel case for variable names
|
2019-04-10 09:52:41 +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 |
|
Manuel Pitz
|
36be027f08
|
FIX tmp fix to compile with c++ but c syntax for structs
|
2019-04-10 09:48:26 +02:00 |
|
Manuel Pitz
|
410a7bedbc
|
queue: fix atomic_store_explicit different implementation on arm
|
2019-04-10 09:36:38 +02:00 |
|
Manuel Pitz
|
4107564ecc
|
memory: fix jump lable position for arm ifdef
|
2019-04-10 09:36:19 +02:00 |
|
|
9d7e44860e
|
test_rtt: update example config
|
2019-04-10 09:31:35 +02:00 |
|
|
f7cdb5f9d8
|
update VILLAScommon submodule
|
2019-04-10 09:26:35 +02:00 |
|
|
2c384425b9
|
test_rtt: fix bug in rate parsing
|
2019-04-10 09:26:24 +02:00 |
|
Manuel Pitz
|
2bd3e8a790
|
FIX: missing preprocessor #else and unused parameters
|
2019-04-08 10:36:21 +01:00 |
|
|
e05a23e5cf
|
update VILLAScommon submodule
|
2019-04-08 10:42:57 +02:00 |
|
|
7e307c70fe
|
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
|
2019-04-08 10:42:02 +02:00 |
|
|
41fbf03881
|
test_rtt: fix bug which fails to start test cases
|
2019-04-08 10:33:02 +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 |
|
|
9ab2eee357
|
path: reset sample length after simulation restart
|
2019-04-08 10:05:20 +02:00 |
|
|
a0fd932ee2
|
restart: fix restart hook
|
2019-04-08 10:05:01 +02:00 |
|
|
06292524a1
|
test_rtt: port to C++
|
2019-04-08 08:59:59 +02:00 |
|
|
31dad7754e
|
nodes: properly initialize instance list
|
2019-04-08 08:59:38 +02:00 |
|
|
d2a2542866
|
refactor: NULL => nullptr
|
2019-04-08 08:59:08 +02:00 |
|
|
1465985034
|
cmake: use Buster Cmake on Raspbian build
|
2019-04-07 17:47:52 +02:00 |
|