issues
search
thecatkitty
/
lavender
Multiplatform slideshow application
https://celones.pl/lavender
MIT License
4
stars
0
forks
source link
Windows code cleanup
#191
Closed
thecatkitty
closed
1 month ago
thecatkitty
commented
2 months ago
remove SDL2 code
unify title setting routines
fix CMake config dependencies
Code analysis:
uninitialized variable accesses
integer overflows
avoid code analysis warnings with
align(p, a)
limit usage of
alloca
Code analysis:
align(p, a)
alloca