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

build: Cleanup cmake options, fix detray plugin #3509

Merged
merged 19 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. build: Cleanup cmake options

    - builtin boost is remove
    - extern sources set up to actually check hashes
    - detray sets up dfelibs (was removed)
    - traccc doesn't specify cmake minimum version
    - reorder options to be more readable
    - preset tries to enable everything in the build
    paulgessinger committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4ce1128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88fc19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33b05c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28af443 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce773c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    813229b View commit details
    Browse the repository at this point in the history
  7. typo fix

    paulgessinger committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d48ea6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a973515 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a70f997 View commit details
    Browse the repository at this point in the history
  10. refactor: Remove duplicated code from detray plugin

    There's a lot of duplicated code from the JSON plugin in the detray
    plugin that I'm removing here
    paulgessinger committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0ce9c83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63520ea View commit details
    Browse the repository at this point in the history
  12. remove unneeded include

    paulgessinger committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    af479f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    5495f3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769f89b View commit details
    Browse the repository at this point in the history
  3. reverse renaming

    paulgessinger committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1559e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3226ba2 View commit details
    Browse the repository at this point in the history
  5. copy paste error

    paulgessinger committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ab3d2f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    879a039 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed8abc8 View commit details
    Browse the repository at this point in the history