aboutsummaryrefslogtreecommitdiff
path: root/dep/protobuf
AgeCommit message (Collapse)Author
2025-06-11Dep/Protobuf: Enable PCHShauren
2024-07-15Build: CMake cleanupShauren
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver
2024-02-17Dep/protobuf: Support ARM with MSVCShauren
2023-05-17Dep/protobuf: Fixed gcc warningsShauren
2021-10-01Dep/protobuf: Backport https://github.com/protocolbuffers/protobuf/pull/2337 ↵Shauren
to our embedded version
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-20Build: Disable warnings in protobuf projectsNaios
2017-12-20Build: Use interface targets for inheriting flags and definitionsNaios
* Remove the usage of global flags and definitions set through the CMAKE_CXX_FLAGS variable. * Use cmake target compile features for setting the CXX standard automatically. * Make C++14 globally available in the project * Closes #21033 (cherry picked from commit e60c1f84a7e13577a82046b02b214f9466d20a7c)
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-04-25Dep/Protobuf: Quote a string in the CMakeListsNaios
* Prevents errors when the c or cxx flags are empty for some reason (which should never happen in proper configured environments). * Closes #17031
2016-04-17Dep/Protobuf: Link protobuf dynamically when building with shared libsNaios
* Fixes issues with linux and dynamic linking * Closes #16993
2016-03-28Build fixesShauren
2016-03-26Dep: Added google protobufShauren