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
2019-01-22
Default to release build
Maxime Coste
2019-01-20
Switch to compilation standard to C++17
Maxime Coste
2018-12-19
Add support for 'sanitizers=...' make option
Maxime Coste
2018-12-06
src: The `test` build target depends on `kak`
Frank LENORMAND
2018-10-23
Keep doc/kak.1 when running make-install
Justin Frank
2018-10-23
Fix Makefile for manpage
Maxim Baz
2018-10-21
doc: Convert the man page to the TROFF format
Frank LENORMAND
2018-09-04
Remove leading v in archive names when generating releases
Maxime Coste
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-06-20
Pass in OpenBSD binary path using preprocessor option
dahlbaek
2018-06-20
Adds openbsd support
Patrick Marchand
2018-04-22
remove dragonflybsd specific logic since pkg-config works perfectly fine now
Stephen Hassard
2018-04-14
Makefile: use git-describe to get the version string
Maxime Coste
2018-04-10
Makefile: formatting fix
Maxime Coste
2018-04-09
Makefile: add a dist target to generate a tarball
Maxime Coste
2018-02-22
src makefile: Fix the `--static` flag passed to `pkg-config`
Frank LENORMAND
2018-02-18
Makefile: use PKG_CONFIG to get static compilation flags as well
Maxime Coste
2018-02-03
Makefile: Only check for pkg-config when on a system that uses it
Maxime Coste
2018-01-11
src makefile: Abort compilation when `pkg-config` is not in PATH
Frank LENORMAND
2017-11-19
Docs: add missing -i <suffix> command line flag
Delapouite
2017-11-19
Makefile: Add ability to disable compressing manpage
Kylie McClain
2017-11-17
Makefile: use PKG_CONFIG, not pkg-config
Kylie McClain
2017-11-02
doc.kak: Render documentation internally instead of relying on man
Maxime Coste
2017-11-01
Rename doc/manpages to doc/pages
Maxime Coste
2017-11-01
Regex: Remove boost related code
Maxime Coste
2017-10-30
Makefile: Use pkg-config on Linux to get the ncurses compilation flags
Maxime Coste
2017-08-03
Change documentation directory towards $kak_runtime/doc
Maxime Coste
2017-07-19
Fix travis configuration for C++14 support
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-06-26
Disable -Wunknown-attributes
Maxime Coste
2017-06-17
Disable -Wnoexcept-type warning
Maxime Coste
2017-05-27
Put the doc/manpages/ pages in the 'k' section
Maxime Coste
2017-05-20
Always link input files in the same order
Bernhard M. Wiedemann
2017-05-20
do not embed timestamps in .gz files
Bernhard M. Wiedemann
2017-03-26
src: Fix the `distclean` Makefile target
Frank LENORMAND
2017-03-07
Update Makefile
guillaumecherel
2017-02-27
Compile optimized and debug into different files, make `kak` a symlink
Maxime Coste
2017-02-27
Cleanup some tabby mess in the Makefile
Maxime Coste
2017-01-29
Fix option name in haskell.kak
Maxime Coste
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
[next]