memsharded / conan-protobuf

Google protocol buffers conan package
MIT License
1 stars 17 forks source link

Fixes #2

Closed kbinani closed 8 years ago

kbinani commented 8 years ago
error C2338: <hash_map> is deprecated and will be REMOVED. Please use <unordere
d_map>. You can define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS to acknowledge
that you have received this warning.
memsharded commented 8 years ago

Hi @kbinani ,

Thanks so much, your PR is really a fantastic job! I am really glad, you have done a lot of things, from OSX support, add conan-package-tools support, improved MVSC, added Zlib.... I have no words :)

I had the task to update this package pending, too much work lately, but thanks to your work, I think that tomorrow I will be able to setup CI and generate binaries ( I will also probably change the "static" option to "shared", as it is practically the one being used in most other packages).

Thanks again, cheers!