|
4f370ee1b2
|
drop legacy logger
|
2021-03-17 14:58:45 +00:00 |
|
|
42133b2882
|
miscelaneous fixes
|
2021-02-22 23:16:53 +01:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01: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 |
|
|
cd00f8def5
|
use STL atomics
|
2019-04-23 13:05:31 +02:00 |
|
|
8f974511fe
|
remove extern "C"
|
2019-04-23 13:03:58 +02:00 |
|
|
b0bb93ab81
|
sample: make length and capacity fields unsigned
|
2019-03-26 15:39:07 +01:00 |
|
|
49fd6d89f5
|
hooks: simplify hook processing system so that ever hook only processes a single sample at once
|
2019-03-16 09:05:42 +01:00 |
|
|
c906143338
|
sample: add sample_data_{insert, remove}()
|
2019-03-08 15:21:46 +01:00 |
|
|
357df1600f
|
sample: add function to dump sample details
|
2019-01-23 00:49:28 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
Dennis Potter
|
ed3a27fefd
|
Fixed wrong meta data correction and added macros for sample size
|
2018-10-11 14:18:30 +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 |
|
|
d0cecc3c91
|
signal: added more and more functionality
|
2018-08-13 15:31:39 +02:00 |
|
|
1f16b4bf07
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
|
|
6fb3271a54
|
sample: add sample_format()
|
2018-08-13 00:00:09 +02:00 |
|
|
afc529626a
|
fix some includes
|
2018-08-13 00:00:09 +02:00 |
|
|
b533cee9ad
|
refactor: fix whitespaces
|
2018-08-13 00:00:09 +02:00 |
|
|
a1e47d2d72
|
code-style cleanups
|
2018-08-13 00:00:09 +02:00 |
|
|
7c939ba1e5
|
sample: remove source field
|
2018-08-12 23:59:15 +02:00 |
|
|
b0017f859f
|
refactoring
|
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 |
|
|
96bcbd400a
|
sample: added new complex data type for signal values
|
2018-08-12 23:59:15 +02:00 |
|
|
10c02766f5
|
sample: remove format field
|
2018-08-12 23:59:15 +02:00 |
|
Dennis Potter
|
64282b7134
|
Changed sequence type to uint64_t
|
2018-07-21 13:01:42 +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 |
|
|
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 |
|