mxwcore-legion/dep/protobuf/TC_changes.txt

11 lines
518 B
Plaintext
Raw Permalink Normal View History

2023-11-05 15:26:19 -05:00
Removed everything except the sources listed in CMakeLists.txt and files included by them
* Tests
* Build scripts
* Examples
* Non C++ sources
The only modification made is silencing warnings in headers included from src/server directories.
file config.h is completely custom that forces protobuf to emulate hash_* structures using std::set and std::map to avoid compatibility issues
otherwise it would be looking for old deprecated std::hash_set and std::hash_map and we would have to detect them based on platform