summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-01-31build: properly strip elf executablesChristian Hesse
2017-01-27vis-digraph: add utility to handle digraphsjosuah
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner
2017-01-16man: add man page for vis-complete(1)Christian Hesse
2017-01-16make: define EXECUTABLES and install in a loopChristian Hesse
2016-12-27build: pass $CFLAGS_EXTRA through make debug targetMarc André Tanner
2016-12-22build: do not install lua/doc directoryMarc André Tanner
2016-12-22build: also include working tree state in version informationMarc André Tanner
2016-12-15build: move $CFLAGS_DEBUG into config.mkMarc André Tanner
2016-12-13build: add configure options for built-in lpeg supportMarc André Tanner
2016-12-12Allow building lpeg into visMichael Forney
2016-12-08Move manual pages to man/ subfolderMarc André Tanner
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner
2016-12-06vis-lua: more extensive Lua API documentationMarc André Tanner
2016-12-05vis-lua: add preliminary version of LDoc based Lua API documentationMarc André Tanner
2016-12-03build: do not define _FORTIFY_SOURCE for debug buildsMarc André Tanner
2016-12-02build: simplify manual page installationMarc André Tanner
2016-12-02build: add new `make man` targetMarc André Tanner
2016-11-30man: use hard coded dates in manual pagesMarc André Tanner
2016-11-18Fix date format string in man pagesMichael Forney
2016-11-18Fix date command in man page installationMichael Forney
2016-11-10build: add Makefile target for code coverage via gcovMarc André Tanner
2016-11-09build: make `vis -v` version output more robustMarc André Tanner
2016-09-25vis: move file name and word completion logic to a shell scriptMarc André Tanner
2016-06-21vis-open: Add a manpage.Tim Allen
2016-06-16vis-clipboard: Add a manpage.Tim Allen
2016-05-28[vis-menu] Add a manpage.Tim Allen
2016-05-19build: let make debug compile vis-menu with debug flagsMarc André Tanner
2016-05-19vis-menu: change version outputMarc André Tanner
2016-05-19Import slmenu 7e74fa5 as vis-menuMarc André Tanner
2016-05-16vis: introduce vis-menu helper scriptMarc André Tanner
2016-05-11build: install support files only when neededMarc André Tanner
2016-04-29vis: move non-configuration sections out of visrc.lua into vis.luaMarc André Tanner
2016-04-20vis-lua: load files from directory specified with ./configure --sharedir=DIRMarc André Tanner
2016-04-19Fix vis-test git submodule integrationMarc André Tanner
2016-04-19Integrate vis-test git submoduleMarc André Tanner
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner
2016-04-03build: explicitly list sources filesMarc André Tanner
2016-03-25Set version to 0.2Marc André Tanner
2016-03-23fix install prefix for standalone buildChristian Hesse
2016-03-23vis: use vis-clipboard instead of vis-{copy,paste} scriptsMarc André Tanner
2016-03-21build: reorder some variablesMarc André Tanner
2016-03-21build: create empty config.mk if it does not existMarc André Tanner
2016-03-21configure: make vis depend on config.mkChristian Hesse
2016-03-21build: add vis subdirectory to $SHAREPREFIXMarc André Tanner
2016-03-21build: overhaul build system auto detect stuff using a configure scriptMarc André Tanner
2016-02-28build: update make standalone to use musl-1.1.14Marc André Tanner
2016-02-16Update make standalone to use musl-1.1.13Marc André Tanner
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner
2016-01-14build: cleanup $LIBS variableMarc André Tanner