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
2024-02-27
build: switch to POSIX make
Siva Mahadevan
2023-12-10
Add -Wno-stringop-overflow for g++
Chris Webb
2022-05-29
make clean: also clean up generated version files
Johannes Altmanninger
2021-11-21
Fix clang C++20 compilation issues
Maxime Coste
2021-11-21
Reduce the amount of Regex VM Instruction code
Maxime Coste
2021-11-08
src makefile: Install GDB types in debug mode
Frank LENORMAND
2021-09-08
src: Uninstall libexec properly
Frank LENORMAND
2021-07-12
Remove references to ncurses in Makefile
Maxime Coste
2020-12-25
Avoid non-POSIX ln -r switch
Maxime Coste
2020-12-09
Add a libexec/ directory and use it to find the kak command
Maxime Coste
2020-10-19
Fix wcwidth() compile error with MSYS2
Nicolas Ouellet-payeur
2020-09-18
Add illumos/Solaris support
luka null
2020-03-12
rc Makefile: Fix the predicate to detect `g++`
Frank LENORMAND
2020-02-09
src: Only remove objects and dependencies for the current target
Frank LENORMAND
2019-12-18
Make possible to change compression for make dist
Jiri Konecny
2019-10-17
Split clang/gcc specific arguments
Maxime Coste
2019-09-17
Added -Wno-init-list-lifetime to CXXFLAGS
Justin Frank
2019-07-09
Use -O0 for debug builds
Maxime Coste
2019-06-23
Fix silly typo
Maxime Coste
2019-06-23
Put -Og flag in CXXFLAGS, not CPPFLAGS
Maxime Coste
2019-06-23
Merge remote-tracking branch 'eraserhd/debug-optimizations'
Maxime Coste
2019-05-28
Fix the man path for OpenBSD
codesoap
2019-05-28
Avoid using gzips '-k' for compatibility
codesoap
2019-05-21
Add -Og for debug builds
Jason Felice
2019-03-26
Only pass ncurses compilation flags to ncurses_ui.cc
Maxime Coste
2019-03-22
find $(sharedir)/rc ...
Vladimir Bauer
2019-03-22
undo clean section
Vladimir Bauer
2019-03-22
call find in BSD compatible way
Vladimir Bauer
2019-03-21
Fixed makefile so properly installs new rc structure
Justin Frank
2019-03-05
Re-introduce -MP in the C++ compilation rule
Maxime Coste
2019-02-27
-MP compile option isn't needed since header files aren't globbed
Justin Frank
2019-02-27
Fixed all reorder warnings
Justin Frank
2019-02-27
Fixed Selection being defined as a struct and class
Justin Frank
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
[next]