summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2024-04-10build: Run pkg-config with all packages at onceTavian Barnes
2024-04-10build: Add optional libselinux dependencyTavian Barnes
2024-04-09build: Add a separate configuration stepTavian Barnes
2023-07-20Rename Makefile to GNUmakefileRaf Czlonka
2023-07-19CFLAGS adjustment in MakefileJason Stewart
2023-07-18Release 3.0.13.0.1Tavian Barnes
2023-07-13build: Move some flags aroundTavian Barnes
2023-06-30docs: Start preparing for the 3.0 releaseTavian Barnes
2023-06-24build/tsan: Fix target_clones overrideTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-20build: Turn off ASLR for all sanitizers on FreeBSDTavian Barnes
2023-06-12ioq: Implement an async I/O queueTavian Barnes
2023-06-12lock: Add wrappers for POSIX synchronization primitivesTavian Barnes
2023-06-12build: Update to C17Tavian Barnes
2023-06-12build: Add tsan to distcheckTavian Barnes
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