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

core.stdc: Add bindings for CRuntime_Newlib #16022

Merged
merged 1 commit into from Jan 17, 2024

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Jan 11, 2024

This library is supported on both linux and Windows (Cygwin) platforms, but is distinct from the Glibc and Microsoft C runtimes.

@ibuclaw ibuclaw added the extern (C/C++) interfacing to C and C++ label Jan 11, 2024
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#16022"

@denizzzka
Copy link
Contributor

denizzzka commented Jan 13, 2024

Perhaps I'm already tired up everyone, but this PR is an excellent illustration for that PR "druntime: replaces top level version(..) branching by tags" needs to be accepted

All proposed here changes can be placed entirely in a separate directory as files hierarchy and used only when it is necessary to link druntime with Newlib

This library is supported on both linux and Windows (Cygwin) platforms,
but is distinct from the Glibc and Microsoft C runtimes.
@ibuclaw ibuclaw merged commit 06dd740 into dlang:master Jan 17, 2024
45 of 46 checks passed
@ibuclaw ibuclaw deleted the cruntime_newlib_stdc branch January 17, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extern (C/C++) interfacing to C and C++
Projects
None yet
4 participants