Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[READY] Update ycmd #2768

Merged
merged 4 commits into from
Sep 10, 2017
Merged

[READY] Update ycmd #2768

merged 4 commits into from
Sep 10, 2017

Commits on Sep 10, 2017

  1. Update ycmd

    Include following changes:
     - add option to make relative paths in flags from extra
       conf absolute;
     - fix compilation on Haiku;
     - add libclang detection on FreeBSD;
     - write python used during build before installing
       completers;
     - support unknown languages from tags;
     - update Universal Ctags languages list;
     - resolve symlinks in extra conf glob patterns;
     - update JediHTTP;
     - update Boost to 1.65.0;
     - filter and sort candidates when query is empty;
     - improve LLVM root path search for prebuilt binaries;
     - inline critical utility functions;
     - do not sort header paths in filename completer;
     - implement partial sorting;
     - add max_num_candidates option;
     - fix multiline comments and strings issues;
     - update Clang to 5.0.0.
    micbou committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    c5284f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7012184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9f0b9 View commit details
    Browse the repository at this point in the history
  4. Expect GetCompletions_Cache_List_Unicode test to fail

    This test is expected to fail since we now filter and sort candidates on empty
    query.
    micbou committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    c5bec8f View commit details
    Browse the repository at this point in the history