YouCompleteMe/cpp/ycm/tests
Strahinja Val Markovic 6c53bad58f No more threading in completers!
The server is multi-threaded and will spawn a new thread for each new request.
Thus, the completers need not manage their own threads or even provide async
APIs; we _want_ them to block because now were implementing the request-response
networking API.

The client gets the async API through the network (i.e., it can do something
else while the request is pending).
2013-10-07 11:03:28 -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 Xcode needs special testdata folder handling 2013-05-26 11:59:27 -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
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