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

549 commits

Author SHA1 Message Date
be27121006 fix compiler warning about unused variable 2019-01-11 15:54:19 +01:00
029ccd2e09 Merge branch 'node-uldaq' into develop 2019-01-09 17:02:43 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
15438c8b8b pipe: removed unused variable 2019-01-06 02:13:02 +01:00
9d6c7ecefa add missing initialization for memory subsystem 2018-12-04 10:45:27 +01:00
c7f738b413 pipe: fix refactoring mistake 2018-12-04 00:30:58 +01:00
7a40af8009 pipe: move pool management into Direction class 2018-12-02 03:11:32 +01:00
892dae216b remove unused variable 2018-12-02 03:11:32 +01:00
61138425e4 fix merge mistake 2018-12-02 03:11:32 +01:00
71c6d5f9e5 fix assertion in _init() about invalid state 2018-12-02 03:11:32 +01:00
a63b15609a do not throw dynamically allocated exceptions 2018-12-02 03:11:32 +01:00
caf3e45960 workaround for C-compatability 2018-12-02 03:11:31 +01:00
7ce144d7d0 pipe: refactor datastructure for storing direction details 2018-11-30 21:38:19 +01:00
25ff130377 remove SuperNode::init() 2018-11-30 21:37:52 +01:00
c3c37c267f avoid global storage as far as possible 2018-11-30 21:37:52 +01:00
c30009b96f cpp: use new supernode class 2018-11-30 21:35:14 +01:00
e625926d7d refactor: cout over multiple lines 2018-11-30 21:00:53 +01:00
ebec998b3e refactor: newlines after break 2018-11-30 21:00:53 +01:00
7f4e69ea4b refactor: NULL -> nullptr 2018-11-30 21:00:53 +01:00
d72c5604e8 cmake: several improvments to the build system 2018-11-30 21:00:53 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
1763102931 small refactoring 2018-11-30 20:58:15 +01:00
0709235502 log: adjust to new log constructor signature 2018-11-30 20:58:15 +01:00
987a59a5aa cpp: ported SuperNode 2018-11-30 20:46:59 +01:00
97181dc461 fix invalid return-type of getopt() 2018-11-30 19:57:22 +01:00
22eefc7590 websockets: fix proken detection of libwebsockets 2018-11-23 21:00:19 +02:00
2a0f745434 clients: move shmem example into clients directory 2018-10-21 10:46:27 +02:00
e812a36a73 portability: more fixes for RPi 2018-10-04 02:41:20 +02:00
68df32a0e1 add some comments 2018-10-04 02:41:01 +02:00
d88c59aab4 bugfixes for ARM 2018-10-04 00:49:46 +02:00
a76c4d04e3 log: do not use V macro which ambigious when compiling against Eigen3 2018-09-17 22:19:09 +02:00
c52c03265b super_node: move execution of periodic hooks to super_node_periodic() 2018-08-20 19:06:24 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
5707ee9d58 new signal declaration code 2018-08-20 18:31:27 +02:00
abdec22993 plugin: replace plugin_name() by type-specific wrappers 2018-08-20 18:16:44 +02:00
569d50f012 improve error handling 2018-08-17 12:41:10 +02:00
c7a01a1da6 hook: fix initialization 2018-08-17 12:40:03 +02:00
dc8d6d485f whitespace cleanup 2018-08-17 11:29:28 +02:00
99ee9a08b7 hooks: simplifying hooks system by consolidating read, write, and processing into a single process callback 2018-08-17 11:15:51 +02:00
4a6c7db9ee web: fix invalid preprocessor define 2018-08-17 10:59:52 +02:00
7c61f19fd2 refactor: memory_type_heap -> memory_heap 2018-08-13 14:57:32 +02:00
c2679fa1a4 fixup villas-pipe infiniband 2018-08-13 00:00:10 +02:00
7be6425622 pipe: remove infiniband specific code 2018-08-13 00:00:10 +02:00
9bbb1874ca refactor: print node and path names uniformly 2018-08-13 00:00:10 +02:00
a8bda29430 node, hook: remove parse_cli() functions 2018-08-13 00:00:10 +02:00
1f16b4bf07 refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref} 2018-08-13 00:00:09 +02:00
32de7761fe refactor:
- DEFAULT_SAMPLELEN -> DEFAULT_SAMPLE_LENGTH
- DEFAULT_QUEUELEN -> DEFAULT_QUEUE_LENGTH
2018-08-12 23:59:15 +02:00
f35588aad8 refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
2018-08-12 23:59:15 +02:00
Dennis Potter
e926b9b6c2 Fixed compile errors with format string identifiers.
These identifiers were introduced in
eaa3f60b12
2018-08-09 14:24:45 +02:00
eaa3f60b12 fix several invalid format string identifiers 2018-08-09 08:06:21 +02:00