log contrib/fuzz/Makefile @ 41013:ef103c96ed33

age author description
Wed, 19 Dec 2018 21:57:23 -0500 Augie Fackler fuzz: extract Python initialization to utility package
Wed, 19 Dec 2018 23:40:37 -0500 Augie Fackler fuzz: remove probably-wrong -fsanitize from fuzzutil.o rule
Wed, 19 Dec 2018 19:20:21 -0500 Augie Fackler fuzz: improve makefile per feedback from some folks at work
Mon, 03 Dec 2018 18:07:09 -0500 Augie Fackler fuzz: grep away HAVE_GETC_UNLOCKED in pyconfig.h to avoid msan badness
Tue, 13 Nov 2018 09:19:05 -0500 Augie Fackler fuzz: more correctly specify CFLAGS and LDFLAGS when building Python
Mon, 08 Oct 2018 11:50:25 -0400 Augie Fackler fuzz: allow manifest fuzzer to detect leaks
Thu, 06 Sep 2018 02:36:25 -0400 Augie Fackler fuzz: new fuzzer for cext/manifest.c
Sat, 28 Apr 2018 22:35:14 -0400 Augie Fackler fuzz: new fuzzer for the mpatch code
Sun, 03 Jun 2018 13:21:13 +0900 Yuya Nishihara fuzz: fix "make clean" to pass even if no binaries built yet
Sun, 03 Jun 2018 13:18:13 +0900 Yuya Nishihara fuzz: compile xdiff.cc with -std=c++17
Sun, 03 Jun 2018 13:11:49 +0900 Yuya Nishihara fuzz: fix the default make target
Sun, 03 Jun 2018 13:11:22 +0900 Yuya Nishihara fuzz: expand variables by make
Sun, 29 Apr 2018 19:48:16 -0400 Augie Fackler fuzz: add clean target
Mon, 30 Apr 2018 22:02:07 -0400 Augie Fackler fuzzutil: make it possible to use absl when C++17 isn't supported
Sat, 28 Apr 2018 22:18:50 -0400 Augie Fackler fuzz: extract some common utilities and use modern C++ idioms
Tue, 06 Mar 2018 19:31:17 -0800 Jun Wu fuzz: fix xdiff build
Sat, 03 Mar 2018 18:58:13 -0500 Augie Fackler fuzz: add a fuzzer for xdiff
Wed, 17 Jan 2018 15:47:38 -0500 Augie Fackler contrib: add some basic scaffolding for some fuzz test targets