pybind11_protobuf icon indicating copy to clipboard operation
pybind11_protobuf copied to clipboard

Pybind11 bindings for Google's Protocol Buffers

Results 27 pybind11_protobuf issues
Sort by recently updated
recently updated
newest added

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,...

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....