aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/Makefile.inc
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-08Makefile: Pass --accept-errors in the afl-run-crash targetsSamuel Lidén Borell1-3/+3
2024-03-08Makefile: Use mktemp instead of mkdir for tempdir creationSamuel Lidén Borell1-4/+3
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-2/+2
2024-03-05Run GCC -fanalyzer with traditional warnings also and -O2Samuel Lidén Borell1-1/+1
2024-03-03Makefile: Add targets to run gcc -fanalyzer (not enabled by default)Samuel Lidén Borell1-0/+6
2024-03-03Restructure cppcheck target and update suppressionsSamuel Lidén Borell1-5/+3
2024-02-24Makefile: Make AFL++ targets run againSamuel Lidén Borell1-13/+21
2024-02-03Rename csbe.a to libcsbe.aSamuel Lidén Borell1-5/+5
2023-11-12Sync Makefile and .gitignore with recent changesSamuel Lidén Borell1-1/+1
2023-09-09Makefile: Run testexec in tcc-boundscheck target alsoSamuel Lidén Borell1-0/+5
2023-08-06Makefile: Use locale insensitive sorting in check-depsSamuel Lidén Borell1-2/+2
2023-08-05Makefile: Add missing csbe.a in target "cslul-fuzz-crash"Samuel Lidén Borell1-2/+2
2023-07-29Increase max tree depth to 2^25 (= ~16.8 million idents). Fix testgenSamuel Lidén Borell1-1/+1
2023-07-27Makefile: Use sed -E (which is POSIX compliant) instead of sed -rSamuel Lidén Borell1-1/+1
2023-07-08Update afl wrapper and Makefile targetSamuel Lidén Borell1-2/+4
2023-06-13Makefile: Fix build of unit tests on MinGW / for WindowsSamuel Lidén Borell1-4/+4
2023-06-11winlibc: Put mainCRTstartup function first in executableSamuel Lidén Borell1-1/+1
2023-06-11Makefile: Fix outdirs target on WindowsSamuel Lidén Borell1-1/+3
2023-05-20Update header file dependencies in MakefileSamuel Lidén Borell1-5/+5
2023-05-07Fix various warnings found by clang-analyze and cppcheckSamuel Lidén Borell1-1/+2
2023-05-07Factor out utility functions and type compat checking from exprchk.cSamuel Lidén Borell1-0/+12
2023-05-07Split backend.c into ir.c (IR generation) and bwrapper.c (backend init/output)Samuel Lidén Borell1-12/+19
2023-04-29Fix duplicate dependencies in makefileSamuel Lidén Borell1-17/+18
2023-04-29Break out tokenization functions from mhparse.c to mhtoken.cSamuel Lidén Borell1-1/+7
2023-04-29Break out tokenization functions from parse.c to token.cSamuel Lidén Borell1-4/+10
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-0/+6
2023-03-31Makefile: Add variable VALGRIND_OPTSSamuel Lidén Borell1-2/+2
2023-02-26Makefile dependency fixesSamuel Lidén Borell1-1/+1
2023-02-12Update copyright yearsSamuel Lidén Borell1-1/+1
2023-02-04Makefile: Fix more missing includesSamuel Lidén Borell1-4/+4
2023-02-04Makefile: Fix includes for sparse-analyze targetSamuel Lidén Borell1-2/+2
2022-12-18Backend: Add IDs of definitions. Pass typedefs to backendSamuel Lidén Borell1-2/+2
2022-12-10Add initialization of backend in frontendSamuel Lidén Borell1-1/+3
2022-12-10Fix remaining cppcheck warnings, except for unused functionsSamuel Lidén Borell1-1/+1
2022-12-10Makefile: Fix dependenciesSamuel Lidén Borell1-1/+1
2022-11-06Makefile: Add gdb targets for debugging testsSamuel Lidén Borell1-0/+6
2022-10-31Makefile: Fix afl-fuzz targetsSamuel Lidén Borell1-7/+8
2022-10-21Makefile: Remove unnecessary --directory= from xgettext commandSamuel Lidén Borell1-2/+1
2022-09-04Use common makefile for backend + basic structure unit testsSamuel Lidén Borell1-2/+2
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+398