|
4d09482fdb
|
Merge branch 'infiniband' into develop
# Conflicts:
# Makefile
# Makefile.config
# Makefile.help
# lib/Makefile.villas-ext.inc
# lib/Makefile.villas.inc
# lib/memory.c
# lib/nodes/Makefile.inc
|
2018-07-04 16:50:36 +02:00 |
|
|
5268beacb0
|
remove old function declaration
|
2018-07-04 11:53:57 +02:00 |
|
|
bb70be0b2c
|
memory: refactored memory subsystem
|
2018-07-02 15:57:56 +02:00 |
|
|
93750a2bcd
|
Merge branch 'develop' into infiniband-memory
|
2018-07-02 13:09:24 +02:00 |
|
|
9ecdb54832
|
node: add new function node_memtype() to get node specific memory allocators
|
2018-06-29 17:32:07 +02:00 |
|
|
ffec25bbfd
|
use "#include <villas/...>" path for all includes
|
2018-06-29 09:06:04 +02:00 |
|
|
312cdc2fbe
|
revert whitespace changes
|
2018-06-29 08:37:14 +02:00 |
|
Sonja Kolen
|
4ec3cf030b
|
Added extern "C" wrapper in all headers of libvillas to use it in C++ code
|
2018-06-28 13:42:50 +02:00 |
|
|
a535ec5abc
|
node: separated node configuratio for send / receive side
|
2018-05-24 09:04:41 +02:00 |
|
|
4f1aab1da8
|
rename setting 'no_builtin' to 'builtin' to avoid double negation
|
2018-04-19 15:43:57 +02:00 |
|
|
5d7999b3f5
|
added new signal metadata class
|
2018-03-21 16:59:35 +01:00 |
|
|
759fb0072e
|
node: add new option to skip loading of default hooks
|
2017-12-20 20:50:24 +01:00 |
|
|
5e620942ce
|
adding new field "flags" to struct sample
|
2017-09-16 15:04:59 +02:00 |
|
|
526be78ca5
|
hook: from now on both paths and nodes can have hooks!
|
2017-09-02 14:27:58 +02:00 |
|
|
382161b00b
|
mapping: move parser from node.c to mapping.c
|
2017-08-31 09:43:49 +02:00 |
|
|
f9324000fa
|
add new functions to retrieve file descriptors from nodes, io formats and tasks
|
2017-08-30 00:22:58 +02:00 |
|
|
a5cd67af79
|
add new samplelen field to node
|
2017-08-28 14:36:16 +02:00 |
|
|
7cedb0edcd
|
mapping: replace struct mapping with a struct list
|
2017-08-28 14:35:50 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
a71053f718
|
refactor: use libconfig instance only within _parse() functions
|
2017-08-01 11:56:47 +02:00 |
|
|
4b51c4dbba
|
node_type: add new function for parsing node configuration from CLI
|
2017-07-13 01:55:06 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
57329bfa92
|
moved node id field to struct node::id
|
2017-04-02 12:59:56 +02:00 |
|
|
2757011e1b
|
several smaller fixes and documentation updates
|
2017-03-12 17:13:37 -03:00 |
|
|
cdd5a2ca90
|
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
|
2017-03-11 23:50:30 -03:00 |
|
|
d5bcd02b2c
|
remove {node, path}_create() functions
|
2017-03-11 23:33:41 -03:00 |
|
|
21d6ff20c4
|
split node and node_type into separate files
|
2017-03-06 08:58:58 -04:00 |
|
|
9c40931a04
|
Merge branch 'feature-mpmc-queue' into feature-curlio
|
2017-03-05 10:06:32 -04:00 |
|
|
3e7c855526
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
|
|
7ec6aee288
|
Merge remote-tracking branch 'rwth/develop' into feature-curlio
|
2017-02-18 11:05:11 -05:00 |
|
|
7e411ed5ab
|
refactored more struct cfg stuff
|
2017-02-18 10:49:42 -05:00 |
|
|
30e0ecf544
|
refactored dtor_cb_t to return an integer
|
2017-02-18 10:43:01 -05:00 |
|
|
7cab0538ab
|
use #pragma once instead of #ifdef
|
2017-02-16 09:04:27 -03:00 |
|
|
e9f8a50c3c
|
introduce new plugin system for extensions
|
2017-02-12 14:35:05 -03:00 |
|
|
1dba01a8ae
|
Re-license source code to LGPLv2.1 (closes #56)
|
2016-11-22 11:14:25 -05:00 |
|
|
b37d3df332
|
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
|
2016-11-20 12:59:37 -05:00 |
|
|
1bcd0f9ae2
|
moved "endian" setting to socket node-type: other node-types do not have the sense of endianess (e.g. file node-type)
|
2016-10-30 16:58:45 -04:00 |
|
Umar Farooq
|
4745a799ff
|
Add endianness setting in config file to nodes
|
2016-10-27 19:25:29 +02:00 |
|
|
ff48249389
|
fix sequence numbers for gtnet-skt
|
2016-10-19 01:56:00 -04:00 |
|
|
ba399a0b1d
|
fixed compilation: functionality still heavily broken. its a mess right now
|
2016-09-22 21:20:21 -04:00 |
|
|
0fa5f5b976
|
introduced new directory structure for source and header files
|
2016-06-14 01:17:58 +02:00 |
|