Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-06 | Amend files to satisfy lintian | 1 | -2/+2 | ||
Thanks Axel Beckert | |||||
2016-12-24 | Add Makefile install target | 1 | -1/+5 | ||
2016-10-01 | Run tests through valgrind | 1 | -2/+6 | ||
2016-03-23 | Declare release target as phony | 1 | -1/+1 | ||
2016-03-23 | Add Makefile release target | 1 | -0/+3 | ||
2016-01-21 | Remove a.out on make clean | 1 | -1/+1 | ||
2015-01-20 | Log debug output to file | 1 | -1/+1 | ||
2015-01-11 | Allow for debug flag to be passed to make | 1 | -1/+2 | ||
2014-06-26 | Include commit hash in version output | 1 | -2/+3 | ||
Extracting the abbreviated commit hash will break when git will be replaced by a different version control system. But until it does, get the hash from the git repository. | |||||
2014-01-19 | Declare check target as phony | 1 | -1/+1 | ||
2014-01-19 | Compile with -ansi -pedantic | 1 | -1/+1 | ||
2013-08-18 | Avoid gmake specific Makefile idiom | 1 | -1/+1 | ||
Example make failure: Using $< in a non-suffix rule context is a GNUmake idiom (line 11 of Makefile) | |||||
2013-02-10 | Keep makefile simple | 1 | -6/+3 | ||
2013-02-09 | Improve wrapping memory functions | 1 | -1/+1 | ||
2013-01-25 | add -Wno-unused-parameter | 1 | -1/+1 | ||
2012-12-18 | Initial commit. | 1 | -0/+20 | ||