pybind11_protobuf
pybind11_protobuf copied to clipboard
Pybind11 bindings for Google's Protocol Buffers
Internal change
Track smart_holder PR #5286: Fix `HAVE` vs `HAS` naming mishap (`PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT`) https://github.com/pybind/pybind11/pull/5286 Systematic, trivial name change: ```diff -PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT +PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT ``` This is for internal consistency. There are no `PYBIND11_HAVE` macros,...
hg_testing_tip 2024-07-31+0731 (Dummy file.)
testing tip 2024-07-19+2134
Referencing #139, I almost got pybind11_protobuf working in my repository, but I get the following error: `BUILD:39:17: no such package '@com_google_protobuf//python': BUILD file not found in directory 'python' of external...
Both native and wrapped proto_casters use several functions from `proto_cast_util.cc`. Unfortunately, most of these functions are not actually usable, as the pybind11 default `hidden` visibility is propagated to these functions....
Minor formatting/include cleanups.