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
/
regex_impl.hh
Age
Commit message (
Expand
)
Author
2017-11-01
Regex: put the other char boolean inside the general start char map
Maxime Coste
2017-11-01
Regex: refactor handling of Saves slightly, do not create them until really n...
Maxime Coste
2017-11-01
Regex: Go back to instruction based search of next start
Maxime Coste
2017-11-01
Regex: compute if codepoints outside of the start chars map can start
Maxime Coste
2017-11-01
Regex: comment the mutables in CompiledRegex::Instruction and fix their init
Maxime Coste
2017-11-01
Regex: Introduce a Regex memory domain to track usage separately
Maxime Coste
2017-11-01
Regex: remove the need to a processed inst vector
Maxime Coste
2017-11-01
Regex: use intrusive linked list for the free saves instead of a Vector
Maxime Coste
2017-11-01
Regex: Limit programs to std::numeric_limits<uint16_t>::max() instructions
Maxime Coste
2017-11-01
Regex: Fix handling of ^ and $ in backward matching mode
Maxime Coste
2017-11-01
Regex: Only reset processed and scheduled flags on relevant instructions
Maxime Coste
2017-11-01
Regex: Fix support for ignore case in lookarounds
Maxime Coste
2017-11-01
Regex: small code cleanup
Maxime Coste
2017-11-01
Regex: Assert that the regex direction matches the vm direction
Maxime Coste
2017-11-01
Regex: fix lookarounds handling when computing starting chars
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: add elided braces to fix compilation on older gcc
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: 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 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: 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: 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: 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
2017-11-01
Regex: store saves in a copy on write structure
Maxime Coste
2017-11-01
Regex: small code style tweak
Maxime Coste
2017-11-01
Regex: introduce RegexExecFlags to control various behaviours
Maxime Coste
2017-11-01
Regex: small code tweak in ThreadedRegexVM
Maxime Coste
[prev]
[next]