| Age | Commit message (Collapse) | Author |
|
Allowing compilation without the `-pedantic` flag was a temporary trick
to work around a bug involving `libstdc++` and `musl`. A fix has been
pushed for the issue in the appropriate repositories, we no longer need
the optional non-pedantic compilation option.
|
|
Compiling with `clang++` was also tweaked, in order to avoid unknown
attributes warnings.
|
|
as a build and recommended dependency. Generates a `--without-ncurses`
option to disable it. See
https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#specifying-other-formulae-as-dependencies
|
|
The Makefile had tabs in a few places, which tripped up sed. This
version should still work in debian, while also working in Xenial.
|
|
|
|
|
|
debmake has a problem with os.getlogin(), (in docker). set and
export DEBEMAIL and DEBFULLNAME.
also added asciidoc to the list of dependencies (which is huge).
|
|
The `xsltproc` utility is missing some xsl files, which are now
installed on the system by the `docbook-xsl` package.
Fixes #939
|
|
Set LANG=en_US.utf8 before calling make test.
Also change URL to kakoune.org.
|
|
|
|
|
|
|
|
Homebrew apparently only makes depended-on projects available
in the PATH.
|
|
|
|
|
|
|
|
Parse entries out of the cmds array in normal.cc, then generate a
sorted list of key bindings as an HTML table.
|
|
|
|
Looks better :)
|
|
Dgroc script https://github.com/pypingou/dgroc is now used to create
daily builds from GitHub repository.
Some changes in spec file was required to use script this script.
|
|
Kakoune is now distributed to Fedora 21/22/rawhide by the copr repository.
Add spec file which is used to build kakoune.
|
|
|