Commit graph

25 commits

Author SHA1 Message Date
Folkert
2ef0c33177
add extra valgrind tests 2023-04-11 22:27:19 +02:00
Anton-4
640582364b
fmt 2023-04-04 13:33:23 +02:00
Anton-4
a59e9169fe
valgrind crate avx512 fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-04-04 13:16:14 +02:00
Folkert
e308078af5
fix compile error in tests 2023-03-05 18:11:30 +01:00
Folkert
d224992bc1
Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-05 17:24:05 +01:00
Brendan Hansknecht
9894f52afd
update missed uses of roc_cli::build 2023-03-04 10:19:26 -08:00
Brendan Hansknecht
7a944113a0
move build_file and related functions to roc_build
This is needed of glue to be able to call build_file.
Also does some other changes to avoid circular dependencies.
2023-03-04 10:00:43 -08:00
Folkert
454f3c603e
give the new exposed symbols to the surgical linker 2023-02-25 19:35:46 +01:00
Folkert
0af11c210e
fix memory leak in List.concat 2023-01-26 20:31:33 +01:00
Folkert
4e5b106f98
use capacity instead of length in list deinit 2023-01-20 21:44:41 +01:00
Folkert
165d4b3450
fix memory leak in string trimming 2023-01-19 14:35:38 +01:00
Folkert
437498b7ac
list decrement must use capacity, not length 2023-01-14 13:14:37 +01:00
Folkert
546a3dd0c4
fix unused import 2023-01-10 18:54:38 +01:00
Anton-4
867067dfaf
fix unused warning on macos 2023-01-10 17:21:34 +01:00
Anton-4
6406834c4e
moved building to lib with Once 2023-01-10 16:48:22 +01:00
Folkert
c8467c1a52
remove cfg(test) in build script 2023-01-09 23:32:26 +01:00
Folkert
7b8b2a40f6
add test for str concat on non-unique first argument 2023-01-09 12:18:12 +01:00
Folkert
cb53e46cdd
clippy 2023-01-08 17:46:13 +01:00
Folkert
f54b1f577c
split out valgrind reporting code 2022-12-30 14:54:24 +01:00
Folkert
9198f2fd1b
move imports 2022-12-30 14:30:10 +01:00
Folkert
407fef0602
fix compilation on non-linux systems 2022-12-30 14:30:10 +01:00
Folkert
9500b0b97b
stop writing to files 2022-12-30 14:30:10 +01:00
Folkert
06e5aea454
add test source 2022-12-30 14:30:09 +01:00
Folkert
b81aed852a
properly display valgrind problems 2022-12-30 14:30:09 +01:00
Folkert
c97dbcfde1
valgrind test crate 2022-12-30 14:30:08 +01:00