YouCompleteMe/cpp/ycm
Strahinja Val Markovic 52d8a1236b If query empty, Results sorted lexicographically
This change was also the root cause of the crash bug I spent two days tracking
down. The problem was that the new bool member was not added to the custom copy
ctor... since we don't really need a custom copy ctor for Result, we're going
with the compiler-provided one.
2012-07-15 19:40:24 -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 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 ClangComplete now sorts completions based on query 2012-07-11 22:41:32 -07:00
ClangCompleter.h Improving UnsavedFile operator== 2012-07-12 20:54:08 -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 Moving the LatestTask typedef to Future.h 2012-07-12 20:54:40 -07:00
IdentifierCompleter.cpp Removing some unused aliases 2012-07-12 20:55:00 -07:00
IdentifierCompleter.h Moving the LatestTask typedef to Future.h 2012-07-12 20:54:40 -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 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