|
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 |
|
|
5401348b71
|
json: rewrite IO format for RESERVE project
|
2018-05-09 09:24:15 +02:00 |
|
|
7edd6a1b2a
|
sample: add new function to allocate samples on heap (not in pool)
|
2018-05-08 11:43:53 +02:00 |
|
|
f99e5debb5
|
sample: remove sent timestamp
|
2018-05-08 11:42:43 +02:00 |
|
|
935ee584e4
|
sample: use libc ptrdiff_t instead of posix off_t
|
2018-05-08 11:41:43 +02:00 |
|
|
b18c776a5c
|
sample: remove obsolete id member
|
2018-05-08 11:41:05 +02:00 |
|
|
80ee8d786d
|
refactored sample by adding more *_many() functions
|
2017-10-16 08:09:07 +02:00 |
|
|
d9d85ce2e8
|
mapping: fix restart
|
2017-09-16 15:33:57 +02:00 |
|
|
5e620942ce
|
adding new field "flags" to struct sample
|
2017-09-16 15:04:59 +02:00 |
|
|
85da17577a
|
use signed integers for sample data
|
2017-09-04 23:04:56 +02:00 |
|
|
0781307577
|
added sample_cmp()
|
2017-09-04 16:19:43 +02:00 |
|
|
6d495c1a35
|
add new bitmask to samples to indicate which fields are valid
|
2017-09-04 14:28:55 +02:00 |
|
|
c2000e78b1
|
add sample_pool() macro to hide relative pointers
|
2017-08-30 23:51:41 +02:00 |
|
|
3eea0c67bb
|
- introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
|
2017-08-14 14:42:07 +02:00 |
|
Georg Reinke
|
d17300e276
|
remove unnecessary sample_get in shmem node
|
2017-05-12 11:52:39 +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 |
|
Georg Reinke
|
bb400b0e5c
|
fix include problems when linking with C++
|
2017-04-26 11:58:12 +02:00 |
|
|
a81d1fc8de
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
|
Georg Reinke
|
6f6e29e622
|
some doc fixes / additions
|
2017-04-16 23:00:30 +02:00 |
|
|
44ea4a160e
|
add some more functions for sample reference counting
|
2017-04-07 17:46:50 +02:00 |
|
Georg Reinke
|
ee809bd5c9
|
Merge branch 'develop' into node-shm
|
2017-04-06 12:12:56 +02:00 |
|
Georg Reinke
|
2032342859
|
use off_t for all relative pointers
|
2017-04-06 10:20:06 +02:00 |
|
Georg Reinke
|
bc188e4a2d
|
make pool pointer in struct sample relative
|
2017-04-04 12:32:48 +02:00 |
|
|
ba5f4d1109
|
sample_io: part 2
|
2017-03-27 12:50:39 +02:00 |
|
|
a9771ec8c6
|
Merge branch 'develop' into eric-lab
|
2017-03-09 13:30:19 -03: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 |
|
|
7cab0538ab
|
use #pragma once instead of #ifdef
|
2017-02-16 09:04:27 -03:00 |
|
|
1dba01a8ae
|
Re-license source code to LGPLv2.1 (closes #56)
|
2016-11-22 11:14:25 -05:00 |
|
|
15e7e78e04
|
mark samples with source node
|
2016-11-07 22:20:09 -05:00 |
|
|
9e13b06a59
|
get first working version of web socket node-type with MPMC queues
|
2016-11-07 22:19:30 -05:00 |
|
|
fe90cce778
|
Merge branch 'gtnet_features' into feature-mpmc-queue
|
2016-10-30 22:05:46 -04: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 |
|
|
efdc5cdff3
|
added sample_{alloc,free}
|
2016-10-22 20:47:36 -04:00 |
|
|
ba399a0b1d
|
fixed compilation: functionality still heavily broken. its a mess right now
|
2016-09-22 21:20:21 -04:00 |
|
|
4bd6cf9c6a
|
added reference counter to sample structure
|
2016-09-13 22:54:36 -04:00 |
|
|
6380829d0a
|
fix indention
|
2016-09-13 21:15:39 -04:00 |
|
|
0097132b4f
|
Merge branch 'feature-gtnet' into develop
|
2016-09-11 02:56:46 +00:00 |
|
|
3880abeb63
|
unified member variable naming of struct sample and struct msg
|
2016-07-11 18:19:23 +02:00 |
|
|
0fa5f5b976
|
introduced new directory structure for source and header files
|
2016-06-14 01:17:58 +02:00 |
|