Timeline
Not logged in

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: 231d693314 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: 66fdab7605 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: 7907b6ffae user: wyoung tags: configure-updates
2019-08-19
17:18
Have the security-audit page analyze and display the content security policy. check-in: 9cf90a4f9d user: drh tags: trunk