summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2019-01-22Default to release buildMaxime Coste
2019-01-20Switch to compilation standard to C++17Maxime Coste
2018-12-19Add support for 'sanitizers=...' make optionMaxime Coste
2018-12-06src: The `test` build target depends on `kak`Frank LENORMAND
2018-10-23Keep doc/kak.1 when running make-installJustin Frank
2018-10-23Fix Makefile for manpageMaxim Baz
2018-10-21doc: Convert the man page to the TROFF formatFrank LENORMAND
2018-09-04Remove leading v in archive names when generating releasesMaxime Coste
2018-07-26Cleanup some trailing whitespaces and double semicolonMaxime Coste
2018-06-20Pass in OpenBSD binary path using preprocessor optiondahlbaek
2018-06-20Adds openbsd supportPatrick Marchand
2018-04-22remove dragonflybsd specific logic since pkg-config works perfectly fine nowStephen Hassard
2018-04-14Makefile: use git-describe to get the version stringMaxime Coste
2018-04-10Makefile: formatting fixMaxime Coste
2018-04-09Makefile: add a dist target to generate a tarballMaxime Coste
2018-02-22src makefile: Fix the `--static` flag passed to `pkg-config`Frank LENORMAND
2018-02-18Makefile: use PKG_CONFIG to get static compilation flags as wellMaxime Coste
2018-02-03Makefile: Only check for pkg-config when on a system that uses itMaxime Coste
2018-01-11src makefile: Abort compilation when `pkg-config` is not in PATHFrank LENORMAND
2017-11-19Docs: add missing -i <suffix> command line flagDelapouite
2017-11-19Makefile: Add ability to disable compressing manpageKylie McClain
2017-11-17Makefile: use PKG_CONFIG, not pkg-configKylie McClain
2017-11-02doc.kak: Render documentation internally instead of relying on manMaxime Coste
2017-11-01Rename doc/manpages to doc/pagesMaxime Coste
2017-11-01Regex: Remove boost related codeMaxime Coste
2017-10-30Makefile: Use pkg-config on Linux to get the ncurses compilation flagsMaxime Coste
2017-08-03Change documentation directory towards $kak_runtime/docMaxime Coste
2017-07-19Fix travis configuration for C++14 supportMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-06-26Disable -Wunknown-attributesMaxime Coste
2017-06-17Disable -Wnoexcept-type warningMaxime Coste
2017-05-27Put the doc/manpages/ pages in the 'k' sectionMaxime Coste
2017-05-20Always link input files in the same orderBernhard M. Wiedemann
2017-05-20do not embed timestamps in .gz filesBernhard M. Wiedemann
2017-03-26src: Fix the `distclean` Makefile targetFrank LENORMAND
2017-03-07Update Makefileguillaumecherel
2017-02-27Compile optimized and debug into different files, make `kak` a symlinkMaxime Coste
2017-02-27Cleanup some tabby mess in the MakefileMaxime Coste
2017-01-29Fix option name in haskell.kakMaxime Coste
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