.. |
tests
|
Renaming 'indexer' to the more accurate 'ycm_core'
|
2012-08-04 18:59:22 -07:00 |
.ycm_clang_options.py
|
Forcing c++ lang in clang options for ycm
|
2012-08-05 12:55:03 -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
|
Improving IdentifierCompleter performance
|
2012-07-21 12:06:18 -07:00 |
CandidateRepository.h
|
Improving IdentifierCompleter performance
|
2012-07-21 12:06:18 -07:00 |
ClangCompleter.cpp
|
Code style fix
|
2012-08-04 19:33:28 -07:00 |
ClangCompleter.h
|
Protecting ALL clang access with a mutex now
|
2012-08-01 20:09:01 -07:00 |
ClangUtils.cpp
|
Showing the first func def in the preview window
|
2012-08-05 21:13:01 -07:00 |
ClangUtils.h
|
Removing some unused code + fix for crash
|
2012-08-01 22:09:31 -07:00 |
CMakeLists.txt
|
Setting rpath only for non-system, external clang
|
2012-08-04 19:37:00 -07:00 |
CompletionData.cpp
|
Split the CompletionData constructor into 2 funcs
|
2012-08-05 21:43:38 -07:00 |
CompletionData.h
|
Split the CompletionData constructor into 2 funcs
|
2012-08-05 21:43:38 -07:00 |
ConcurrentLatestValue.h
|
Renaming ConcurrentStack to ConcurrentLatestValue
|
2012-07-06 12:14:25 -07:00 |
ConcurrentStack.h
|
Buffer identifiers are now extracted async
|
2012-07-24 20:09:09 -07:00 |
Diagnostic.h
|
Adding diagnostic extraction support
|
2012-07-28 15:27:30 -07:00 |
Future.h
|
Async clang parsing of the current file
|
2012-07-26 21:44:17 -07:00 |
IdentifierCompleter.cpp
|
Add missing check for threads enabled
|
2012-07-26 21:44:17 -07:00 |
IdentifierCompleter.h
|
New system for specifying clang flags
|
2012-08-01 19:34:20 -07:00 |
IdentifierUtils.cpp
|
Buffer identifiers are now extracted async
|
2012-07-24 20:09:09 -07:00 |
IdentifierUtils.h
|
Buffer identifiers are now extracted async
|
2012-07-24 20:09:09 -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
|
ClangCompleter now returs extra data
|
2012-07-19 21:17:39 -07:00 |
Result.h
|
ClangCompleter now returs extra data
|
2012-07-19 21:17:39 -07:00 |
standard.h
|
Now showing optional parameters as well
|
2012-08-05 21:01:42 -07:00 |
UnsavedFile.h
|
Splitting the UnsavedFile struct into its own file
|
2012-07-21 09:09:29 -07:00 |
Utils.cpp
|
Loading .ycm_clang_options files now
|
2012-07-22 15:19:28 -07:00 |
Utils.h
|
Adding diagnostic extraction support
|
2012-07-28 15:27:30 -07:00 |
ycm_core.cpp
|
Showing preview window data for completions
|
2012-08-05 19:49:54 -07:00 |