Go to file
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
autoload Completion now off for comments and strings 2012-06-24 12:04:45 -07:00
cpp Renaming our gtest targets to gtest_ycm 2012-07-05 17:59:32 -07:00
plugin Updating copyright line 2012-04-15 20:28:46 -07:00
python Small refactoring of the ShouldAddIdentifier func 2012-05-12 20:42:45 -07:00
.gitignore Updating gitignore to ignore the test exe 2012-05-10 10:39:50 -07:00
README.md Adding initial readme file 2012-04-15 20:14:47 -07:00

Work in progress, NOT yet ready for primetime!