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 in a new TimeTravel mesage to allow the system to change the NUClear clock and ensure that chrono events continue to work #102

Merged
merged 46 commits into from
Apr 17, 2024

Commits on Feb 23, 2024

  1. Add in a new TimeTravel mesage to allow the system to change the NUCl…

    …ear clock and ensure that messages continue to work
    TrentHouliston committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f1a5e27 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Delete NUClearNetwork.cpp

    Tom0Brien committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    29927be View commit details
    Browse the repository at this point in the history
  2. Fix linking

    Tom0Brien committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0786ca0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add time travel types

    Tom0Brien committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    621ea39 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add time travel actions

    Tom0Brien committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b28856f View commit details
    Browse the repository at this point in the history
  2. Update TimeTravel.hpp

    Tom0Brien committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c73ad64 View commit details
    Browse the repository at this point in the history
  3. Change to adjustment

    Tom0Brien committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    36d022c View commit details
    Browse the repository at this point in the history
  4. Add first test

    Tom0Brien committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    26f5605 View commit details
    Browse the repository at this point in the history
  5. Use a pointer

    Tom0Brien committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d71d315 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf73079 View commit details
    Browse the repository at this point in the history
  7. Move global vars to reactor

    Tom0Brien committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    86f93ee View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Const

    Tom0Brien committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1efec1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6291c5d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Add tolerance

    Tom0Brien committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fab29bf View commit details
    Browse the repository at this point in the history
  2. Add comments

    Tom0Brien committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b746d53 View commit details
    Browse the repository at this point in the history
  3. Clang tidy things

    Tom0Brien committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    80136af View commit details
    Browse the repository at this point in the history
  4. Clang tidy fixes

    Tom0Brien committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6e71474 View commit details
    Browse the repository at this point in the history
  5. Clang tidy

    Tom0Brien committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f339b0f View commit details
    Browse the repository at this point in the history
  6. Clang tidy

    Tom0Brien committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    51011be View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. abs -> std::abs

    Tom0Brien committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8ef05ac View commit details
    Browse the repository at this point in the history
  2. Init fields

    Tom0Brien committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    78c0572 View commit details
    Browse the repository at this point in the history
  3. Tidy up

    Tom0Brien committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    192f533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f62c17 View commit details
    Browse the repository at this point in the history
  5. Rename JUMP to ABSOLUTE

    Tom0Brien committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    70a15f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Clean up test

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    96827e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118db70 View commit details
    Browse the repository at this point in the history
  3. Clean up test

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    64158d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27940ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d86a6af View commit details
    Browse the repository at this point in the history
  6. Init events field

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c66361a View commit details
    Browse the repository at this point in the history
  7. Delete CustomClock.cpp

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e92af34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09d71e7 View commit details
    Browse the repository at this point in the history
  9. const things

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dfae922 View commit details
    Browse the repository at this point in the history
  10. Linting

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ceb92f6 View commit details
    Browse the repository at this point in the history
  11. Lint

    Tom0Brien committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    355e96d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Move clock reset

    Tom0Brien committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1ab2a87 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions

    Tom0Brien committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    452a1fa View commit details
    Browse the repository at this point in the history
  3. Apply suggestions

    Tom0Brien committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1d15fdd View commit details
    Browse the repository at this point in the history
  4. Add diff string

    Tom0Brien committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f5440b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Cast type to int64_t

    Tom0Brien committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6ad8b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9203c6e View commit details
    Browse the repository at this point in the history
  3. Revert "Test change enum for windows"

    This reverts commit 9203c6e.
    Tom0Brien committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a168f86 View commit details
    Browse the repository at this point in the history
  4. undef RELATIVE and ABSOLUTE

    Tom0Brien committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a0ad58b View commit details
    Browse the repository at this point in the history
  5. Apply suggestions

    Tom0Brien committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    eb73f3f View commit details
    Browse the repository at this point in the history
  6. Change TestUnits to help CI

    Tom0Brien committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ab6cdf7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0659fec View commit details
    Browse the repository at this point in the history