summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
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
2022-02-24Makefile: Automatically discover the right flags to build with OnigurumaTavian Barnes
2022-02-22Release 2.42.4Tavian Barnes
2022-02-21Use EXTRA_CFLAGS instead of CFLAGS in make distcheckTavian Barnes
2022-02-21Enable Oniguruma by defaultTavian Barnes
2022-02-09Makefile: Allow extra flags to be passed with EXTRA_*FLAGS variablesTavian Barnes
2022-02-04regex: Add support for emacs and grep typesTavian Barnes
2022-02-01tests: Allow tests.sh to be invoked from any directoryTavian Barnes
2022-01-29Standardize WITH_* make variables for configuring dependenciesTavian Barnes
2022-01-24Apply suggestions from code reviewdata-man
2022-01-24Using Oniguruma library (optionally)data-man
2022-01-21Release 2.3.12.3.1Tavian Barnes
2021-11-25Release 2.3Tavian Barnes
2021-06-02Release 2.2.12.2.1Tavian Barnes
2021-06-02Enable -Wimplicit-fallthroughTavian Barnes
2021-03-06Release 2.22.2Tavian Barnes