summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2017-01-14Remove the option that excludes the `-pedantic` flag from `CXXFLAGS`Frank LENORMAND
2017-01-05Use PREFIX to locate ncurses and boost on macOSRob Warner
2017-01-04Allow non-standard homebrew location for boost and ncurses linkingRob Warner
2016-12-30use explicit flags for homebrew's boost on osxMartin Chaine
2016-11-02Add experimental static linking support to the makefileMaxime Coste
2016-10-13Use CPPFLAGS instead of CXXFLAGS for the _XOPEN_SOURCE defineMaxime Coste
2016-10-01Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth functionMaxime Coste
2016-09-25Add some standard GNU targets to the MakefileFrank LENORMAND
2016-03-10Update Makefile for OSX build with homebrew ncursesRobert J. Ennis
2016-02-18Disable interactive mode when moving documentation manpagesFrank LENORMAND
2016-02-11Merge remote-tracking branch 'jjthrash/osx-asciidoc-fixes'Maxime Coste
2016-02-11Support validating some options values before setting themMaxime Coste
2016-02-11Remove A2X variable from Makefile since it doesn't fix the OSX homebrew problemJimmy Thrasher
2016-02-11Convert GNU sed extension into more general expression to work with BSD/OSXJimmy Thrasher
2016-02-11Turn off xmllint for a2x.pyJimmy Thrasher
2016-02-06Cleanup doc manpages generationMaxime Coste
2016-02-04Prevent unconditional generation of the man pages, fix the executable name fo...Frank LENORMAND
2016-02-04Rename the man page to `kak`Frank LENORMAND
2016-02-04Properly install the man page when using a custom prefixFrank LENORMAND
2016-02-04Fix the installation of documentation pagesFrank LENORMAND
2016-02-04Merge remote-tracking branch 'occivink/master'Maxime Coste
2016-02-03Adapt 'make install' to rc/ reorganizationO. Perret
2016-02-03Generate the documentation pages in the troff formatFrank LENORMAND
2016-02-03Migrate the raw troff `kakoune` man page to the asciidoc formatFrank LENORMAND
2016-02-02Add a basic man pageFrank LENORMAND
2015-12-12Remove deprecated userconfig ruleEnrico Lumetti
2015-11-19Makefile: Allow for passing include/ncursesw pathKylie McClain
2015-11-19Fix building with musl libcKylie McClain
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