mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 02:58:24 +00:00
* Replace protobuf 2.6.1 with 3.21.8 * Update/add protobuf libs * Add CS2 protos * Remove old csgo/dota protos * Add versioned protoc bin * Comment out Valve's `schema` define for now * Use ENetworkDisconnectionReason * Fix-up `offsetof` to avoid errors on some Clang versions |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cpp_message.py | ||
| descriptor_containers.cc | ||
| descriptor_containers.h | ||
| descriptor_database.cc | ||
| descriptor_database.h | ||
| descriptor_pool.cc | ||
| descriptor_pool.h | ||
| descriptor.cc | ||
| descriptor.h | ||
| extension_dict.cc | ||
| extension_dict.h | ||
| field.cc | ||
| field.h | ||
| map_container.cc | ||
| map_container.h | ||
| message_factory.cc | ||
| message_factory.h | ||
| message_module.cc | ||
| message.cc | ||
| message.h | ||
| proto2_api_test.proto | ||
| python.proto | ||
| README | ||
| repeated_composite_container.cc | ||
| repeated_composite_container.h | ||
| repeated_scalar_container.cc | ||
| repeated_scalar_container.h | ||
| safe_numerics.h | ||
| scoped_pyobject_ptr.h | ||
| unknown_field_set.cc | ||
| unknown_field_set.h | ||
| unknown_fields.cc | ||
| unknown_fields.h | ||
This is the 'v2' C++ implementation for python proto2. It is active when: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2