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-02-12
Check the return value of the rename call
Maxime Coste
2019-02-12
Introduce a writemethod option to either overwrite or replace files
Maxime Coste
2019-02-12
Refactor write_buffer_to_file to use a flags param
Maxime Coste
2019-02-11
Fix bug in 'itersel' handling that could result in unsorted selections
Maxime Coste
2019-02-04
Remove peephole regex optimization pass
Maxime Coste
2019-02-04
Fix regex not always selecting the leftmost longest match
Maxime Coste
2019-02-04
Remove references to SelectionList from selectors
Maxime Coste
2019-02-04
Remove target_eol and small code cleanups
Maxime Coste
2019-02-03
Merge remote-tracking branch 'JJK96/documentation'
Maxime Coste
2019-01-25
Add missing [<switches>] argument to declare-option
Jan-Jaap Korpershoek
2019-01-24
Replace std::mem_fn with custom lambda in ranges
Maxime Coste
2019-01-24
Fix missing errno include
Maxime Coste
2019-01-24
Add missing locale include to main.cc
Maxime Coste
2019-01-24
Fix array_view dependency on std::min
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2019-01-24
Replace std::tie with structured bindings
Maxime Coste
2019-01-23
Only embed gdb script on ELF targets, and add missing gdb symlink
Maxime Coste
2019-01-23
Embed gdb pretty-printing script directly into Kakoune binary
Maxime Coste
2019-01-23
Change pipe diffing to work linewise
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2019-01-22
Default to release build
Maxime Coste
2019-01-20
Try to bypass clang crash
Maxime Coste
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
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
[next]