summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-20Add a peephole optimization pass to the regex compilerMaxime Coste
2019-01-20Refactor regex find next start not to be an instruction anymoreMaxime Coste
2019-01-20Split compile time regex flags from runtime onesMaxime Coste
2019-01-20Support re-using the same ThreadedRegexVM for multiple iterationsMaxime Coste
2019-01-20Fix warning on gcc 8Maxime Coste
2019-01-20Fix use of removed std::random_shuffleMaxime Coste
2019-01-20Refactor parsed regex children iteration to use regular range-for loopsMaxime Coste
2019-01-20Refactor RegexIterator to use a SentinelMaxime Coste
2019-01-20Switch to compilation standard to C++17Maxime Coste
2019-01-20Kakoune v2019.01.20Maxime Coste
2019-01-20Defer deletion of unsetted option to return to main loopMaxime Coste
2019-01-19small code tweakMaxime Coste
2019-01-13Use an InvalidPolicy in utf8::dump and utf8::codepoint_sizeMaxime Coste
2019-01-03Add support for named captures to the regex impl and regex highlighterMaxime Coste
2019-01-03Add Optional::value_or_compute for lazy computation of default valueMaxime Coste
2018-12-28Remove DurationMs and slight code refactorMaxime Coste
2018-12-28Merge remote-tracking branch 'lenormf/unit-tests-timing'Maxime Coste
2018-12-27Use fork instead of vfork on CYGWINMaxime Coste
2018-12-23src: Run and display the time taken by unit tests to run in debug modeFrank LENORMAND
2018-12-20src: Add support for right click eventsFrank LENORMAND
2018-12-19Add support for 'sanitizers=...' make optionMaxime Coste
2018-12-19Do not pass thread to failed/consumed, capture it implicitelyMaxime Coste
2018-12-19Take iterators by const-ref in ThreadedRegexVM::execMaxime Coste
2018-12-13Add an option to only highlight trailing whitespaceClement Delafargue
2018-12-13Generate a coredump on quit due to SIGSEGVMaxime Coste
2018-12-13Improve deindent behaviour with mixed indentMaxime Coste
2018-12-12Remove support for 8-bit CSI as it breaks utf8 inputMaxime Coste
2018-12-11Merge remote-tracking branch 'lenormf/fix-makefile-test-rule'Maxime Coste
2018-12-09Fix compilation errorMaxime Coste
2018-12-09Merge branch 'patch-1' of http://github.com/gnull/kakouneMaxime Coste
2018-12-09Refactor parsing of keys and introduce a builtin key parser modeMaxime Coste
2018-12-09NCursesUI: Handle CSI in 8-bit mode as wellMaxime Coste
2018-12-09Merge remote-tracking branch 'jeapostrophe/master'Maxime Coste
2018-12-09Gather the list of hooks to run before running the parentMaxime Coste
2018-12-08Very minor grammar fixIvan Oleynikov
2018-12-07Fix dumb typoJay McCarthy
2018-12-07Simplify re: lenormfJay McCarthy
2018-12-07Update re lenormf's commentsJay McCarthy
2018-12-07Parse xterm-keys for motion directlyJay McCarthy
2018-12-07Use _exit() after vfork()Jason Felice
2018-12-06src: The `test` build target depends on `kak`Frank LENORMAND
2018-12-06Use a dummy function for SIGPIPE instead of SIG_IGNMaxime Coste
2018-12-01src: Prevent `:prompt -on-change` from crashing the editorFrank LENORMAND
2018-11-28Fix hooks triggering on unset-option even if parent has same valueMaxime Coste
2018-11-27Support KAKOUNE_POSIX_SHELL environment variable to choose the shell pathMaxime Coste
2018-11-27ShellManager: Use vfork instead of forkMaxime Coste
2018-11-27Merge remote-tracking branch 'lenormf/fix-trim-selections'Maxime Coste
2018-11-27Merge remote-tracking branch 'Delapouite/face-helper'Maxime Coste
2018-11-27Make '_' the default extra_word_chars, and remove built-in supportMaxime Coste
2018-11-26Read initial remote message in Urgent EventModeMaxime Coste