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

Fix: Mark deprecated functions [[deprecated]] #129

Merged
merged 1 commit into from
May 29, 2024

Conversation

spnda
Copy link
Contributor

@spnda spnda commented May 28, 2024

This additionally replaces usages of GetIsRunning with GetIsShutdownRequested, and exposes the latter in the C API.

Partially fixes #128. Note that this does add a fair share of warnings to the compile output, since the deprecated functions are used internally. I also added enkiGetIsWaitforAllCalled for the C API since it was referenced in the documentation as a replacement for enkiWaitforAll, which already existed, so that only seemed logical.

This additionally replaces usages of GetIsRunning with GetIsShutdownRequested, and exposes the latter in the C API.
@dougbinks dougbinks changed the base branch from master to pr-129 May 29, 2024 15:17
@dougbinks dougbinks merged commit 78b0a82 into dougbinks:pr-129 May 29, 2024
@dougbinks
Copy link
Owner

Many thanks! I've merged this to pr-129 and updated that branch with a couple of changes. I'll test this and then merge to dev and main shortly.

@dougbinks
Copy link
Owner

I've fully merged this to main/dev and deleted the pr-129 branch. Once again many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants