aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-05-09build: switch Makefile over to use mesonDaniel P. Berrangé1-120/+11
2022-05-09github: switch workflows over to using mesonDaniel P. Berrangé1-19/+5
2022-04-21support AFL++ fuzzing (#623)John Levon1-5/+6
2022-03-24use --exit-on-first-error=yes with valgrind (#655)John Levon1-0/+1
2021-10-22run python code through flake8 (#613)John Levon1-2/+4
2021-10-20add coverity scan support in github action (#612)John Levon1-0/+8
2021-06-10Fix make CFLAGS="-DNDEBUG" failure (#563)Ivan Efremov1-0/+3
2021-06-09Make pytest succeed even if python-3-pytest is not installed (#556)Ivan Efremov1-0/+4
2021-06-01check spec with rst-lint (#549)John Levon1-0/+2
2021-05-26fix `make install` (#531)John Levon1-2/+3
2021-05-25add a gcov target (#498)John Levon1-7/+22
2021-05-20use cmake3 if available (#503)John Levon1-6/+4
2021-05-10start python-based testing framework (#447)John Levon1-2/+51
2021-03-01run unit tests under valgrind too (#358)John Levon1-0/+1
2021-02-10fix pre-push build order (#326)John Levon1-4/+4
2021-02-04add AddressSanitizer run (#291)John Levon1-0/+9
2020-12-16fix clang build (#210)John Levon1-2/+5
2020-12-11allow over-riding "cmake" (#184)John Levon1-1/+3
2020-12-02add pre-push target (#150)John Levon1-3/+6
2020-11-25add "make test"; run it in pre-commit (#127)John Levon1-0/+3
2020-11-19enable assert() in release builds (#98)John Levon1-1/+0
2020-11-16Makefile: Remove unused KDIRSwapnil Ingle1-2/+0
2020-05-20allow installation location to be overriddenThanos Makatos1-0/+2
2019-11-02Fix various format issuesFelipe Franciosi1-1/+1
2019-09-05Initial commitFelipe Franciosi1-0/+74