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.cc
Age
Commit message (
Expand
)
Author
2025-04-02
Tweak ranked match behaviour to consider the number of full words
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-02-28
Templatize StringData::create
Maxime Coste
2023-11-17
Improve WordDB performance by precomputing hashes
Maxime Coste
2023-10-25
Speed up WordSplitter
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
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-03-22
Limit WordDB word length to 50 bytes
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-07-26
Lazily iterate over words instead of gathering them in a vector
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-04-19
Move get_word_db to word_db.cc
Maxime Coste
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2017-06-26
Use the extra_word_chars option in word based normal commands
Maxime Coste
2017-06-26
Change completion_extra_word_char to be a list of codepoints instead of a string
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-02-23
Refactor get_words to be simpler and faster
Maxime Coste
2017-02-23
Fix support for non ascii chars in completion_extra_word_char
Maxime Coste
2017-02-23
Refactor WordDB::add_words to be slightly faster
Maxime Coste
2016-08-24
Introduce the 'completion_extra_word_chars' option
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-05-09
Make utf8_iterator codepoint type and difference type configurable
Maxime Coste
2016-03-29
RankedMatch constructor handles empty query just fine
Maxime Coste
2016-03-25
Move UsedLetters with RankedMatch
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-02-05
Get rid of SharedString
Maxime Coste
2016-02-05
dont intern SharedStrings but StringDataPtr
Maxime Coste
2015-10-27
Move more logic into RankedMatch
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-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-03-10
Tweak WordDB implementation
Maxime Coste
2015-02-03
Fix too strict assert and unneeded (lets hope) check
Maxime Coste
2015-01-31
Rewrite line modifications, hopefully with easier to comprehend code
Maxime Coste
2015-01-27
Store direct ref_ptr<StringStorage> for WordDB lines
Maxime Coste
2015-01-19
rename SharedString::Storage to StringStorage and use directly in Buffer
Maxime Coste
2015-01-15
Add a no copy shared string constructor, used for map lookup, and intern words
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-11
Track some more memory
Maxime Coste
2014-12-23
Code refactoring in WordDB
Maxime Coste
2014-12-22
Minor cleanup
Maxime Coste
2014-12-11
Do not sort results of WordDB, simplify code
Maxime Coste
2014-10-28
Refactor word_db, use an unordered map
Maxime Coste
[next]