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
2014-10-11
Add a test make target
Maxime Coste
2014-10-08
empty DESTDIR
Roberto Zanotto
2014-09-28
Pass -rdynamic only to the linker
Maxime Coste
2014-09-18
Fix compilation on recent cygwin
Maxime Coste
2014-09-15
Makefile: Include system header in generated dependencies
Maxime Coste
2014-08-12
Make safe_ptr able to track callstacks
Maxime Coste
2014-04-03
Merge remote-tracking branch 'jjthrash/osx-install-fixes'
Maxime Coste
2014-04-03
Remove redundant -D that was causing problems on OSX
Jimmy Thrasher
2014-04-03
Fix cygwin detection in Makefile
Maxime Coste
2014-04-03
Detect Darwin in the Makefile and plan accordingly
Jimmy Thrasher
2013-12-23
make userconfig: install all kak scripts
Maxime Coste
2013-12-23
Make kak more installable
Maxime Coste
2013-11-12
Centralize file mimetype detection in mime.kak
Maxime Coste
2013-11-09
cleanup Makefile
Maxime Coste
2013-11-07
Makefile: use boost_regex-mt on Cygwin
Maxime Coste
2013-07-12
Compile with gnu++11 so that cygwin is happy, and remove unneeded -lmenu
Maxime Coste
2013-04-18
add man.kak which provides a man command for displaying man pages in kakoune
Maxime Coste
2013-04-04
compile with -pedantic option and fix warnings
Maxime Coste
2013-04-03
Makefile: hide object files
Maxime Coste
2013-03-15
Makefile: fix link with bfd linker
Maxime Coste
2013-02-27
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
Maxime Coste
2013-02-26
Use ncursesw in order to get correct utf8 handling
Maxime Coste
2013-02-21
Add mail.kak for mail file highlighting
Maxime Coste
2013-01-08
add sh.kak for shell script highlighting
Maxime Coste
2013-01-08
Make: fix userconfig target
Maxime Coste
2013-01-04
add client.kak providing 'new' command for opening a new client
Maxime Coste
2012-12-13
Makefile: add a userconfig target
Maxime Coste
2012-10-11
Makefile: add -Wall to CXXFLAGS
Maxime Coste
2012-10-10
fix make tags
Maxime Coste
2012-08-30
More useable menu implementation on ncurses
Maxime Coste
2012-08-08
Makefile: use -MMD to generate deps instead of using separate steps
Maxime Coste
2011-09-08
Makefile: add rule for tags
Maxime Coste
2011-09-02
Initial commit
Maxime Coste