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.cc
Age
Commit message (
Expand
)
Author
2025-07-08
Remove uses of Regex in BufferManager by taking a more general filter
Maxime Coste
2024-03-22
Make CompiledRegex not a RefCountable
Maxime Coste
2023-11-13
Quote completions of regex options
Johannes Altmanninger
2019-01-20
Try to bypass clang crash
Maxime Coste
2019-01-03
Add support for named captures to the regex impl and regex highlighter
Maxime Coste
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2017-12-01
Regex: Support forward and backward matching code in the same CompiledRegex
Maxime Coste
2017-11-01
Regex: Remove boost related code
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: Introduce RegexExecFlags::PrevAvailable
Maxime Coste
2017-11-01
Regex: remove use of buffer_utils.hh from regex_impl.cc
Maxime Coste
2017-11-01
Regex: Find potential start position using a map of valid start chars
Maxime Coste
2017-11-01
Regex: validate that our custom impl gets the same results as boost regex
Maxime Coste
2017-11-01
Regex: whenever Kakoune compiles a regex, pass it to the custom impl as well
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-10
Use boost::wregex implementation and manually utf8 decode into it
Maxime Coste
2016-02-04
String usage cleanups
Maxime Coste
2015-07-25
Tweak regex constructor calls
Maxime Coste
2015-07-14
Transform boost/std regex_error to Kakoune::regex_error at Regex construction
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste