aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Added cmake build files for the conformance test runner.Josh Haberman2018-08-241-0/+5
* CMake OSX rpath management (#4620)Mizux2018-05-221-1/+5
* Merge pull request #4579 from jozefizso/dev/3380_version_infoFeng Xiao2018-05-141-0/+11
|\
| * Add file information to Windows binariesJozef Izso2018-04-271-1/+12
* | Cygwin build failedIvan Shynkarenka2018-05-021-4/+8
|/
* CMake: Update CXX Standard managementCorentin Le Molgat2018-04-241-3/+5
* Fix problem: cmake build failed in c++11 by clangSilver Chan2018-04-041-0/+3
* Use NEW behaviour for project VERSION variables.Corentin Le Molgat2018-02-011-0/+4
* Even with MSVC enable zlib support as default behaviour.Corentin Le Molgat2018-02-011-5/+1
* Allow one to omit building libprotoc and protoc binariesYangqing Jia2017-11-131-2/+5
* Sort MSVC warning suppressionsTim Ebringer2017-10-211-1/+17
* Suppress VS2017 compiler/linker warningsTim Ebringer2017-10-061-1/+4
* Disable MSVC warning C4309Wojciech Mamrak2017-02-181-1/+1
* Rename UNICODE to protobuf_UNICODEWei-Yin Chen (陳威尹)2016-09-011-2/+2
* Support Unicode build on WindowsWei-Yin Chen (陳威尹)2016-08-311-0/+4
* CMake: Auto find ZLIB from package config if neddedKonstantin Podsvirov2016-08-021-0/+2
* make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use.Walter Gray2016-06-091-1/+3
* Merge pull request #1624 from yeswalrus/cmake-prerelease-versioningFeng Xiao2016-06-071-1/+8
|\
| * Include the prerelease version in the protobuf_VERSIONWalter Gray2016-05-311-1/+8
* | Replace handwritten protobuf-targets with exported version.Walter Gray2016-06-061-1/+1
* | CMake project updatesKonstantin Podsvirov2016-06-041-3/+18
* | Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ver...Walter Gray2016-05-261-1/+1
|/
* Allow bigobj for map_unittestJisi Liu2016-04-011-0/+2
* MSVC MP flag to build with multiple processes in visual studio.Benjamin Bennett2015-12-071-0/+2
* Improved SHARED build from CMake projectKonstantin Podsvirov2015-10-151-22/+26
* Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov2015-09-171-0/+2
* Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSKonstantin Podsvirov2015-09-151-4/+4
* Rename CMake option ZLIB to protobuf_WITH_ZLIBKonstantin Podsvirov2015-09-151-5/+5
* Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTSKonstantin Podsvirov2015-09-151-3/+3
* Using NEW behavior for CMP0022 in CMake projectKonstantin Podsvirov2015-09-011-0/+3
* Option for switching static runtime link policy with MSVCKonstantin Podsvirov2015-09-011-7/+10
* Using find_package(ZLIB) with MSVC tooKonstantin Podsvirov2015-08-311-12/+14
* Improved configure.ac parsingKonstantin Podsvirov2015-08-311-15/+27
* Merge pull request #673 from podsvirov/topic-cmake-installFeng Xiao2015-08-121-0/+32
|\
| * Parsing version from configure.ac for CMake projectKonstantin Podsvirov2015-08-011-15/+22
| * Install protobuf from cmake projectKonstantin Podsvirov2015-07-311-0/+25
* | only link runtime libraries statically for a static buildJan Tattermusch2015-08-121-12/+13
* | make VS build link runtime staticallyJan Tattermusch2015-08-081-0/+12
|/
* Make the code independent of config.hJisi Liu2015-06-161-7/+7
* Update ./update_file_lists.sh.Feng Xiao2015-06-051-0/+5
* Add back incorrectly excluded cmake targets.Feng Xiao2015-06-051-1/+2
* Add an cmake option to exclude tests.Feng Xiao2015-06-041-2/+4
* Add cmake support.Feng Xiao2015-05-311-0/+70