summaryrefslogtreecommitdiff
path: root/src/ranked_match.hh
AgeCommit message (Expand)Author
2025-04-02Tweak ranked match behaviour to consider the number of full wordsMaxime Coste
2023-12-02ranked match: prefer input order over alphabetical order for user-specified c...Johannes Altmanninger
2023-11-15Refactor fuzzy matcher ranking furtherMaxime Coste
2023-02-28Fix new gcc errors for missing types.ioh
2022-11-19Accept "cd dir/" again instead of using a subdirectoryJohannes Altmanninger
2017-07-19Make non smart case full match better than smart case full matchMaxime Coste
2017-03-15Migrate WithBitOps template specialization to with_bit_ops functionMaxime Coste
2017-01-29Make StringView and unit types trivial typesMaxime Coste
2016-11-28Cleanup include dependencies a bitMaxime Coste
2016-11-14Tweak RankedMatch behaviour and fix bug in its comparison functionMaxime Coste
2016-09-30Tweak ranked match comparison, give contiguous matches an edgeMaxime Coste
2016-09-26Tweak RankedMatch logic, prioritize matches that are in a single wordMaxime Coste
2016-08-30Tweak RankedMatch, compare max match index instead of match indices sumMaxime Coste
2016-08-29Use flags and bit operations instead of bools in RankedMatchMaxime Coste
2016-03-25Move UsedLetters with RankedMatchMaxime Coste
2016-03-24Fix uninitialized value in RankedMatchMaxime Coste
2016-02-28Take subsequence matches index when sorting RankedMatchMaxime Coste
2016-01-28Small cleanupMaxime Coste
2015-10-29Use an heuristic based match ranking algorithm inspired by what YouCompleteMe...Maxime Coste
2015-10-27Move more logic into RankedMatchMaxime Coste
2015-10-22Extract WordDB::RankedWord as RankedMatch in its own fileMaxime Coste