summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2016-05-22Bump to 0.79.0.79Tavian Barnes
2016-04-13dstring: Split out the dynamic string logic.Tavian Barnes
2016-03-12Bump the version to 0.74.0.74Tavian Barnes
2016-02-23Bump the version to 0.70.0.70Tavian Barnes
2016-02-14Makefile: Add install and uninstall targets.Tavian Barnes
2016-02-14Set the version to 0.67.0.67Tavian Barnes
2016-02-13Implement -iname and -ipath.Tavian Barnes
2015-11-29Split out parsing code.Tavian Barnes
2015-09-16Use -O3 for release builds.Tavian Barnes
2015-09-15Add a basic test suite.Tavian Barnes
2015-07-23Disable asserts in release build.Tavian Barnes
2015-07-19Makefile: Add a 'release' target.Tavian Barnes
2015-07-19Makefile: Don't pass -Og, which doesn't exist in clang.Tavian Barnes
2015-06-20Add initial support for colorized output.Tavian Barnes
2015-06-18Makefile: Auto-generate dependencies.Tavian Barnes
2015-06-14Makefile: Listen to the environment.Tavian Barnes
2015-06-14Implement bftw().Tavian Barnes