summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2023-05-18build: Error on implicit function declarationsTavian Barnes
2023-05-18bit: Rename int.h to bit.hTavian Barnes
2023-05-16build: Fix test utility compilationTavian Barnes
2023-05-16int: Backport C23's _WIDTH macrosTavian Barnes
2023-05-16build: Make the tests a little less repetitiveTavian Barnes
2023-05-03Let musl builds use getdents64()Tavian Barnes
2023-04-12build: Fix tsanTavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29list: New generic linked list APITavian Barnes
2023-01-31Release 2.6.32.6.3Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes
2023-01-19build: New $(LIBBFS) variable shared between the main binary and testsTavian Barnes
2022-12-09Turn on more aggressive format string warningsTavian Barnes
2022-11-11distcheck: Add ubsan to msan buildTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes
2022-10-21Release 2.6.22.6.2Tavian Barnes
2022-07-05Release 2.6.12.6.1Tavian Barnes
2022-06-14Add fish completionGustavo Costa
2022-05-31Makefile: Pass -std=gnu11 for gcov buildsTavian Barnes
2022-05-21Release 2.62.6Tavian Barnes
2022-05-20Makefile: Add a BUILDDIR variable for out-of-tree buildsTavian Barnes
2022-05-16Makefile: Split build into bin and obj directoriesTavian Barnes
2022-05-13tests: Buffer standard error, and print it when tests failTavian Barnes
2022-05-13tests: Add --verbose={commands,errors,skipped,tests} optionsTavian Barnes
2022-05-12tests: Use skip_if for sudo testsTavian Barnes
2022-05-11Makefile: Look for .d files in the right placesTavian Barnes
2022-05-09Makefile: New check-install targetTavian Barnes
2022-04-21docs: Move some documentation into a subfolderTavian Barnes
2022-04-21Add basic zsh completionArvid Norlander
2022-04-21Makefile: Put the main .o files under build/srcTavian Barnes
2022-04-21Makefile: Generate build/FLAGS.new with its own targetTavian Barnes
2022-04-19Makefile: Replace flags.sh with a two-line recipeTavian Barnes
2022-04-19Makefile: Move .flags to build/FLAGSTavian Barnes
2022-04-19Makefile: Quiet errors from git describeTavian Barnes
2022-04-18Makefile: Spread out the .PHONY targetsTavian Barnes
2022-04-18Makefile: Use a recipe to update .flags rather than $(shell)Tavian Barnes
2022-04-16tests: Also put build outputs under build/Tavian Barnes
2022-04-16Keep Build Files In `build` (#89)トトも
2022-04-16Source / Include Folder (#88)トトも
2022-03-27Release 2.52.5Tavian Barnes
2022-03-25Update from C99 to C11Tavian Barnes
2022-03-12Don't shadow standard headersTavian Barnes
2022-03-11Makefile: Disable onig-config for the 32-bit distcheck buildTavian Barnes
2022-03-11Makefile: Enable time64Tavian Barnes
2022-03-09Makefile: Add lsan and tsan flag targetsTavian Barnes
2022-02-28Makefile: Make separate variables for Oniguruma flagsTavian Barnes
2022-02-24Release 2.4.12.4.1Tavian Barnes