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

Time, Duration, Clock wrapping rcl #209

Merged
merged 26 commits into from
Jul 26, 2018
Merged

Time, Duration, Clock wrapping rcl #209

merged 26 commits into from
Jul 26, 2018

Commits on Jul 18, 2018

  1. Minimal Time class

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    1a3ca66 View commit details
    Browse the repository at this point in the history
  2. Pass sec and ns to constructor

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    797c6da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69db0cd View commit details
    Browse the repository at this point in the history
  4. Conversions to/from Time msg

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    9281ce4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2162665 View commit details
    Browse the repository at this point in the history
  6. First version of Clock class

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3b0d626 View commit details
    Browse the repository at this point in the history
  7. Rename functions

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    5ec565f View commit details
    Browse the repository at this point in the history
  8. Give Times a clock type

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    5ce62b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc3778c View commit details
    Browse the repository at this point in the history
  10. Store msg as sec and nanosec

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    76676b4 View commit details
    Browse the repository at this point in the history
  11. Check PyMem_Malloc successful

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4b46324 View commit details
    Browse the repository at this point in the history
  12. Update docstrings

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    0b9a5eb View commit details
    Browse the repository at this point in the history
  13. Add destructors for pycapsules

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    2c8ba12 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a1430e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f53a2b6 View commit details
    Browse the repository at this point in the history
  16. Comment updates

    dhood committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    8f5ebad View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Comparators for Time

    dhood committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    38039b4 View commit details
    Browse the repository at this point in the history
  2. Don't let time be compared with other types

    Don't want users accidentally doing Time() == 0 and getting False
    dhood committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    65e32cf View commit details
    Browse the repository at this point in the history
  3. Comparators for Duration

    dhood committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    9b84d8f View commit details
    Browse the repository at this point in the history
  4. Add/update __repr__

    dhood committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    3f8ac95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8b216 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cffbf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea2fbc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    81d5568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e838f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

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