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

Use long int for signal time and simplify SignalPtr #220

Merged
merged 14 commits into from
Jul 28, 2023

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    ad4f81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a6546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0683b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc8ce2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    637799e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    851946b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fba2f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9a18a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa7079b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b4f74a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee64032 View commit details
    Browse the repository at this point in the history
  12. Rationalize usage of integers

      - Except at a few places, int have been replaced by dynamic_graph::size_type,
        also known as Eigen::Matrix::Index.
      - unsigned int have been replaced by std::size_t.
    florent-lamiraux committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c71c82a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b54c8c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db219c0 View commit details
    Browse the repository at this point in the history