summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-12Check the return value of the rename callMaxime Coste
2019-02-12Introduce a writemethod option to either overwrite or replace filesMaxime Coste
2019-02-12Refactor write_buffer_to_file to use a flags paramMaxime Coste
2019-02-11Fix bug in 'itersel' handling that could result in unsorted selectionsMaxime Coste
2019-02-04Remove peephole regex optimization passMaxime Coste
2019-02-04Fix regex not always selecting the leftmost longest matchMaxime Coste
2019-02-04Remove references to SelectionList from selectorsMaxime Coste
2019-02-04Remove target_eol and small code cleanupsMaxime Coste
2019-02-03Merge remote-tracking branch 'JJK96/documentation'Maxime Coste
2019-01-25Add missing [<switches>] argument to declare-optionJan-Jaap Korpershoek
2019-01-24Replace std::mem_fn with custom lambda in rangesMaxime Coste
2019-01-24Fix missing errno includeMaxime Coste
2019-01-24Add missing locale include to main.ccMaxime Coste
2019-01-24Fix array_view dependency on std::minMaxime Coste
2019-01-24Header and dependency cleanupMaxime Coste
2019-01-24Replace std::tie with structured bindingsMaxime Coste
2019-01-23Only embed gdb script on ELF targets, and add missing gdb symlinkMaxime Coste
2019-01-23Embed gdb pretty-printing script directly into Kakoune binaryMaxime Coste
2019-01-23Change pipe diffing to work linewiseMaxime Coste
2019-01-23Always select inserted text after pipingMaxime Coste
2019-01-22Default to release buildMaxime Coste
2019-01-20Try to bypass clang crashMaxime Coste
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-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