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
2017-11-01
Regex: move try/catch blocks inside boost specific code
Maxime Coste
2017-11-01
Regex: small code cleanup
Maxime Coste
2017-11-01
Regex: support more than two children in alternations
Maxime Coste
2017-11-01
Regex: print instruction index in dump_regex
Maxime Coste
2017-11-01
Regex: Assert that the regex direction matches the vm direction
Maxime Coste
2017-11-01
Regex: Tweak definition of character class and control escape tables
Maxime Coste
2017-11-01
Regex: fix lookarounds handling when computing starting chars
Maxime Coste
2017-11-01
Make use of custom regex backward searching support for reverse search
Maxime Coste
2017-11-01
Regex: Make boost checking disableable at compile time
Maxime Coste
2017-11-01
Regex: switch to custom impl, use boost for checking
Maxime Coste
2017-11-01
Regex: Fix lookaround use in moon.kak
Maxime Coste
2017-11-01
Regex: Support any char and character classes in lookarounds
Maxime Coste
2017-11-01
Regex: use std::conditional instead of custom template class to choose Utf8It
Maxime Coste
2017-11-01
Regex: Fix computation of potential starts for lookaheads
Maxime Coste
2017-11-01
Regex: detect when all characters can start and avoid allocating
Maxime Coste
2017-11-01
Regex: add elided braces to fix compilation on older gcc
Maxime Coste
2017-11-01
Regex: Fix wrong size of character_class_escapes array
Maxime Coste
2017-11-01
Regex: Fix handling of match_prev_avail for boost regex
Maxime Coste
2017-11-01
Regex: Introduce RegexExecFlags::PrevAvailable
Maxime Coste
2017-11-01
Regex: Do not use sized deallocation to support more compilers
Maxime Coste
2017-11-01
Regex: deallocate Saves memory on ThreadedRegexVM destruction
Maxime Coste
2017-11-01
Regex: Fix handling of control escapes inside character classes
Maxime Coste
2017-11-01
Regex: tag instructions as scheduled as well instead of searching
Maxime Coste
2017-11-01
Regex: refactor ThreadedRegexVM::exec_from code
Maxime Coste
2017-11-01
Regex: store the processed flag directly in CompiledRegex instructions
Maxime Coste
2017-11-01
Regex: abandon bytecode and just use a simple list of instructions
Maxime Coste
2017-11-01
Regex: Add some comments, remove supurious semicolons
Maxime Coste
2017-11-01
Regex: fix get_base(std::reverse_iterator<...>) returning a ref to temporary
Maxime Coste
2017-11-01
Regex: avoid infinite loops
Maxime Coste
2017-11-01
Regex: Add support for backward matching
Maxime Coste
2017-11-01
Regex: Remove static RegexCompiler::compile
Maxime Coste
2017-11-01
Regex: remove use of buffer_utils.hh from regex_impl.cc
Maxime Coste
2017-11-01
Regex: Use memcpy to write/read offsets from bytecode
Maxime Coste
2017-11-01
Regex: slight cleanup of the unit tests
Maxime Coste
2017-11-01
Regex: Cleanup character class parsing a bit
Maxime Coste
2017-11-01
Regex: Make ThreadedRegexVM a proper class, define a proper interface
Maxime Coste
2017-11-01
Regex: Find potential start position using a map of valid start chars
Maxime Coste
2017-11-01
Regex: Optimize single char character classes as literals
Maxime Coste
2017-11-01
Regex: reorder lookaround ops, group by direction
Maxime Coste
2017-11-01
Regex: Fix handling of Save instruction in ThreadedRegexVM
Maxime Coste
2017-11-01
Regex: Fix handling of non capturing groups (?:...)
Maxime Coste
2017-11-01
Regex: More code tweaks and cleanups in ThreadedRegexVM
Maxime Coste
2017-11-01
Regex: Code cleanup and refactor for Saves handling
Maxime Coste
2017-11-01
Regex: do not write the search prefix inside the program bytecode
Maxime Coste
2017-11-01
Regex: small code tweak
Maxime Coste
2017-11-01
Regex: Use a custom allocated buffer for Saves instead of a Vector
Maxime Coste
2017-11-01
Regex: make m_current_threads and m_next_threads local variable of exec
Maxime Coste
2017-11-01
Regex: Add a NoSaves RegexExecFlags to disable saving positions
Maxime Coste
2017-11-01
Regex: small refactor of ThreadedRegexVM::clone_saves
Maxime Coste
2017-11-01
Regex: Refactor thread handling in ThreadedRegexVM
Maxime Coste
[prev]
[next]