1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

50 commits

Author SHA1 Message Date
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
c906143338 sample: add sample_data_{insert, remove}() 2019-03-08 15:21:46 +01:00
4791a42ecd fix compiler warning about format string 2019-01-30 01:53:39 +01:00
d7cbbfa8df fixes for macOS 2019-01-30 00:42:35 +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
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
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
7c939ba1e5 sample: remove source field 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
10c02766f5 sample: remove format field 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
Dennis Potter
64282b7134 Changed sequence type to uint64_t 2018-07-21 13:01:42 +02:00
7edd6a1b2a sample: add new function to allocate samples on heap (not in pool) 2018-05-08 11:43:53 +02:00
b18c776a5c sample: remove obsolete id member 2018-05-08 11:41:05 +02:00
fc58fbb08f fix NULL ptr dereference 2018-04-26 09:32:13 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
80ee8d786d refactored sample by adding more *_many() functions 2017-10-16 08:09:07 +02:00
f8c73553eb some fixes in remapping code which caused memory leaks 2017-09-24 00:01:27 -06:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
839c332813 more compiler fixes 2017-09-05 10:19:36 +02:00
9beda12c4c fix compiler errors on OS X 2017-09-05 10:11:23 +02:00
9e354e7382 stats: fixes for new stats node type 2017-09-04 23:03:55 +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
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
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +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
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
2757011e1b several smaller fixes and documentation updates 2017-03-12 17:13:37 -03: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
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
efdc5cdff3 added sample_{alloc,free} 2016-10-22 20:47:36 -04:00
4bd6cf9c6a added reference counter to sample structure 2016-09-13 22:54:36 -04:00
d958b08d62 print sample offset always in scientific notation 2016-09-13 21:16:17 -04:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
65f46cef5f Check for maximum amount of values per sample supported 2016-09-10 22:34:45 -04:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
876de3ddc8 added new internal data structure for samples (instead of the old struct msg) 2016-06-08 22:26:40 +02:00