Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | move libdislocator, libtokencap and qbdi_mode to utils/ | vanhauser-thc | |
2020-08-28 | Pass CPPFLAGS to all calls of the C compiler | Raphaël Hertzog | |
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility). | |||
2020-04-25 | fix issue #333 | hexcoder | |
2020-04-09 | Makefile cleanup | hexcoder- | |
2020-04-09 | libdislocator: make Makefile portable | hexcoder- | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-01 | making 'CFLAGS="-m32" make source-only tests' work | hexcoder- | |
2020-01-06 | moar moar copyrights | Andrea Fioraldi | |
2020-01-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2020-01-02 | compile fixes | van Hauser | |
2019-12-24 | be sure to have directories for install targets | van Hauser | |
2019-12-10 | avoid rebuilding libdislocator on every make | hexcoder- | |
2019-11-07 | Little additions from feedback | David Carlier | |
2019-10-31 | libtokencap/libdislocator README rename proposals | David Carlier | |
and fixing the install tasks in the process. | |||
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-09-20 | install libtokencap and libdislocator if present | van Hauser | |
2019-08-27 | -I include in makefiles | Andrea Fioraldi | |
2019-05-28 | afl++ 2.52c initial commit | van Hauser | |