summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2016-01-09Makefile: Use $(MAKE) instead of directly calling `make`Michael Reed
2015-12-31Also remove vis-open when uninstallingMarc André Tanner
2015-12-29Clean up build systemMarc André Tanner
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-11-17ui: improve fallback code in case of unknown termMarc André Tanner
2015-11-10build: do not clutter dependency/install with manual pagesMarc André Tanner
2015-11-10build: try to fix make standalone for multiarch systemsMarc André Tanner
2015-11-08Mention make local in READMEMarc André Tanner
2015-11-08build: add VIS_PATH=. to suggested execution after make localMarc André Tanner
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner
2015-11-08travis: try to fix build by using local built dependenciesMarc André Tanner
2015-11-08Overhaul build systemMarc André Tanner
2015-10-29build: introduce make local Makefile targetMarc André Tanner
2015-10-27build: merge parts of the build system changes from lua 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-05Add a profile Makefile targetMarc André Tanner
2015-07-10vis: add a file open dialogMarc André Tanner
2015-06-04Use $(MAKE) instead of directly calling `make`Michael Reed
2015-01-15add C source and header file to dependsChristian Hesse
2015-01-15remove vis from .PHONYChristian Hesse
2015-01-15Pass $LDFLAGS after source filesMarc André Tanner
2015-01-14Remove nano like frontend for nowMarc André Tanner
2015-01-14Simplify MakefileMarc André Tanner
2015-01-03Fix compilation on various *nix systemsMarc André Tanner
2015-01-01Add rudimentary support for jump list (CTRL+{O,I})Marc André Tanner
2014-12-18Macro supportMarc André Tanner
2014-09-10Simplify cursor color managementMarc André Tanner
2014-09-09Cleanup header filesMarc André Tanner
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner
2014-09-02Fix MakefileMarc André Tanner
2014-09-01Refactor frontend codeMarc André Tanner
2014-08-31First part of a vi like frontendMarc André Tanner
2014-08-25Move motion related stuff into own fileMarc André Tanner
2014-08-24Add work in progress editor frontendMarc André Tanner