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

Replace internal dependencies by FetchContent #1583

Merged
merged 34 commits into from
Sep 5, 2024

Commits on May 24, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 17, 2023

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

Commits on Jul 19, 2023

  1. Update required cmake version for fetchContent and add openPMD interf…

    …ace library for nlohmann_json
    DerNils-git committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6136a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a4658 View commit details
    Browse the repository at this point in the history
  3. Revert "Add nlohmann_json inculde directories"

    This reverts commit 41a4658.
    DerNils-git committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dc57e24 View commit details
    Browse the repository at this point in the history
  4. Revert "Update required cmake version for fetchContent and add openPM…

    …D interface library for nlohmann_json"
    
    This reverts commit 6136a97.
    DerNils-git committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    74fe22c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78448ea View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    803c359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ba14dc View commit details
    Browse the repository at this point in the history
  3. Replace the old json directory by FetchContent data.

    Add the directory filled by FetchContent to .gitignore
    Add CMakeUserPresets.json to .gitignore
    DerNils-git committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    d8cda47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d90228 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1402795 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    2557842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7dbd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    0e624d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73189c5 View commit details
    Browse the repository at this point in the history
  3. Fix pybind11 not found

    DerNils-git committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1c71d9a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    0084e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ab2b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Correct Download message for Catch2

    Co-authored-by: Franz Pöschel <[email protected]>
    DerNils-git and franzpoeschel committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    acc6e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8f968 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 21, 2024

  1. Remove OVERRIDE_FIND_PACKAGE to reduce cmake to version 3.22.

    Revert previous commit to use cmake 3.22 in Win32 CI runner.
    DerNils-git committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    cbdcc1c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Revert "Request cmake>=3.24 in appveyor CI build"

    This reverts commit 5976cc9.
    franzpoeschel committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ea5b8db View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Change to trigger CI.

    DerNils-git committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    16a9928 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    63f239a View commit details
    Browse the repository at this point in the history
  2. Keep Thirdparty in this PR

    ax3l committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7b8c6ed View commit details
    Browse the repository at this point in the history
  3. Doc: CMake 3.22.0+

    ax3l committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a87abab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc87c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c04fe38 View commit details
    Browse the repository at this point in the history
  6. Nested Superbuild Support

    Dependent projects might have the same dependencies and build
    as a superbuild as well.
    ax3l committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4d77402 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    ax3l committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cce18a8 View commit details
    Browse the repository at this point in the history