Release-1.0.0-beta #263
jwhpryor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JNI Bind has been in production code at Google for a couple years now, and its API is largely settled. This seems a reasonable point to finally make a "beta" cut where devs can rely on a stable API.
In the future, JNI Bind will support C++20, enabling non-clang compilers. This will require a new syntax, but I aim to maintain cross compatability and backwards compatability. After this, I am going to repurpose the type system as a DSL generator, and will re-apply it to protobuffers.
Finally, this project began right before COVID, and much of it was written during lockdown. Thank you to the countless people who helped me bring this to the open source community, it has been a deeply challenging project, but ultimately I am very excited with the final product and use it daily. I hope you find it valuable, and would greatly appreciate any support you can offer with a GitHub ⭐️.
Good luck in your JNI Binding!
What's Changed
System.loadLibrary
toSystem.load
. by @copybara-service in Switching fromSystem.loadLibrary
toSystem.load
. #248--test_output=errors
for workflows. by @copybara-service in Setting--test_output=errors
for workflows. #259fake_test_constants.h
intojni_helper
and promoting to be usable in production code. by @copybara-service in Movingfake_test_constants.h
intojni_helper
and promoting to be usable in production code. #260DRY_RUN
define to enable GodBolt sample. by @copybara-service in AddingDRY_RUN
define to enable GodBolt sample. #261Full Changelog: Release-0.9.9-alpha...Release-1.0.0-beta
This discussion was created from the release Release-1.0.0-beta.
Beta Was this translation helpful? Give feedback.
All reactions