|
129020e1c5
|
Fix format errors in printf-like functions
|
2024-07-24 15:12:09 +02:00 |
|
Miquel Vidal i Pinyol
|
3103018404
|
Use format macro constants for fprintf and fscanf family functions
|
2024-07-24 15:12:09 +02:00 |
|
|
74557ab348
|
Don't rely on temporary directories
Use the current test directory instead.
|
2023-07-25 16:36:57 +02:00 |
|
|
3a28e1c3d3
|
Avoid fmemopen() due to bug in old glibc
|
2023-04-19 10:57:10 +00: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 |
|
|
81875450a8
|
Add unit tests for PRV_SKIPDUP and PRV_EMITDUP
|
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 |
|
|
b42fb4d2f3
|
Check prv_* return values
|
2023-03-24 12:08:45 +00:00 |
|
|
ab3e823134
|
Rename CHAN_DUPLICATES to CHAN_ALLOW_DUP
|
2023-03-24 12:08:45 +00:00 |
|
|
82f1cc287d
|
Update copyright years to 2021-2023
|
2023-03-24 12:08:45 +00:00 |
|
|
b98ccfe3ad
|
Use row and type as identifiers in prv_register()
Prevents multiple channels from being accidentally set to the same row
with the same type.
|
2023-03-24 12:08:45 +00:00 |
|
|
f1b130eb39
|
Move paraver sources to pv/
|
2023-03-24 12:08:45 +00:00 |
|
|
0e8b23c918
|
Update prv_register in tests
|
2023-03-24 12:08:45 +00:00 |
|
|
183634c8c4
|
Pass the bay in the prv_register() function
|
2023-03-24 12:08:45 +00:00 |
|
|
b3b1164fed
|
Add PRV trace support for patchbay channels
|
2023-03-24 12:08:45 +00:00 |
|