summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Release 3.0.13.0.1Tavian Barnes2023-07-181-1/+1
* build: Move some flags aroundTavian Barnes2023-07-131-4/+4
* docs: Start preparing for the 3.0 releaseTavian Barnes2023-06-301-1/+1
* build/tsan: Fix target_clones overrideTavian Barnes2023-06-241-1/+1
* Unify macro naming conventionsTavian Barnes2023-06-241-10/+10
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-1/+2
* build: Turn off ASLR for all sanitizers on FreeBSDTavian Barnes2023-06-201-1/+1
* ioq: Implement an async I/O queueTavian Barnes2023-06-121-0/+1
* lock: Add wrappers for POSIX synchronization primitivesTavian Barnes2023-06-121-1/+2
* build: Update to C17Tavian Barnes2023-06-121-1/+1
* build: Add tsan to distcheckTavian Barnes2023-06-121-0/+4
* build: Error on implicit function declarationsTavian Barnes2023-05-181-0/+1
* bit: Rename int.h to bit.hTavian Barnes2023-05-181-1/+1
* build: Fix test utility compilationTavian Barnes2023-05-161-2/+4
* int: Backport C23's _WIDTH macrosTavian Barnes2023-05-161-1/+1
* build: Make the tests a little less repetitiveTavian Barnes2023-05-161-18/+16
* Let musl builds use getdents64()Tavian Barnes2023-05-031-1/+2
* build: Fix tsanTavian Barnes2023-04-121-33/+39
* list: Use macros instead of type-erased listsTavian Barnes2023-03-311-1/+0
* list: New generic linked list APITavian Barnes2023-03-291-0/+1
* Release 2.6.32.6.3Tavian Barnes2023-01-311-1/+1
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* bfstd: New wrappers for dirname()/basename()Tavian Barnes2023-01-191-4/+9
* build: New $(LIBBFS) variable shared between the main binary and testsTavian Barnes2023-01-191-40/+44
* Turn on more aggressive format string warningsTavian Barnes2022-12-091-2/+3
* distcheck: Add ubsan to msan buildTavian Barnes2022-11-111-1/+1
* tests/xtouch: New utilityTavian Barnes2022-11-071-2/+8
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+1
* util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes2022-11-061-3/+3
* Release 2.6.22.6.2Tavian Barnes2022-10-211-1/+1
* Release 2.6.12.6.1Tavian Barnes2022-07-051-1/+1
* Add fish completionGustavo Costa2022-06-141-0/+3
* Makefile: Pass -std=gnu11 for gcov buildsTavian Barnes2022-05-311-0/+2
* Release 2.62.6Tavian Barnes2022-05-211-1/+1
* Makefile: Add a BUILDDIR variable for out-of-tree buildsTavian Barnes2022-05-201-51/+55
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-161-54/+52
* tests: Buffer standard error, and print it when tests failTavian Barnes2022-05-131-2/+2
* tests: Add --verbose={commands,errors,skipped,tests} optionsTavian Barnes2022-05-131-1/+1
* tests: Use skip_if for sudo testsTavian Barnes2022-05-121-4/+3
* Makefile: Look for .d files in the right placesTavian Barnes2022-05-111-1/+1
* Makefile: New check-install targetTavian Barnes2022-05-091-0/+8
* docs: Move some documentation into a subfolderTavian Barnes2022-04-211-1/+1
* Add basic zsh completionArvid Norlander2022-04-211-0/+3
* Makefile: Put the main .o files under build/srcTavian Barnes2022-04-211-35/+31
* Makefile: Generate build/FLAGS.new with its own targetTavian Barnes2022-04-211-4/+7
* Makefile: Replace flags.sh with a two-line recipeTavian Barnes2022-04-191-1/+2
* Makefile: Move .flags to build/FLAGSTavian Barnes2022-04-191-6/+6
* Makefile: Quiet errors from git describeTavian Barnes2022-04-191-3/+5
* Makefile: Spread out the .PHONY targetsTavian Barnes2022-04-181-2/+9
* Makefile: Use a recipe to update .flags rather than $(shell)Tavian Barnes2022-04-181-8/+4