-
Notifications
You must be signed in to change notification settings - Fork 548
Add rust_cxx_bridge CMake function #222
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
base: main
Are you sure you want to change the base?
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
Summary: X-link: facebookexperimental/edencommon#14 X-link: facebook/wangle#222 X-link: facebook/proxygen#473 X-link: facebook/hhvm#9411 X-link: facebook/fbthrift#587 X-link: facebookincubator/velox#7518 We need a better way to create cxxbridges - something that uses the recommended method of cxxbridge-cmd. This function creates C++ bindings using the [cxx] crate. Original function found here: https://github.com/corrosion-rs/corrosion/blob/master/cmake/Corrosion.cmake#L1390 Differential Revision: D51160627
f4ebdac to
4cd5bde
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
4cd5bde to
76150d4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
76150d4 to
c86230a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
c86230a to
8c70d11
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
8c70d11 to
8af74f2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
8af74f2 to
1350392
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
Summary: X-link: facebookincubator/hsthrift#120 X-link: facebook/folly#2096 X-link: facebookexperimental/edencommon#14 X-link: facebook/mvfst#322 X-link: facebookincubator/delos_core#9 X-link: facebook/fboss#166 X-link: https://github.com/facebookincubator/zstrong/pull/617 X-link: facebookincubator/katran#208 X-link: facebookincubator/fizz#102 X-link: facebookexternal/traffixr#4 X-link: facebook/watchman#1173 X-link: facebook/proxygen#473 X-link: facebook/hhvm#9411 X-link: facebook/fbthrift#587 X-link: facebookincubator/velox#7518 We need a better way to create cxxbridges - something that uses the recommended method of cxxbridge-cmd. This function creates C++ bindings using the [cxx] crate. Original function found here: https://github.com/corrosion-rs/corrosion/blob/master/cmake/Corrosion.cmake#L1390 Reviewed By: xavierd Differential Revision: D51160627
1350392 to
98dc9a1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51160627 |
|
Hi @jdelliot! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Summary:
X-link: facebook/proxygen#473
X-link: facebook/hhvm#9411
X-link: facebook/fbthrift#587
X-link: facebookincubator/velox#7518
We need a better way to create cxxbridges - something that uses the recommended method of cxxbridge-cmd.
This function creates C++ bindings using the [cxx] crate.
Original function found here: https://github.com/corrosion-rs/corrosion/blob/master/cmake/Corrosion.cmake#L1390
Differential Revision: D51160627