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

[wpiutil C++] Add remove_prefix() and remove_suffix() #6118

Merged
merged 15 commits into from
Jun 5, 2024

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    6c1d1fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca5cea View commit details
    Browse the repository at this point in the history
  3. Undo accidental change

    KangarooKoala committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f94571c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    9f29450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f54f8a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    d5f9974 View commit details
    Browse the repository at this point in the history
  2. Revert "Use fmt for gtest formatting of TimePoint"

    This reverts commit d0de6af.
    KangarooKoala committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1bf0d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    497db4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    583cb06 View commit details
    Browse the repository at this point in the history
  3. Revert accidental change

    Local patch to fix compilation that should not be on main
    KangarooKoala committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b3b9c3c View commit details
    Browse the repository at this point in the history
  4. Throw if prefix doesn't match

    Also fix a spot that erronerously translated drop_back to remove_prefix
    KangarooKoala committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    932743c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Misc fixes

    Use value_or instead of value (to avoid throwing)
    Dereference optionals
    Undo accidental change to NetworkTablesModel::Update() behavior schemas of arrays
    KangarooKoala committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c963191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767b4b4 View commit details
    Browse the repository at this point in the history