|
dc436073a2
|
Use spaces for indention of C++ comments
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2024-02-29 23:18:47 +01:00 |
|
Philipp Jungkamp
|
c49e339ad1
|
Don't overwrite sample flags during path sample muxing.
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
|
2023-09-19 19:07:22 +02:00 |
|
Philipp Jungkamp
|
97b769a80d
|
Replace SampleFlags IS_FIRST/IS_LAST with NEW_SIMULATION
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
|
2023-09-19 19:07:22 +02:00 |
|
Steffen Vogel
|
02a2aa4f94
|
Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-09-08 11:37:42 +02:00 |
|
|
68654f95f2
|
Add periods after file headers and fix email addresses
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2023-09-07 11:16:04 +02:00 |
|
Steffen Vogel
|
0735eb0f89
|
Make project REUSE compliant
And various other cleanups and harmonizations
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-09-07 11:16:04 +02:00 |
|
Philipp Jungkamp
|
f1c7e0f2a8
|
path: Fix leaking samples
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
|
2023-06-23 13:02:55 +02:00 |
|
Steffen Vogel
|
be1c68efc5
|
remove superfluous parantheses
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-01-11 12:40:47 +01:00 |
|
Manuel Pitz
|
1a01012e7c
|
make compatible to fmt version 9.0.3
Signed-off-by: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
2023-01-11 12:11:57 +01:00 |
|
|
7eec1bb753
|
update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2022-12-16 23:44:07 +01:00 |
|
|
b94746effb
|
relicense VILLASnode to Apache 2.0
|
2022-07-04 18:23:57 +02:00 |
|
|
11a25f6fb7
|
update mail address
|
2022-03-15 09:29:20 -04:00 |
|
|
17ac92aa21
|
update copyright year
|
2022-03-15 09:28:57 -04:00 |
|
|
a98ab9f172
|
fixes for compilation wih petalinux 2021.1
|
2022-01-14 16:14:15 -05:00 |
|
|
784e970bfe
|
port large parts of VILLASnode to C++ and fix tests alongside
|
2022-01-11 09:19:53 -05:00 |
|
|
0dc8adcdd3
|
fix new cppcheck errors
|
2021-09-17 18:19:06 +02:00 |
|
Manuel Pitz
|
efd64ea7fc
|
path_source: fix double incref
|
2021-07-12 17:48:30 +02:00 |
|
|
32e016ebcb
|
log: use spdlog custom formatters for basic VILLASnode types (closes #308)
|
2021-07-07 09:10:23 +00:00 |
|
Manuel Pitz
|
599197a66f
|
fix calculation of maximum number of signals in nodes/paths
|
2021-07-01 22:26:44 +02:00 |
|
|
f4044ff861
|
path: revert manuels (false-)fixes
|
2021-07-01 21:33:22 +02:00 |
|
Manuel Pitz
|
a275e21fa2
|
path: patch path files back to aworking version that supports changes in the signal number in a hook
|
2021-07-01 17:51:27 +02:00 |
|
Manuel Pitz
|
eaab00b97d
|
path: increase pool size and fix nullptr dereference
|
2021-07-01 11:41:25 +02:00 |
|
|
9d7a6ab10f
|
print signal count both before and after hooks
|
2021-06-24 10:35:41 +00:00 |
|
|
731909c3a8
|
ported io/format code to C++
|
2021-06-17 08:26:46 -04:00 |
|
|
42133b2882
|
miscelaneous fixes
|
2021-02-22 23:16:53 +01:00 |
|
|
1aebd550de
|
path: add support for using a node as a source in multiple paths
|
2020-09-10 17:41:31 +02:00 |
|
|
1e73500c75
|
path: use internal loopback nodes to allow nodes to be used as sources by multiple paths
|
2020-09-10 17:40:37 +02:00 |
|
|
33ceb2f46c
|
path: add dedicated functions for path_{source,destination}_prepare()
|
2020-09-10 17:40:36 +02:00 |
|
|
ef7b2f7f91
|
graphviz: workaround nameclash
|
2020-06-08 02:32:11 +02:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
995e4b5ec9
|
memory: use default value for memory type
|
2019-10-26 13:34:03 +02:00 |
|
|
ef17ec19a2
|
refactor enums to class enums
|
2019-06-23 16:13:23 +02:00 |
|
|
6b2e53feda
|
path: keep a per path list of mappings
|
2019-06-11 18:34:23 +02:00 |
|
|
4a4a7d1280
|
use C++ linkage for hook_list
|
2019-04-23 13:12:04 +02:00 |
|
|
6a106b42e5
|
use villas/utils.hpp instead of villas/utils.h
|
2019-04-23 13:09:50 +02:00 |
|
|
ab46354083
|
fix whitespaces / code-style
|
2019-04-14 19:23:30 +02:00 |
|
|
9ab2eee357
|
path: reset sample length after simulation restart
|
2019-04-08 10:05:20 +02:00 |
|
|
d2a2542866
|
refactor: NULL => nullptr
|
2019-04-08 08:59:08 +02:00 |
|
|
0a90cb07bc
|
path: use spdlog
|
2019-04-07 16:16:58 +02:00 |
|
|
f154e2e204
|
use std::bitset for masks
|
2019-04-07 15:44:00 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|