YouCompleteMe/cpp/ycm/ClangCompleter
Strahinja Val Markovic 9dfa2f4e11 Fixing thread segfault issues with new Boost 1.53
The answer was to use boost::move() on the functors, but since there is AFAIK no
move emulation support for Boost.Function, the fix may only work on C++11
compilers. That needs to be looked into.
2013-02-16 12:25:29 -08:00
..
ClangCompleter.cpp Fixing thread segfault issues with new Boost 1.53 2013-02-16 12:25:29 -08:00
ClangCompleter.h Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00
ClangResultsCache.cpp Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00
ClangResultsCache.h Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00
ClangUtils.cpp Adding the YcmDebugInfo command 2013-01-26 11:45:14 -08:00
ClangUtils.h Adding the YcmDebugInfo command 2013-01-26 11:45:14 -08:00
CompilationDatabase.cpp Fixing code style issues 2013-02-02 21:50:05 -08:00
CompilationDatabase.h Fixing code style issues 2013-02-02 21:50:05 -08:00
CompletionData.cpp Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00
CompletionData.h Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00
Diagnostic.h Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00
TranslationUnit.cpp Fixing code style issues 2013-02-02 21:50:05 -08:00
TranslationUnit.h Race condition fix; caused latency on first load 2013-01-24 18:37:44 -08:00
UnsavedFile.h Formatting the a part of the source with astyle 2013-01-19 20:03:32 -08:00