Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

4 check-ins related to "configure-updates"

2019-08-20
14:55
Add the --with-sanitizer option to the ./configure script. ... (check-in: 231d6933 user: drh tags: trunk)
04:24
Fixed a couple of Tcl syntax fixes that caused the new --with-sanitizer code to a) run unconditionally irrespective of the option's setting and b) to check for the existence of libubsan whether it was actually needed or not. ... (Closed-Leaf check-in: 66fdab76 user: wyoung tags: configure-updates)
01:34
Added --with-sanitizer configure-time option for appending -fsanitize=VALUE to CFLAGS and LDFLAGS, plus automatic detection of -lubsan for GCC, which doesn't automatically link to that with -fsanitize=undefined as Clang does. EDIT: This check-in breaks the built on Ubuntu 18.04. ... (check-in: 7907b6ff user: wyoung tags: configure-updates)
2019-08-19
17:18
Have the security-audit page analyze and display the content security policy. ... (check-in: 9cf90a4f user: drh tags: trunk)