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
Age
Commit message (
Expand
)
Author
2019-01-20
Add a peephole optimization pass to the regex compiler
Maxime Coste
2019-01-20
Refactor regex find next start not to be an instruction anymore
Maxime Coste
2019-01-20
Split compile time regex flags from runtime ones
Maxime Coste
2019-01-20
Support re-using the same ThreadedRegexVM for multiple iterations
Maxime Coste
2019-01-20
Fix warning on gcc 8
Maxime Coste
2019-01-20
Fix use of removed std::random_shuffle
Maxime Coste
2019-01-20
Refactor parsed regex children iteration to use regular range-for loops
Maxime Coste
2019-01-20
Refactor RegexIterator to use a Sentinel
Maxime Coste
2019-01-20
Switch to compilation standard to C++17
Maxime Coste
2019-01-20
Kakoune v2019.01.20
Maxime Coste
2019-01-20
Defer deletion of unsetted option to return to main loop
Maxime Coste
2019-01-19
small code tweak
Maxime Coste
2019-01-13
Use an InvalidPolicy in utf8::dump and utf8::codepoint_size
Maxime Coste
2019-01-03
Add support for named captures to the regex impl and regex highlighter
Maxime Coste
2019-01-03
Add Optional::value_or_compute for lazy computation of default value
Maxime Coste
2018-12-28
Remove DurationMs and slight code refactor
Maxime Coste
2018-12-28
Merge remote-tracking branch 'lenormf/unit-tests-timing'
Maxime Coste
2018-12-27
Use fork instead of vfork on CYGWIN
Maxime Coste
2018-12-23
src: Run and display the time taken by unit tests to run in debug mode
Frank LENORMAND
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-12-19
Add support for 'sanitizers=...' make option
Maxime Coste
2018-12-19
Do not pass thread to failed/consumed, capture it implicitely
Maxime Coste
2018-12-19
Take iterators by const-ref in ThreadedRegexVM::exec
Maxime Coste
2018-12-13
Add an option to only highlight trailing whitespace
Clement Delafargue
2018-12-13
Generate a coredump on quit due to SIGSEGV
Maxime Coste
2018-12-13
Improve deindent behaviour with mixed indent
Maxime Coste
2018-12-12
Remove support for 8-bit CSI as it breaks utf8 input
Maxime Coste
2018-12-11
Merge remote-tracking branch 'lenormf/fix-makefile-test-rule'
Maxime Coste
2018-12-09
Fix compilation error
Maxime Coste
2018-12-09
Merge branch 'patch-1' of http://github.com/gnull/kakoune
Maxime Coste
2018-12-09
Refactor parsing of keys and introduce a builtin key parser mode
Maxime Coste
2018-12-09
NCursesUI: Handle CSI in 8-bit mode as well
Maxime Coste
2018-12-09
Merge remote-tracking branch 'jeapostrophe/master'
Maxime Coste
2018-12-09
Gather the list of hooks to run before running the parent
Maxime Coste
2018-12-08
Very minor grammar fix
Ivan Oleynikov
2018-12-07
Fix dumb typo
Jay McCarthy
2018-12-07
Simplify re: lenormf
Jay McCarthy
2018-12-07
Update re lenormf's comments
Jay McCarthy
2018-12-07
Parse xterm-keys for motion directly
Jay McCarthy
2018-12-07
Use _exit() after vfork()
Jason Felice
2018-12-06
src: The `test` build target depends on `kak`
Frank LENORMAND
2018-12-06
Use a dummy function for SIGPIPE instead of SIG_IGN
Maxime Coste
2018-12-01
src: Prevent `:prompt -on-change` from crashing the editor
Frank LENORMAND
2018-11-28
Fix hooks triggering on unset-option even if parent has same value
Maxime Coste
2018-11-27
Support KAKOUNE_POSIX_SHELL environment variable to choose the shell path
Maxime Coste
2018-11-27
ShellManager: Use vfork instead of fork
Maxime Coste
2018-11-27
Merge remote-tracking branch 'lenormf/fix-trim-selections'
Maxime Coste
2018-11-27
Merge remote-tracking branch 'Delapouite/face-helper'
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-11-26
Read initial remote message in Urgent EventMode
Maxime Coste
[prev]
[next]