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.cc
Age
Commit message (
Expand
)
Author
2017-11-01
Regex: Add support for \h and \H "horizontal blank" character classes
Maxime Coste
2017-11-01
Regex: Add support for `\K` that reset the start capture
Maxime Coste
2017-11-01
Regex: Add support for \Q...\E quoted parts
Maxime Coste
2017-11-01
Regex: small error message improvement
Maxime Coste
2017-11-01
Regex: fix support for `-` at end of a character class
Maxime Coste
2017-11-01
Regex: Disable dumping regex instructions by default in unit tests
Maxime Coste
2017-11-01
Regex: slight cleanup of the unit tests
Maxime Coste
2017-11-01
Regex: Refactor regex compilation to a regular RegexCompiler class
Maxime Coste
2017-11-01
Regex: improve regex parse error reporting
Maxime Coste
2017-11-01
Regex: support escaped character classes
Maxime Coste
2017-11-01
Regex: fix handling of strict quantifiers {N}
Maxime Coste
2017-11-01
Regex: Use a std::function based "Matcher" op to implement character classes
Maxime Coste
2017-11-01
Regex: whenever Kakoune compiles a regex, pass it to the custom impl as well
Maxime Coste
2017-11-01
Regex: work on unicode codepoints instead of raw bytes
Maxime Coste
2017-11-01
Regex: when in full match mode, do not accept trailing data
Maxime Coste
2017-11-01
Regex: Implement leftmost matching
Maxime Coste
2017-11-01
Regex: Add initial support for character ranges
Maxime Coste
2017-11-01
Regex: Add support for searching
Maxime Coste
2017-11-01
Regex: cleanup and reorganize regex code and improve capture support
Maxime Coste
2017-11-01
Regex: WIP support for saving captures
Maxime Coste
2017-11-01
Regex: Small comment tweaks
Maxime Coste
2017-11-01
Regex: Add support for curly braces count expressions
Maxime Coste
2017-11-01
Regex: Add support for subject begin/end assertion (\` and \')
Maxime Coste
2017-11-01
Regex: Add word boundary assertion support
Maxime Coste
2017-11-01
Regex: Ensure we only ever have a single thread on a given instruction
Maxime Coste
2017-11-01
Regex: add unit test to check the ".*" construct
Maxime Coste
2017-11-01
Regex: Make the Split op only take a single offset parameter
Maxime Coste
2017-11-01
Regex: Introduce RegexProgram::ThreadedExecutor and add line end/begin impl
Maxime Coste
2017-11-01
Regex: Code cleanup in the regex impl
Maxime Coste
2017-11-01
Regex: Add initial, exploratory work on a custom regex engine
Maxime Coste
[prev]