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: store saves in a copy on write structure
Maxime Coste
2017-11-01
Regex: small code style tweak
Maxime Coste
2017-11-01
Regex: fix handling of negative escaped character classes
Maxime Coste
2017-11-01
Regex: Replace boost regex_iterator impl with our own
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
2017-11-01
Regex: Fix use of not-yet-constructed CompiledRegex in TestVM impl
Maxime Coste
2017-11-01
Regex: Ensure we dont have a thread explosion in ThreadedRegexVM
Maxime Coste
2017-11-01
Regex: min/max quantifiers can be non greedy as well
Maxime Coste
2017-11-01
Regex: validate that our custom impl gets the same results as boost regex
Maxime Coste
2017-11-01
Regex: support escaping characters in character classes
Maxime Coste
2017-11-01
Regex: add support for case insensitive matching, controlled by (?i)
Maxime Coste
2017-11-01
Regex: use \A \z for subject start/end
Maxime Coste
2017-11-01
Regex: Implement lookarounds for fixed literal strings
Maxime Coste
2017-11-01
Regex: Support non greedy quantifiers
Maxime Coste
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
2017-11-01
Add another assert to try to catch #1506
Maxime Coste
2017-10-31
Highlighters does not need to inherit from HighlighterGroup
Maxime Coste
2017-10-31
Prompt: display the fallback text everytime the prompt is empty
Maxime Coste
2017-10-30
Do not auto apply the fallback regex when in regex prompts
Maxime Coste
2017-10-30
Do not allow opening files whose size we cannot express in an int
Maxime Coste
[prev]
[next]