summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2015-10-08build: always take revision from current branchMarc André Tanner
2015-10-06Change release tarball compression to gzipMarc André Tanner
2015-10-06add a new Makefile target 'release' to build release tarballChristian Hesse
2015-10-06update version handling to work with tags or without gitChristian Hesse
2015-10-05vis: rework input handling using libtermkeyMarc André Tanner
Key bindings are now specified as symbolic key strings, this will eventually allow run time configurable key mappings. This introduces a bulid time dependency on libtermkey which can be found at: http://www.leonerd.org.uk/code/libtermkey/
2015-07-06text: overhaul save implemenationMarc André Tanner
Try to do an atomic save using rename(2) unless * the file is a symbolic link * the file is a hard link * file ownership can not be preserved * file group can not be preserved * POSXI ACL can not be preserved (if enabled) * SELinux security context can not be preserved (if enabled) in which case the file is overwritten in place. However a failure to do so results in data loss. Closes #47.
2015-07-05make: only call uname once in config.mkMarc André Tanner
2015-04-22get version from gitChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-01-19OpenBSD links against ncursesJames Turner
2015-01-14Add hardening flags for gcc and clangjvoisin
2015-01-03Fix compilation on various *nix systemsMarc André Tanner
Unfortunately this breaks support for BSD make.
2014-10-23Move feature test macros to config.mkMarc André Tanner
2014-08-24Add work in progress editor frontendMarc André Tanner