about summary refs log tree commit diff
path: root/GNUmakefile
AgeCommit message (Collapse)Author
2023-09-30add afl-addseeds toolvanhauser-thc
2023-09-19UTF-8 line rendering for status screen as defaultThomas Rooijakkers
2023-09-13Add support for UTF-8 line renderingThomas Rooijakkers
2023-08-08afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* callsDavid CARLIER
2023-07-23temp cmplog fixesvanhauser-thc
2023-06-21updated llvm requirementsmischa
2023-06-05build: fix compiler version in build outputfanquake
Currently, if I build like with Clang, I'll get: ```bash make LLVM_CONFIG=llvm-config-15 CC=clang-15 CXX=clang++-15 <snip> [+] Everything seems to be working, ready to compile. (gcc version 12.1.0 (Ubuntu 12.1.0-2ubuntu1~22.04) ) clang-15 -O2 -D_FORTIFY_SOURCE=1 .... ``` Which is somewhat confusing. Fix this, and in a way that still outputs the correct version info for Clang and GCC. Use `--version`, and pick the first line, as that is where they are consistent in output. `clang -v` gives the version first, whereas `gcc -v` gives the version on the last line. We switch to using $(CC), otherwise we also get incorrect output, and dropping CCVER altogether, given this is it's only use.
2023-05-23real gcc gnumakefile fixvanhauser-thc
2023-05-23fix gnumakefile for non-gccvanhauser-thc
2023-05-17fix debug buildvanhauser-thc
2023-05-17enforce python setting detectionvanhauser-thc
2023-05-09fix makefilevanhauser-thc
2023-05-05GNUmakefile: Update LLVM instructions (#1728)Moshe Kaplan
Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required
2023-04-28doc, code formatvanhauser-thc
2023-04-27afl++ -> AFL++vanhauser-thc
2023-04-21debug outputvanhauser-thc
2023-04-20afl-showmap custom mutator supportvanhauser-thc
2023-04-15wasm supportvanhauser-thc
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-12nitsvanhauser-thc
2023-03-21nit: fix minor typosDmitry Savintsev
change "cannot be build" to "cannot be built"
2023-03-10macos ci debugvanhauser-thc
2023-03-10macos ci debugvanhauser-thc
2023-03-10macos ci debugvanhauser-thc
2023-03-10debug macos civanhauser-thc
2022-12-29fix makefile typovanhauser-thc
2022-12-23make CI greenvanhauser-thc
2022-12-16fix Solaris/Illumos buildDavid Carlier
2022-11-17nitsvanhauser-thc
2022-11-10llvm debugvanhauser-thc
2022-11-01remove python2 referencevanhauser-thc
2022-10-11fastexit + code formatvanhauser-thc
2022-08-14add build reportvanhauser-thc
2022-07-25fixvanhauser-thc
2022-07-25update compile optionsvanhauser-thc
2022-06-27gctaRuben ten Hove
2022-06-27revert more and global replaceRuben ten Hove
2022-06-27reverts, fixes and even smaller image (#3)rhtenhove
2022-06-24use container; more is built + tested; use make -i (#2)rhtenhove
2022-06-22concurrency and caching (#1)rhtenhove
* use concurrency * run here too * allow test failure * only push on push * fix coresight mode build * support but disable coresight * woops * no unicorn for arm * update codeql and fix makefile * forgot those * disable forward cache * fix needing buildx Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-21various changesRuben ten Hove
2022-06-06remove existing shared modules when installingvanhauser-thc
2022-05-13Avoid implicit-int error in x86 test with clang 15Mike Hommey
See https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc
2022-04-22try repeating writevanhauser-thc
2022-04-06added NO_NYX flag to docs and help messageMichael Rodler
2022-04-06make flag to avoid building nyx modeMichael Rodler
2022-03-17Merge branch 'dev' into newpm2van Hauser
2022-03-17make LTO pass work too plus some fixesvanhauser-thc
2022-03-07new compiler performance optionsvanhauser-thc
2022-02-09Adapt to my MacOSDominik Maier