index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile
Age
Commit message (
Expand
)
Author
2017-01-14
Remove the option that excludes the `-pedantic` flag from `CXXFLAGS`
Frank LENORMAND
2017-01-05
Use PREFIX to locate ncurses and boost on macOS
Rob Warner
2017-01-04
Allow non-standard homebrew location for boost and ncurses linking
Rob Warner
2016-12-30
use explicit flags for homebrew's boost on osx
Martin Chaine
2016-11-02
Add experimental static linking support to the makefile
Maxime Coste
2016-10-13
Use CPPFLAGS instead of CXXFLAGS for the _XOPEN_SOURCE define
Maxime Coste
2016-10-01
Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth function
Maxime Coste
2016-09-25
Add some standard GNU targets to the Makefile
Frank LENORMAND
2016-03-10
Update Makefile for OSX build with homebrew ncurses
Robert J. Ennis
2016-02-18
Disable interactive mode when moving documentation manpages
Frank LENORMAND
2016-02-11
Merge remote-tracking branch 'jjthrash/osx-asciidoc-fixes'
Maxime Coste
2016-02-11
Support validating some options values before setting them
Maxime Coste
2016-02-11
Remove A2X variable from Makefile since it doesn't fix the OSX homebrew problem
Jimmy Thrasher
2016-02-11
Convert GNU sed extension into more general expression to work with BSD/OSX
Jimmy Thrasher
2016-02-11
Turn off xmllint for a2x.py
Jimmy Thrasher
2016-02-06
Cleanup doc manpages generation
Maxime Coste
2016-02-04
Prevent unconditional generation of the man pages, fix the executable name fo...
Frank LENORMAND
2016-02-04
Rename the man page to `kak`
Frank LENORMAND
2016-02-04
Properly install the man page when using a custom prefix
Frank LENORMAND
2016-02-04
Fix the installation of documentation pages
Frank LENORMAND
2016-02-04
Merge remote-tracking branch 'occivink/master'
Maxime Coste
2016-02-03
Adapt 'make install' to rc/ reorganization
O. Perret
2016-02-03
Generate the documentation pages in the troff format
Frank LENORMAND
2016-02-03
Migrate the raw troff `kakoune` man page to the asciidoc format
Frank LENORMAND
2016-02-02
Add a basic man page
Frank LENORMAND
2015-12-12
Remove deprecated userconfig rule
Enrico Lumetti
2015-11-19
Makefile: Allow for passing include/ncursesw path
Kylie McClain
2015-11-19
Fix building with musl libc
Kylie McClain
2015-11-04
Merge https://github.com/alpha123/kakoune
Maxime Coste
2015-11-03
Build on FreeBSD
alpha123
2015-11-03
Adding support for DragonFlyBSD.
sinetek
2015-09-24
Add Haiku support.
Filip Szczepański
2015-09-21
Use different object filenames between debug/non-debug builds
Maxime Coste
2015-08-30
Prevented incorrect softlink from being created
Clemens Stadlbauer
2015-07-25
CPPFLAGS should use to specify flags for C pre-processor
TSUYUSATO Kitsune
2015-07-22
Add /usr/include/ncursesw in the include dirs list
Maxime Coste
2015-07-20
Remove -rdynamic from cygwin LDFLAGS
Maxime Coste
2015-07-14
Install color schemes
Eike Plack
2015-06-27
Use a relative symlink for autoload
Maxime Coste
2015-06-26
Removed the '-r' flag from the ln command in the install step of the Makefile...
tduzan
2015-06-16
Resolve symbol names in Cygwin Backtrace::desc implementation
Maxime Coste
2015-06-02
Fix Makefile for Fedora packaging system
Jiří Konečný
2015-05-30
Autoload site wide kak scripts if the user does not have his own autoload folder
Maxime Coste
2015-05-27
Tweak Makefile, enable -rdynamic so that backtraces symbols are found
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Try gnu++1y
Maxime Coste
2015-05-25
Use gnu++14 only for Cygwin, as not recognized on OSX
Maxime Coste
2015-05-25
Use gnu++14, as some posix functions disappear in c++14 mode
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-01-13
-rdynamic does not work on gcc 4.9 under cygwin
Maxime Coste
[next]