YouCompleteMe/cpp/ycm/tests
Strahinja Val Markovic 436017bd4d Now using new ycm_client_support shared lib
This means we can now load just ycm_client_support (which is a much smaller
library) into Vim and ycm_core into ycmd. Since ycm_client_support never depends
on libclang.so, we never have to load that into Vim which makes things much,
much easier.
2013-10-15 14:15:04 -07:00
..
ClangCompleter No more threading in completers! 2013-10-07 11:03:28 -07:00
gmock Updating to latest gmock & gtest 2013-02-02 21:47:41 -08:00
testdata GoTo commands for clang completer work again 2013-10-07 11:03:27 -07:00
Candidate_test.cpp Better smart-case query-candidate matching 2013-08-12 19:49:43 -07:00
CandidateRepository_test.cpp Code style fixes 2013-05-05 09:47:56 -07:00
CMakeLists.txt Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
IdentifierCompleter_test.cpp A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
IdentifierUtils_test.cpp Refactoring a big test into smaller tests 2013-08-30 14:46:33 -07:00
IndexForChar_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
IsUppercase_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
LetterBitsetFromString_test.cpp Formatting more code with astyle 2013-01-19 20:17:12 -08:00
main.cpp Releasing Python's GIL in C++ code where possible 2013-10-11 19:27:04 -07:00
TestUtils.cpp The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00
TestUtils.h The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00