YouCompleteMe/cpp/ycm
Strahinja Val Markovic d18b89bceb Fixed another bug in the word boundary condition
The problem was that should have been using a longest common subsequence
algorithm for the "number of word boundary character matches" calculation. Our
old approach would fail for the following case:

Query: "caafoo"

Candidate1 : "acaaCaaFooGxx"
Candidate2 : "aCaafoog"

Candidate1 needs to win. This is now also a test case.
2012-06-24 17:58:20 -07:00
..
tests Fixed another bug in the word boundary condition 2012-06-24 17:58:20 -07:00
Candidate.cpp New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
Candidate.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
CMakeLists.txt Adding the SYSTEM flag for boost and python headers 2012-05-10 09:57:07 -07:00
Completer.cpp Newly inserted identifiers are added immediately 2012-05-12 15:20:03 -07:00
Completer.h Newly inserted identifiers are added immediately 2012-05-12 15:20:03 -07:00
ConcurrentStack.h Optimized the use of threads somewhat 2012-05-10 22:35:08 -07:00
Future.cpp Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
Future.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
indexer.cpp Newly inserted identifiers are added immediately 2012-05-12 15:20:03 -07:00
LetterHash.cpp Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
LetterHash.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
LetterNode.cpp New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
LetterNode.h New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
Result.cpp Fixed another bug in the word boundary condition 2012-06-24 17:58:20 -07:00
Result.h New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
RootLetterNode.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
standard.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
Utils.cpp Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
Utils.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00