YouCompleteMe/cpp/ycm
Strahinja Val Markovic c9e1706fa1 ClangCompleter now async and caches Clang data
First off, we don't block the GUI thread anymore for ClangCompleter (that was
always temporary). Secondly, now ClangCompleter will cache the data coming from
clang so that query-based filtering of members is fast.
2012-07-15 20:49:56 -07:00
..
tests No results for empty query (IdentifierCompleter) 2012-07-15 19:44:35 -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 More forward decls instead of includes 2012-07-11 22:14:28 -07:00
CandidateRepository.h More forward decls instead of includes 2012-07-11 22:14:28 -07:00
ClangCompleter.cpp ClangCompleter now async and caches Clang data 2012-07-15 20:49:56 -07:00
ClangCompleter.h ClangCompleter now async and caches Clang data 2012-07-15 20:49:56 -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.h ClangCompleter now async and caches Clang data 2012-07-15 20:49:56 -07:00
IdentifierCompleter.cpp ClangCompleter now async and caches Clang data 2012-07-15 20:49:56 -07:00
IdentifierCompleter.h ClangCompleter now async and caches Clang data 2012-07-15 20:49:56 -07:00
indexer.cpp ClangCompleter now async and caches Clang data 2012-07-15 20:49:56 -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 If query empty, Results sorted lexicographically 2012-07-15 19:40:24 -07:00
Result.h If query empty, Results sorted lexicographically 2012-07-15 19:40:24 -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