summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2015-11-04Merge https://github.com/alpha123/kakouneMaxime Coste
2015-11-03Build on FreeBSDalpha123
2015-11-03Adding support for DragonFlyBSD.sinetek
2015-09-24Add Haiku support.Filip Szczepański
2015-09-21Use different object filenames between debug/non-debug buildsMaxime Coste
2015-08-30Prevented incorrect softlink from being createdClemens Stadlbauer
2015-07-25CPPFLAGS should use to specify flags for C pre-processorTSUYUSATO Kitsune
2015-07-22Add /usr/include/ncursesw in the include dirs listMaxime Coste
2015-07-20Remove -rdynamic from cygwin LDFLAGSMaxime Coste
2015-07-14Install color schemesEike Plack
2015-06-27Use a relative symlink for autoloadMaxime Coste
2015-06-26Removed the '-r' flag from the ln command in the install step of the Makefile...tduzan
2015-06-16Resolve symbol names in Cygwin Backtrace::desc implementationMaxime Coste
2015-06-02Fix Makefile for Fedora packaging systemJiří Konečný
2015-05-30Autoload site wide kak scripts if the user does not have his own autoload folderMaxime Coste
2015-05-27Tweak Makefile, enable -rdynamic so that backtraces symbols are foundMaxime Coste
2015-05-26Retreat ! go back to C++11 only codeMaxime Coste
2015-05-25Try gnu++1yMaxime Coste
2015-05-25Use gnu++14 only for Cygwin, as not recognized on OSXMaxime Coste
2015-05-25Use gnu++14, as some posix functions disappear in c++14 modeMaxime Coste
2015-05-25Migrate code to c++14Maxime Coste
2015-01-13-rdynamic does not work on gcc 4.9 under cygwinMaxime Coste
2014-10-11Add a test make targetMaxime Coste
2014-10-08empty DESTDIRRoberto Zanotto
2014-09-28Pass -rdynamic only to the linkerMaxime Coste
2014-09-18Fix compilation on recent cygwinMaxime Coste
2014-09-15Makefile: Include system header in generated dependenciesMaxime Coste
2014-08-12Make safe_ptr able to track callstacksMaxime Coste
2014-04-03Merge remote-tracking branch 'jjthrash/osx-install-fixes'Maxime Coste
2014-04-03Remove redundant -D that was causing problems on OSXJimmy Thrasher
2014-04-03Fix cygwin detection in MakefileMaxime Coste
2014-04-03Detect Darwin in the Makefile and plan accordinglyJimmy Thrasher
2013-12-23make userconfig: install all kak scriptsMaxime Coste
2013-12-23Make kak more installableMaxime Coste
2013-11-12Centralize file mimetype detection in mime.kakMaxime Coste
2013-11-09cleanup MakefileMaxime Coste
2013-11-07Makefile: use boost_regex-mt on CygwinMaxime Coste
2013-07-12Compile with gnu++11 so that cygwin is happy, and remove unneeded -lmenuMaxime Coste
2013-04-18add man.kak which provides a man command for displaying man pages in kakouneMaxime Coste
2013-04-04compile with -pedantic option and fix warningsMaxime Coste
2013-04-03Makefile: hide object filesMaxime Coste
2013-03-15Makefile: fix link with bfd linkerMaxime Coste
2013-02-27Add a debug option to Makefile, and use KAK_DEBUG define to remove debug codeMaxime Coste
2013-02-26Use ncursesw in order to get correct utf8 handlingMaxime Coste
2013-02-21Add mail.kak for mail file highlightingMaxime Coste
2013-01-08add sh.kak for shell script highlightingMaxime Coste
2013-01-08Make: fix userconfig targetMaxime Coste
2013-01-04add client.kak providing 'new' command for opening a new clientMaxime Coste
2012-12-13Makefile: add a userconfig targetMaxime Coste
2012-10-11Makefile: add -Wall to CXXFLAGSMaxime Coste