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

Added feature to generate compile_commands.json file #692

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2024

  1. Added feature to generate compile_commands.json file, in the Common

    Builder. Created a new extension point to provide the opportunity to
    incorporate additional information into the file
    alicetrifu authored and jonahgraham committed Mar 7, 2024
    Copy the full SHA
    8f427bb View commit details
    Browse the repository at this point in the history
  2. Created JSON Compilation Database Generator preference page and set file

    generation on false by default.
    Added JUnit test to test the generation of the file
    alicetrifu authored and jonahgraham committed Mar 7, 2024
    Copy the full SHA
    852b0a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 21, 2024

  1. Refactor MarkOccurrenceTest to JUnit5 style (eclipse-cdt#730)

    This was completed so I could best investigate
    eclipse-cdt#729 (comment)
    jonahgraham authored and alicetrifu committed Mar 21, 2024
    Copy the full SHA
    35e9cdd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44425fb View commit details
    Browse the repository at this point in the history
  3. Update to Eclipse Platform 4.32 for CDT 11.6 development (eclipse-cdt…

    …#731)
    
    Pulled out of eclipse-cdt#729 due
    to instability in tests caused by a platform change.
    jonahgraham authored and alicetrifu committed Mar 21, 2024
    Copy the full SHA
    eacd9eb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Copy the full SHA
    245c225 View commit details
    Browse the repository at this point in the history