Strahinja Val Markovic
9cff4e8548
Updated to latest ycmd
...
Fixes #1033 .
2014-06-10 11:15:06 -07:00
Strahinja Val Markovic
0cdb588207
Updating to latest ycmd
...
Diagnostic & completion 'kind' changed in the REST API.
2014-06-03 14:49:53 -07:00
Strahinja Val Markovic
e9a318fc7c
Update to latest ycmd
...
Upstream completions API changed.
2014-06-02 15:15:45 -07:00
Strahinja Val Markovic
9699e7990d
Updating to latest ycmd
2014-06-02 14:00:08 -07:00
Strahinja Val Markovic
4cc919288e
Updating to latest ycmd
2014-05-29 12:55:42 -07:00
Strahinja Val Markovic
09d4723fcc
Updating to latest ycmd
...
Top-level 'filetypes' property not needed in request data anymore.
2014-05-29 10:42:46 -07:00
Strahinja Val Markovic
8615e408b4
Updating to latest ycmd
2014-05-28 11:24:33 -07:00
Strahinja Val Markovic
605307f0d2
Updating to latest ycmd
2014-05-27 15:10:07 -07:00
Strahinja Val Markovic
4cf9cfcdff
Updating to latest ycmd
...
Since ycmd doesn't need 'query', 'start_column' and 'line_value' params, we
don't send them anymore.
2014-05-27 14:30:22 -07:00
Strahinja Val Markovic
cf65ba21d6
Updating to latest ycmd
2014-05-21 13:11:33 -07:00
Strahinja Val Markovic
e21efcc4f9
Updating to latest ycmd
2014-05-16 23:28:03 -07:00
Strahinja Val Markovic
bcb0aa8334
Updating to latest ycmd
2014-05-15 19:02:41 -07:00
Strahinja Val Markovic
16be992730
updating ycmd subrepo
2014-05-15 15:54:56 -07:00
Strahinja Val Markovic
a563e33ccd
ycmd now as submodule
2014-05-15 15:41:16 -07:00
Strahinja Val Markovic
621c1c83f2
Removing ycmd
2014-05-15 15:39:33 -07:00
Strahinja Val Markovic
d3beb3488d
removed ycmd submodules
2014-05-15 15:38:59 -07:00
Spencer G. Jones
0f53bf19d5
Set runtime output for multi-config builds as well
2014-05-15 11:08:21 -06:00
Strahinja Val Markovic
a09527b380
More fixes for separate ycmd
2014-05-14 10:35:49 -07:00
Strahinja Val Markovic
6defe8ccd4
Moving ycmd deps to ycmd/third_party
2014-05-13 17:13:48 -07:00
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