aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
AgeCommit message (Expand)Author
2020-02-05CMakeLists for Cross-compilingHao Chen
2019-02-01Add several fixes for python toolchain (#5667)Paul Yang
2018-08-24Added cmake build files for the conformance test runner.Josh Haberman
2018-05-22CMake OSX rpath management (#4620)Mizux
2018-05-14Merge pull request #4579 from jozefizso/dev/3380_version_infoFeng Xiao
2018-05-02Cygwin build failedIvan Shynkarenka
2018-04-27Add file information to Windows binariesJozef Izso
2018-04-24CMake: Update CXX Standard managementCorentin Le Molgat
2018-04-04Fix problem: cmake build failed in c++11 by clangSilver Chan
2018-02-01Use NEW behaviour for project VERSION variables.Corentin Le Molgat
2018-02-01Even with MSVC enable zlib support as default behaviour.Corentin Le Molgat
2017-11-13Allow one to omit building libprotoc and protoc binariesYangqing Jia
2017-10-21Sort MSVC warning suppressionsTim Ebringer
2017-10-06Suppress VS2017 compiler/linker warningsTim Ebringer
2017-02-18Disable MSVC warning C4309Wojciech Mamrak
2016-09-01Rename UNICODE to protobuf_UNICODEWei-Yin Chen (陳威尹)
2016-08-31Support Unicode build on WindowsWei-Yin Chen (陳威尹)
2016-08-02CMake: Auto find ZLIB from package config if neddedKonstantin Podsvirov
2016-06-09make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use.Walter Gray
2016-06-07Merge pull request #1624 from yeswalrus/cmake-prerelease-versioningFeng Xiao
2016-06-06Replace handwritten protobuf-targets with exported version.Walter Gray
2016-06-04CMake project updatesKonstantin Podsvirov
2016-05-31Include the prerelease version in the protobuf_VERSIONWalter Gray
2016-05-26Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ver...Walter Gray
2016-04-01Allow bigobj for map_unittestJisi Liu
2015-12-07MSVC MP flag to build with multiple processes in visual studio.Benjamin Bennett
2015-10-15Improved SHARED build from CMake projectKonstantin Podsvirov
2015-09-17Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov
2015-09-15Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSKonstantin Podsvirov
2015-09-15Rename CMake option ZLIB to protobuf_WITH_ZLIBKonstantin Podsvirov
2015-09-15Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTSKonstantin Podsvirov
2015-09-01Using NEW behavior for CMP0022 in CMake projectKonstantin Podsvirov
2015-09-01Option for switching static runtime link policy with MSVCKonstantin Podsvirov
2015-08-31Using find_package(ZLIB) with MSVC tooKonstantin Podsvirov
2015-08-31Improved configure.ac parsingKonstantin Podsvirov
2015-08-12Merge pull request #673 from podsvirov/topic-cmake-installFeng Xiao
2015-08-12only link runtime libraries statically for a static buildJan Tattermusch
2015-08-08make VS build link runtime staticallyJan Tattermusch
2015-08-01Parsing version from configure.ac for CMake projectKonstantin Podsvirov
2015-07-31Install protobuf from cmake projectKonstantin Podsvirov
2015-06-16Make the code independent of config.hJisi Liu
2015-06-05Update ./update_file_lists.sh.Feng Xiao
2015-06-05Add back incorrectly excluded cmake targets.Feng Xiao
2015-06-04Add an cmake option to exclude tests.Feng Xiao
2015-05-31Add cmake support.Feng Xiao