monnier pushed a change to branch externals/hotfuzz.
was ff72f544e0 Allow C module to be built on Windows
This change permanently discards the following revisions:
discards ff72f544e0 Allow C module to be built on Windows
discards 48fcdae4b6 Add MELPA Stable badge
discards cb0ce382d9 Bump version to 1.0
discards 70ab03cc86 Undecorate sort key in-place
discards 0d4fbeed11 Mention the EMACS_ROOT CMake variable
discards 6899be9576 Ignore trailing gap start
discards 2a9d24c661 Fix void-variable hotfuzz--filtering-p
discards e41827ef02 Namespace tests
discards aa6bf3620f Set display-sort-function only when filtering
discards 1afac1f005 Fix strtolower only altering first 8 characters
discards 622329477d Add Consult and dynamic module compatibility note
discards d8976c48e3 Fix too small memory allocation
discards 864d07cadb Specify expected POSIX standard
discards ff9d8c047d Reference the -B flag in CMake build instructions
discards 1b54d7a6be Stop defaulting to the "RelWithDebInfo" build type
discards 188e2c6c23 Simplify the C implementation
discards 6236c30cfc Upgrade GitHub Actions actions
discards 4dcc70c784 Add display-sort-function test
discards 44d0c23e9c Remove the deprecated hotfuzz-vertico-mode
discards 0d89041ca4 Autoload hotfuzz--adjust-metadata
discards f91c0972cc Check copy_string_contents return value
discards 2a4d9d32b3 Add comparison with fussy
discards e568d338e8 Add test for completion-lazy-hilit
discards a7563c9d08 Use completion-lazy-hilit
discards 822c93648c Simplify bonus LUTs
discards 3076cb250d Use completion-regexp-list
discards 0ab20e2636 Add advice on corfu--all-completions as well
discards b7e1fabfcc Remove Selectrum integration
discards 17c0413af3 Cross-platform support in native module
discards 8bd60d4991 Remove redundant (> i 0) check when highlighting
discards f02edb699c Fix hotfuzz--adjust-metadata messing up metadata
discards 90d95663f9 Defer loading of dynamic module
discards 05330fc720 Test filtering with long search string
discards 5ccab77f7b Add compatibility mode for Vertico (#3)
discards 7f8f351d80 Optimize case conversions
discards af1b4022bd Explain how to use hotfuzz with Fido (#6)
discards a19395aca9 Obey completion-ignore-case in hotfuzz--filter-c
discards 405493a4cc Fix handling of completion boundaries
discards f32d0aa459 Reduce number of calls to tolower
discards 50ea5b54c2 Check for too long haystack
discards 15378fbf7d Replace string-search with string-match-p
discards 7baf5a0c34 Bump GitHub Actions dependencies
discards 21fe545d5f Sort already in hotfuzz-all-completions
discards aa53273d79 Avoid loading Selectrum for hotfuzz-selectrum-mode
discards 95a1be4496 Tidy up dynamic module
discards e963cef1bf Add dynamic module
discards c09ee50c33 Penalize gaps within a match more
discards 8c3bf82dda Add test of highlighting
discards 11a3c1431f Fix MELPA review comments
discards 0c710769e5 Use sort key cons cell instead of text property
discards 0fde15001d Add customization group
discards 1c65194200 Add a few tests
discards 77fe5fbc46 Do not escape 1st char in complemented char set
discards e07a9404dd Add section on related projects
discards cb12500f31 Add license
discards 8b8a13f212 Highlight the actual optimal positions
discards eed4b913ac Remove dependency on subr-x
discards 820aebe4bc Add Selectrum integration
discards dca74d5a83 Add completion style implementation
discards 564b05ea1d Honor the value of completion-ignore-case
discards caaae5f893 Improve documentation
discards 61f9ff60c8 Anchor match pattern
discards b7faa7a817 Clean up code
discards ac777a2360 Disallow passing empty search string to scoring fn
discards aa91f78c2e Prefer fillarray to manual loop
discards e187f784bf Add bonuses
discards 2f14009b51 Clean up
discards a517bfa7eb Fix C/D boundary conditions
discards 59d85b3b77 Implement Gotoh's algorithm for sequence alignment