|
129020e1c5
|
Fix format errors in printf-like functions
|
2024-07-24 15:12:09 +02:00 |
|
|
d45041e00c
|
Disable delayed connect
|
2023-11-16 12:39:14 +01:00 |
|
|
ddbb7dd9f4
|
Add include-what-you-use
Adds forwards declarations in headers and includes all headers in
sources, even if they are found by transitive includes.
|
2023-03-24 12:08:45 +00:00 |
|
|
c0afc79d4e
|
Use OK() and ERR() in unit tests
Also remove prefixes and trailing new lines in err() and die()
|
2023-03-24 12:08:45 +00:00 |
|
|
f61711047c
|
Remove buffer argument from value_str()
Use a ring of buffers instead, so we can printf() up to 16 values in
the same call.
|
2023-03-24 12:08:45 +00:00 |
|
|
82f1cc287d
|
Update copyright years to 2021-2023
|
2023-03-24 12:08:45 +00:00 |
|
|
1c90947f82
|
Remove unused select function from mux unit test
|
2023-03-24 12:08:45 +00:00 |
|
|
3a4722a83e
|
Add delayed connect unit test for mux
|
2023-03-24 12:08:45 +00:00 |
|
|
fe6db823a7
|
Index mux inputs by an integer
|
2023-03-24 12:08:45 +00:00 |
|
|
d394bb88c3
|
Fail when the return value is not used
|
2023-03-24 12:08:45 +00:00 |
|
|
97b96801d1
|
Ensure mux channels are registered in the bay
|
2023-03-24 12:08:45 +00:00 |
|
|
227a2d91df
|
Allow duplicates in the mux output channel
|
2023-03-24 12:08:45 +00:00 |
|
|
0944f84ac9
|
Allow dirty writes selectively
|
2023-03-24 12:08:45 +00:00 |
|
|
1cea193ea3
|
Add support for patchbay and muxes
|
2023-03-24 12:08:45 +00:00 |
|