index
:
pub/skonfig-c.git
feature/fanalyzer
main
Reimplementation of skonfig (http://skonfig.li) in ISO C99
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
feature/fanalyzer
Break the code to make it compile with -fanalyzer
Dennis Camera
3 years
main
[configure.ac] Only check for compiler options late in the process
Dennis Camera
3 years
Age
Commit message
Author
Files
Lines
2022-08-26
[configure.ac] Only check for compiler options late in the process
HEAD
main
Dennis Camera
1
-56
/
+56
2022-08-26
[configure.ac] Check for VLA support
Dennis Camera
1
-1
/
+6
2022-08-26
[configure.ac] Check for POSIX conformance after feature checks
Dennis Camera
1
-24
/
+23
2022-08-26
Also check compiler support for -Wall -Werror
Dennis Camera
2
-1
/
+3
2022-08-26
[configure.ac] Fix false positive for -fstack-clash-protection with Apple Clang
Dennis Camera
1
-3
/
+8
2022-08-25
[scripts/sdump] Add sdump script
Dennis Camera
4
-0
/
+298
2022-08-25
[configure.ac] Use -fsanitize if available
Dennis Camera
1
-0
/
+7
2022-08-25
Stilistic changes
Dennis Camera
2
-9
/
+8
2022-08-25
...and the fixes for new compile errors :-)
Dennis Camera
5
-18
/
+49
2022-08-25
Enable more __attribute__s
Dennis Camera
8
-29
/
+97
[...]