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

Compilation database guessing #232

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2015

  1. Configuration menu
    Copy the full SHA
    bc457b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. Make database conform to contributing guidelines.

    Also added error checking when parsing the database file.
    Hylen committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    6d11495 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2015

  1. Allow copying CompileCommands.

    Even recent versions of stdlibc++ doesn't mark the move constructor of
    std::string as noexcept. Thus CompileCommands move operations cannot be
    noexcept and copy operations must be supported for CompileCommands to be
    used with standard contrainers.
    Hylen committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    0cda290 View commit details
    Browse the repository at this point in the history
  2. Guess compilation command in irony-server.

    Added a guessing algorithm based on the basename of the file. If there
    is no file with the same basename, a file with similar directory and
    filename is sought after.
    Hylen committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    62dc26b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. Configuration menu
    Copy the full SHA
    11782a1 View commit details
    Browse the repository at this point in the history