Commit Graph

73 Commits

Author SHA1 Message Date
Strahinja Val Markovic
005524637d build/test scripts split into ycmd/ycm versions 2014-05-13 16:12:52 -07:00
Strahinja Val Markovic
15cef03497 Shell scripts now use new ycmd location 2014-05-13 15:03:32 -07:00
Strahinja Val Markovic
bef84348dd Updated CMakeLists to place libs in ycmd folder 2014-05-13 14:17:38 -07:00
Strahinja Val Markovic
eda368eb35 Moving cpp code to ycmd folder 2014-05-13 14:06:02 -07:00
Strahinja Val Markovic
a69bbb3009 Updating code to work with new ycmd location 2014-05-13 13:09:19 -07:00
Strahinja Val Markovic
abfba7a1aa Moved ycmd-related files to third_party/ycmd
This is in preparation of splitting ycmd into a separate project.
2014-05-12 17:00:43 -07:00
Strahinja Val Markovic
ea8ef9c34a Moved OmniSharpServer to third_party folder 2014-05-12 16:14:29 -07:00
Strahinja Val Markovic
36436d03b6 Update Jedi to latest upstream dev branch 2014-03-19 10:29:49 -07:00
Strahinja Val Markovic
992769cc2e Bumping to newest Requests & requests-futures 2014-03-01 10:43:17 -08:00
Pavel Sergeev
e9b5dd1361 Changed HEAD of third_party/frozendict (Create gitignore file).
This commit gets rid of annoying "modified: third_party/frozendict
(untracked content)" git status when *.pyc file was created inside
third_party/frozendict.
2013-12-25 04:52:30 +04:00
Pavel Sergeev
62bf774e14 Changed HEAD of third_party/argparse (Create gitignore file). 2013-12-18 22:23:47 +04:00
Strahinja Val Markovic
18dfe1d0cc Updating to latest Jedi dev branch
This should finally fix #599.
2013-12-10 11:17:31 -08:00
Strahinja Val Markovic
1ccf57614f Updating to latest upstream Jedio
Relevant: https://github.com/davidhalter/jedi/issues/347
2013-12-01 10:21:31 -08:00
Strahinja Val Markovic
5719a5e080 Updating to latest upstream Jedi (dev branch)
This fixes #599.
2013-10-21 12:49:34 -07:00
Strahinja Val Markovic
60aa5581c1 Adding python-futures to third_party
Download source: https://pythonfutures.googlecode.com/archive/05e0c9c1b3d493f0c7e5833723a1ea99d024bad4.zip
2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
8856af0970 Adding argparse to third_party (for Python 2.6)
argparse is in the Python stdlib for Python 2.7+, but not 2.6 which we try to
support.
2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
da723b1425 Moving Jedi under third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
5902a5e521 frozendict now as submodule in third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
6e0f3247e1 Adding Bottle to third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
d7904a7eb1 Adding the Waitress webserver to third_party 2013-10-07 11:03:29 -07:00
Strahinja Val Markovic
b9bb788a2a Diagnostics work again... somewhat.
There appear to be timing issues for the diag requests. Somehow, we're sending
out-of-date diagnostics and then not updating the UI when things change.

That needs to be fixed.
2013-10-07 11:03:29 -07:00
Strahinja Val Markovic
e08dd4ab33 Adding Requests as submodule to third_party 2013-10-07 11:03:28 -07:00
Strahinja Val Markovic
a2657f5af8 Adding requests-futures subrepo to third_party 2013-10-07 11:03:28 -07:00