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

Add user additional CMake arugments at the end. #814

Merged
merged 3 commits into from
Sep 12, 2024

Commits on Jun 5, 2024

  1. Add user additional CMake arugments at the end.

    The additional CMake arguments added by the user in the launch
    configuration UI are added at the end of the CMake command, such that
    the user is able to override arguments set by the system.
    ewaterlander committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d53715c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Deprecate CMakePropertiesController

    CMakePropertiesController was only used to create a new
    CMakeProperties.  The load() method loads a YAML file
    .settings/CDT-cmake.yaml which never existed, because the save()
    method was never called.  There was no separate YAML file for Run and
    Debug.
    
    CMake properties are stored in the project preferences by the launch
    config UI and these properties are used to construct the cmake command
    line.
    ewaterlander committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    712f819 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Revert previous commit.

    ewaterlander committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a9fc3ed View commit details
    Browse the repository at this point in the history