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

macOS timers #49

Merged
merged 4 commits into from
Jan 22, 2025
Merged

macOS timers #49

merged 4 commits into from
Jan 22, 2025

Conversation

iamsergio
Copy link
Contributor

Implements timer support for macOS platform.
Replaces PR #10 since I don't have access to the author's branch to amend stuff.

Done by Abhishek in PR #10 but had gmail address.

Task-Id: SRNTY-40
- fixed include order (local before system)
- fixed unused variable
- made member pointer const so reader knows it always gets initialized
- nullptr instead of NULL as nagged by clang-tidy
@iamsergio iamsergio marked this pull request as draft January 16, 2025 09:42
@iamsergio iamsergio force-pushed the macos-timers branch 4 times, most recently from 0dcf456 to 1076acf Compare January 16, 2025 16:16
These tests pass locally but consistently timeout when run under
GH CI. Increased the timeouts only for macOS GH runners. Running
tests locally should still be done without hacks.
@iamsergio iamsergio requested a review from seanharmer January 16, 2025 17:51
@iamsergio iamsergio marked this pull request as ready for review January 16, 2025 17:56
@seanharmer seanharmer merged commit f906e47 into main Jan 22, 2025
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants