| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-16 | make vis a single file build | Randy Palamar | 1 | -2/+0 | |
| 2023-08-17 | build: don't pollute base dir with .o and .d files | Randy Palamar | 1 | -1/+1 | |
| some users were (rightfully) annoyed by this | |||||
| 2023-08-16 | build: support incremental rebuilds | Randy Palamar | 1 | -0/+1 | |
| 2021-02-09 | gitignore: remove vim specific swap files | Marc André Tanner | 1 | -2/+0 | |
| These were from the time before vis was self-hosting. | |||||
| 2017-05-31 | build: allow to build self-contained executable | Christian Hesse | 1 | -0/+1 | |
| 2017-01-27 | vis-digraph: add utility to handle digraphs | josuah | 1 | -0/+1 | |
| Hook it up via Lua to <C-k> in insert and replace mode. Close #460 #475 | |||||
| 2017-01-11 | single: allow to build self-extracting executable | Christian Hesse | 1 | -0/+1 | |
| This allows to create a self extracting executable. The standalone binary and lua files are extracted to /tmp/.vis-XXXXXX, vis is started with the given command line arguments, finally temporary files are removed. Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
| 2016-12-07 | Cleanup .gitignore and ignore HTML and CSS files | Marc André Tanner | 1 | -8/+9 | |
| Close #424 | |||||
| 2016-11-10 | build: add Makefile target for code coverage via gcov | Marc André Tanner | 1 | -0/+3 | |
| 2016-05-20 | ignore vis-menu | Christian Hesse | 1 | -0/+1 | |
| 2016-05-06 | ignore README.html in subdirs | Christian Hesse | 1 | -1/+1 | |
| 2016-03-29 | ignore README.html | Christian Hesse | 1 | -0/+1 | |
| 2016-03-21 | build: overhaul build system auto detect stuff using a configure script | Marc André Tanner | 1 | -0/+1 | |
| The new build instructions are: $ ./configure && make && sudo make install The configure script tries to auto detect support for various libraries and compiler options. These choices can be overwritten by explicitly specifing --{en,dis}able-{lua,selinux,acl}. See ./configure --help for all supported options. The configure script generates config.mk which should allow portable (among GNU and BSD make) Makefiles. Manually editing config.mk is still supported. | |||||
| 2016-01-10 | gitignore: Fix pattern | Michael Reed | 1 | -3/+3 | |
| From `man gitignore': o A leading slash matches the beginning of the pathname. For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". | |||||
| 2015-11-10 | Update .gitignore | Marc André Tanner | 1 | -2/+2 | |
| Closes #104 | |||||
| 2015-01-04 | Added a .gitignore | Sebastian Götte | 1 | -0/+6 | |
