YouCompleteMe/cpp/ycm
Strahinja Val Markovic be0085aca9 CandidateRepository is used for Candidate storage
This will make it easy to use the same Candidates for both the
IdentifierCompleter and the ClangCompleter, thereby reducing memory consumption
and increasing performance.
2012-07-11 22:08:04 -07:00
..
tests Renaming Completer to IdentifierCompleter 2012-07-10 23:13:12 -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
CandidateRepository.cpp CandidateRepository is used for Candidate storage 2012-07-11 22:08:04 -07:00
CandidateRepository.h CandidateRepository is used for Candidate storage 2012-07-11 22:08:04 -07:00
ClangCompleter.cpp Renamed ClangComplete to ClangCompleter 2012-07-10 23:28:58 -07:00
ClangCompleter.h Renamed ClangComplete to ClangCompleter 2012-07-10 23:28:58 -07:00
CMakeLists.txt Using cmake_cxx_flags instead of add_definitions 2012-07-09 13:58:56 -07:00
ConcurrentLatestValue.h Renaming ConcurrentStack to ConcurrentLatestValue 2012-07-06 12:14:25 -07:00
Future.cpp Using the vector indexing suite from Boost.Python 2012-07-08 15:34:44 -07:00
Future.h Using the vector indexing suite from Boost.Python 2012-07-08 15:34:44 -07:00
IdentifierCompleter.cpp CandidateRepository is used for Candidate storage 2012-07-11 22:08:04 -07:00
IdentifierCompleter.h CandidateRepository is used for Candidate storage 2012-07-11 22:08:04 -07:00
indexer.cpp Renamed ClangComplete to ClangCompleter 2012-07-10 23:28:58 -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 Fixing brace style usage 2012-07-04 16:15:41 -07:00
Result.h New sorting rule: char match index sum 2012-06-24 15:35:00 -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