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
/
ranked_match.cc
Age
Commit message (
Expand
)
Author
2025-04-02
Reduce include creep
Maxime Coste
2025-04-02
Tweak ranked match behaviour to consider the number of full words
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-02-12
Use unicode is_word/to_{lower/upper} function in ranked match
Maxime Coste
2023-12-12
Merge remote-tracking branch 'krobelus/prefer-input-order-over-alphabet'
Maxime Coste
2023-12-04
Fix basename prefix flag to use smartcase eq
Maxime Coste
2023-12-02
ranked match: prefer input order over alphabetical order for user-specified c...
Johannes Altmanninger
2023-12-02
Fix single word detection when query is not single word
Maxime Coste
2023-11-23
Only set Prefix in RankedMatch if the full query matches
Maxime Coste
2023-11-16
Drop last character for basename matching
Maxime Coste
2023-11-15
Slight cleanup of RankedMatch code
Maxime Coste
2023-11-15
Refactor fuzzy matcher ranking further
Maxime Coste
2023-11-11
Fix SingleWord handling in RankedMatch
Maxime Coste
2022-11-19
Accept "cd dir/" again instead of using a subdirectory
Johannes Altmanninger
2021-12-14
Bug fix: use only iswlower() in RankedMatch::is_word_boundary()
Sidharth Kshatriya
2019-09-07
Rank a word-boundary after a non-word-boundary
Jean-Louis Fuchs
2018-03-15
RankedMatch: Do not compare word boundary match count on single word matches
Maxime Coste
2017-12-06
RankedMatch: Make punctuation ordered *before* alphanumeric characters
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-07-19
Make non smart case full match better than smart case full match
Maxime Coste
2017-07-19
Use smart case matching for contiguous/prefix/fullmatch detection
Maxime Coste
2017-06-04
Change RankedMatch ordering to favor `/` characters
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-01-31
Tweak ranked match ordering
Maxime Coste
2017-01-30
Warning fix in ranked_match.cc
Maxime Coste
2017-01-29
Fix infinite loop when comparing RankedMatches containing invalid utf8
Maxime Coste
2017-01-29
Use iswlower instead of islower
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-11-22
Fix literal type that must be 64 bits
Maxime Coste
2016-11-14
Tweak RankedMatch behaviour and fix bug in its comparison function
Maxime Coste
2016-09-30
Tweak ranked match comparison, give contiguous matches an edge
Maxime Coste
2016-09-26
Tweak RankedMatch logic, prioritize matches that are in a single word
Maxime Coste
2016-08-30
Only decode utf8 when strictly necessary in RankedMatch::operator<
Maxime Coste
2016-08-30
Tweak RankedMatch, compare max match index instead of match indices sum
Maxime Coste
2016-08-29
Use flags and bit operations instead of bools in RankedMatch
Maxime Coste
2016-05-20
Fix RankedMatch ordering where 'a < a' was true
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-17
Fix RankedMatch::operator< with matching prefix candidates
Maxime Coste
2016-05-11
Use C++ locale based functions instead of the libc ones
Maxime Coste
2016-04-04
Tweak RankedMatch behaviour
Maxime Coste
2016-04-04
Give priority to lower case in RankedMatch
Maxime Coste
2016-03-28
Tweak subsequence_match_smart_case
Maxime Coste
2016-03-28
Use manual lexicographic comparison in RankedMatch::operator<
Maxime Coste
2016-03-25
Move UsedLetters with RankedMatch
Maxime Coste
2016-03-24
Tweak implementation of subsequence_match_smart_case
Maxime Coste
2016-03-24
Fix uninitialized value in RankedMatch
Maxime Coste
2016-03-02
Tweak RankedMatch ordering, give priority to prefix matches
Maxime Coste
2016-02-28
Take subsequence matches index when sorting RankedMatch
Maxime Coste
2016-02-22
Tweak RankedMatch::operator<
Maxime Coste
2016-02-17
Fix count_word_boundaries_match
Maxime Coste
[next]