YouCompleteMe/cpp/ycm
Strahinja Val Markovic ac1f40b9af Renaming our gtest targets to gtest_ycm
llvm also has a copy of gtest in its source tree. This causes cmake to bork
since it sees several different targets with the same name (gtest and
gtest_main). So we have to rename our versions of gtest and gtest_main to
something else... We're just appending _ycm now.

This will cause pain when we want to update gtest in the future from upstream,
but I don't see a better way of handling this.
2012-07-05 17:59:32 -07:00
..
tests Renaming our gtest targets to gtest_ycm 2012-07-05 17:59:32 -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
CMakeLists.txt Adding llvm/clang to our CMakeLists files 2012-07-05 17:58:49 -07:00
Completer.cpp Newly inserted identifiers are added immediately 2012-05-12 15:20:03 -07:00
Completer.h Newly inserted identifiers are added immediately 2012-05-12 15:20:03 -07:00
ConcurrentStack.h Optimized the use of threads somewhat 2012-05-10 22:35:08 -07:00
Future.cpp Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
Future.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
indexer.cpp Newly inserted identifiers are added immediately 2012-05-12 15:20:03 -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 Fixing brace style usage 2012-07-04 16:15:41 -07:00
Result.h New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
RootLetterNode.h Using custom collection of Boost libs 2012-05-09 21:45:30 -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