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
/
word_db.hh
Age
Commit message (
Expand
)
Author
2025-04-02
Tweak ranked match behaviour to consider the number of full words
Maxime Coste
2023-10-25
Speed up WordSplitter
Maxime Coste
2020-11-07
Fix performance issue with word completion
Maxime Coste
2019-08-31
Limit the amounts of calls to get_extra_word_chars
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-04-19
Move get_word_db to word_db.cc
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-08-24
Introduce the 'completion_extra_word_chars' option
Maxime Coste
2016-03-25
Move UsedLetters with RankedMatch
Maxime Coste
2016-02-05
Get rid of SharedString
Maxime Coste
2016-01-28
Small cleanup
Maxime Coste
2015-10-22
Extract WordDB::RankedWord as RankedMatch in its own file
Maxime Coste
2015-10-21
Remove legacy WordDB::find_matching method
Maxime Coste
2015-10-18
Experiment with ranked word completion depending on word boundaries
Maxime Coste
2015-03-10
Tweak WordDB implementation
Maxime Coste
2015-03-01
Use StringDataPtr alias for RefPtr<StringData>
Maxime Coste
2015-03-01
rename StringStorage to StringData
Maxime Coste
2015-02-19
Rename safe_ptr and ref_ptr to SafePtr and RefPtr
Maxime Coste
2015-01-27
Store direct ref_ptr<StringStorage> for WordDB lines
Maxime Coste
2015-01-15
Do not store lines to word in word db, just keep the old lines alive
Maxime Coste
2015-01-15
Replace InternedStrings with SharedString, shared_ptr based
Maxime Coste
2015-01-13
Style tweak in WordDB
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-11
Track some more memory
Maxime Coste
2015-01-07
Add initial memory domain allocation tracking support
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-12-23
Code refactoring in WordDB
Maxime Coste
2014-12-22
Minor cleanup
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-10-28
Refactor word_db, use an unordered map
Maxime Coste
2014-10-01
Add support for interned strings
Maxime Coste
2014-07-30
Insert word completion: Use subsequence matching if prefix failed
Maxime Coste
2014-05-14
replace LineChangeWatcher with a free function compute_line_modifications
Maxime Coste
2014-04-22
Preserve current word in word completion if found elsewhere
Maxime Coste
2014-01-27
WordDB now uses a LineChangeWatcher based implementation
Maxime Coste
2014-01-19
WordDB: use an ordered map for storing words
Maxime Coste
2014-01-16
Word completion use a WordDB stored as a buffer value.
Maxime Coste