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

Fork Sync: Update from parent repository #110

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 20, 2024

  1. [wpiutil] Make circular buffer classes constexpr (#7232)

    The circular buffer class that uses std::vector internally can be used
    in a constant expression as long as it doesn't survive to runtime.
    calcmogul authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5ac132f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    6745fc7 View commit details
    Browse the repository at this point in the history
  2. [upstream_utils] Add Eigen geometry module (#7242)

    WPICal needs it.
    calcmogul authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ed18b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c824bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05c7fd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbdb4e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cc7fa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8d2d1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f553dee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    115a022 View commit details
    Browse the repository at this point in the history
  10. [build] Remove cmake toolchains (#7254)

    They aren't used and should instead be taken from https://github.com/wpilibsuite/opensdk
    spacey-sooty authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    58c0cd4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28ac2e3 View commit details
    Browse the repository at this point in the history