- def70d7 Add cmake/CMakeLists.txt for compatibility (#9596) by Arfrever Frehtes Taifersar Arahesis · 3 years, 1 month ago
- 14cab5b Rename main cmake/CMakeLists.txt to CMakeLists.txt by Arfrever Frehtes Taifersar Arahesis · 3 years, 1 month ago
- 1cec803 CMake fixes (#9595) by Arfrever · 3 years, 1 month ago
- 23e7cfd Lower minimum CMake version to 3.5 (#9580) by Adam Cozzette · 3 years, 1 month ago
- 1d13b60 cmake: Use linker version scripts (#9545) by Arfrever · 3 years, 1 month ago
- 18c951e Enable testing via CTest (#8737) by Florin Crișan · 3 years, 2 months ago
- 8495372 [cleanup] Msvc warnings (#9263) by Stephen Kennedy · 3 years, 2 months ago
- 55645ca Add cmake option protobuf_INSTALL for installation files (#7123) by JCooky · 3 years, 2 months ago
- f180289 link with correct C runtime on MSVC (#9437) by David Geldreich · 3 years, 2 months ago
- d049bce Remove references to HAVE_PTHREAD (#9100) by Adam Cozzette · 3 years, 6 months ago
- 25180ac Fix build failed for visual studio in multi-byte windows environments (#7235) by Shigeo Hashimoto · 3 years, 6 months ago
- bf7a5e4 build: fix the support for CMake[<3.7] by Saleem Abdulrasool · 3 years, 7 months ago
- c47adad cmake: support `MSVC_RUNTIME_LIBRARY` property by Saleem Abdulrasool · 3 years, 8 months ago
- 1ae531d Disabled version.rc for clang-cl (#8139) by Jorge López Fueyo · 3 years, 10 months ago
- b9a036b Do not disable RTTI by default in the CMake build by Florian Simon · 4 years, 1 month ago
- 1add7a7 Create a CMake option to control whether or not RTTI is enabled by Florian Simon · 4 years, 1 month ago
- c8f7633 Adds a CMake option to build `libprotoc` separately (#7949) by Daniel Joos · 4 years, 6 months ago
- e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 8 months ago
- 976f85b Add "WITH_CMAKE" define to allow cross-compiling when using the cmake build system. by Michael WERLE · 4 years, 11 months ago
- 10c48c9 Intel compiler: silence noisy warning for incorrectly evaluated inlining by Chuck Atkins · 5 years ago
- de75651 Merge 3.11.0-rc1 changes to master (#6917) by Rafi Kamal · 5 years ago
- 129a7c8 Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required. by veawor · 5 years ago
- 95a1c4f Fix #6098 by Changming Sun · 6 years ago
- 56e7bdf Fix builtin_atomics check in CMakeLists.txt by Ben Bader · 6 years ago
- 55ed1d4 link libatomic on systems without adequate builtin atomics by boscosiu · 6 years ago
- 5b4ac53 Add several fixes for python toolchain (#5667) by Paul Yang · 6 years ago
- 4249692 Added cmake build files for the conformance test runner. by Josh Haberman · 7 years ago
- 7306f54 CMake OSX rpath management (#4620) by Mizux · 7 years ago
- ac34bf8 Merge pull request #4579 from jozefizso/dev/3380_version_info by Feng Xiao · 7 years ago
- f80a886 Cygwin build failed by Ivan Shynkarenka · 7 years ago
- 3415201 Add file information to Windows binaries by Jozef Izso · 7 years ago
- c3b152c CMake: Update CXX Standard management by Corentin Le Molgat · 7 years ago
- d3e8a54 Fix problem: cmake build failed in c++11 by clang by Silver Chan · 7 years ago
- 1ec9beb Use NEW behaviour for project VERSION variables. by Corentin Le Molgat · 7 years ago
- 8dd0f4e Even with MSVC enable zlib support as default behaviour. by Corentin Le Molgat · 7 years ago
- cba18ef Allow one to omit building libprotoc and protoc binaries by Yangqing Jia · 7 years ago
- a23669c Sort MSVC warning suppressions by Tim Ebringer · 7 years ago
- 2a72840 Suppress VS2017 compiler/linker warnings by Tim Ebringer · 7 years ago
- 37bd5d5 Disable MSVC warning C4309 by Wojciech Mamrak · 8 years ago
- a7eaf36 Rename UNICODE to protobuf_UNICODE by Wei-Yin Chen (陳威尹) · 9 years ago
- 588a803 Support Unicode build on Windows by Wei-Yin Chen (陳威尹) · 9 years ago
- eefd1fd CMake: Auto find ZLIB from package config if nedded by Konstantin Podsvirov · 9 years ago
- 4150a91 make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use. by Walter Gray · 9 years ago
- 6aa981f Merge pull request #1624 from yeswalrus/cmake-prerelease-versioning by Feng Xiao · 9 years ago
- 23fef56 Replace handwritten protobuf-targets with exported version. by Walter Gray · 9 years ago
- 7155629 CMake project updates by Konstantin Podsvirov · 9 years ago
- f1091ab Include the prerelease version in the protobuf_VERSION by Walter Gray · 9 years ago
- c57c6ea Bump to the *real* minimum required version. Setting CMP0022 breaks CMake versions < 2.8.12 by Walter Gray · 9 years ago
- 3b6df06 Allow bigobj for map_unittest by Jisi Liu · 9 years ago
- 9fc4d90 MSVC MP flag to build with multiple processes in visual studio. by Benjamin Bennett · 9 years ago
- c3aa4c2 Improved SHARED build from CMake project by Konstantin Podsvirov · 9 years ago
- f397ede Add CMake option protobuf_DEBUG_POSTFIX by Konstantin Podsvirov · 10 years ago
- 0a22fe5 Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBS by Konstantin Podsvirov · 10 years ago
- 620bd74 Rename CMake option ZLIB to protobuf_WITH_ZLIB by Konstantin Podsvirov · 10 years ago
- 673d32e Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTS by Konstantin Podsvirov · 10 years ago
- 905f464 Using NEW behavior for CMP0022 in CMake project by Konstantin Podsvirov · 10 years ago
- d79e037 Option for switching static runtime link policy with MSVC by Konstantin Podsvirov · 10 years ago
- 20b882d Using find_package(ZLIB) with MSVC too by Konstantin Podsvirov · 10 years ago
- db01460 Improved configure.ac parsing by Konstantin Podsvirov · 10 years ago
- f818183 Merge pull request #673 from podsvirov/topic-cmake-install by Feng Xiao · 10 years ago
- 9bdeba4 only link runtime libraries statically for a static build by Jan Tattermusch · 10 years ago
- 1858ac9 make VS build link runtime statically by Jan Tattermusch · 10 years ago
- 743ec44 Parsing version from configure.ac for CMake project by Konstantin Podsvirov · 10 years ago
- 8298343 Install protobuf from cmake project by Konstantin Podsvirov · 10 years ago
- 78d470c Make the code independent of config.h by Jisi Liu · 10 years ago
- dffd542 Update ./update_file_lists.sh. by Feng Xiao · 10 years ago
- e9839ff Add back incorrectly excluded cmake targets. by Feng Xiao · 10 years ago
- 34448fc Add an cmake option to exclude tests. by Feng Xiao · 10 years ago
- 4333edb Add cmake support. by Feng Xiao · 10 years ago