YouCompleteMe/cpp/ycm
Strahinja Val Markovic f20448d89e Fix rare issue with static initialization
ycmd would sometimes crash on startup with a coredump and a message from glibc
on how free() was called for an invalid pointer. A gdb session pointed out that
the problem was with static initialization order.
2013-10-25 13:03:00 -07:00
..
ClangCompleter compilation db caller can now know if db busy 2013-10-14 10:22:57 -07:00
tests Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
.ycm_extra_conf.py Fixing possible issue with remove() on StringVec 2013-05-29 19:05:38 -07:00
Candidate.cpp Better smart-case query-candidate matching 2013-08-12 19:49:43 -07:00
Candidate.h Fix ranking bug with ALL_CAPS variables 2013-04-28 13:21:13 -07:00
CandidateRepository.cpp Code style fixes 2013-05-05 09:47:56 -07:00
CandidateRepository.h Some docs for CandidateRepository 2013-05-25 11:02:53 -07:00
CMakeLists.txt Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
CustomAssert.cpp Adding our custom X_ASSERT macro 2012-08-11 19:01:40 -07:00
CustomAssert.h Adding our custom X_ASSERT macro 2012-08-11 19:01:40 -07:00
exceptions.h Formatting more code with astyle 2013-01-19 20:10:52 -08:00
IdentifierCompleter.cpp Releasing Python's GIL in C++ code where possible 2013-10-11 19:27:04 -07:00
IdentifierCompleter.h Removing Concurrent* & Future classes 2013-10-07 11:03:28 -07:00
IdentifierDatabase.cpp code style fixes 2013-05-29 22:23:19 -07:00
IdentifierDatabase.h code style fixes 2013-05-29 22:23:19 -07:00
IdentifierUtils.cpp Fix rare issue with static initialization 2013-10-25 13:03:00 -07:00
IdentifierUtils.h code style fixes 2013-05-29 22:23:19 -07:00
LetterNode.cpp Removed unused member var from LetterNode; fix #7 2013-02-02 21:24:46 -08:00
LetterNode.h Smart-case sensitive filtering 2013-03-01 22:18:43 -08:00
LetterNodeListMap.cpp Placating the compiler playing dumb about types 2013-03-01 20:34:01 -08:00
LetterNodeListMap.h boost::array instead of std::vector in nodelist 2013-03-01 20:10:12 -08:00
PythonSupport.cpp Releasing Python's GIL in C++ code where possible 2013-10-11 19:27:04 -07:00
PythonSupport.h Code style fixes 2013-02-23 15:54:44 -08:00
ReleaseGil.h Releasing Python's GIL in C++ code where possible 2013-10-11 19:27:04 -07:00
Result.cpp Formatting more code with astyle 2013-01-19 20:10:52 -08:00
Result.h The UltiSnips completer works again 2013-10-07 11:03:27 -07:00
standard.h Adding our custom X_ASSERT macro 2012-08-11 19:01:40 -07:00
Utils.cpp Formatting more code with astyle 2013-01-19 20:10:52 -08:00
Utils.h The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00
versioning.cpp Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
versioning.h Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
ycm_client_support.cpp Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
ycm_core.cpp Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00