aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added cmake build files for the conformance test runner.Josh Haberman2018-08-241-0/+5
| | | | | I want to use the conformance tests from upb, which is switching to CMake.
* CMake OSX rpath management (#4620)Mizux2018-05-221-1/+5
| | | | | | | | | | | | | | * CMake: Add comment for CMP0048 * CMake: osx use @rpath/ as target's install name (CMP0042) On MacoS library should use @rpath/ as prefix path instead of absolute build path e.g. otool -L libprotobuf.dylib libprotobuf.dylib: @rpath/libprotobuf.dylib (...) ... * CMake: add rpath to target for LINUX and APPLE
* Merge pull request #4579 from jozefizso/dev/3380_version_infoFeng Xiao2018-05-141-0/+11
|\ | | | | Include version information in Windows binaries #3380
| * 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
| | | CMakeLists.txt adds c++11 flags for clang
* Use NEW behaviour for project VERSION variables.Corentin Le Molgat2018-02-011-0/+4
| | | | cf https://cmake.org/cmake/help/latest/policy/CMP0048.html#policy:CMP0048
* 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
| | | | Add brief documentation describing each warning suppression.
* Suppress VS2017 compiler/linker warningsTim Ebringer2017-10-061-1/+4
| | | | | | | | VS2017 warns about a few additional things, for example, files that define no symbols (which is typically the result of a platform specific ifdef not applying on Windows). Suppress these warnings so the build is clean on VS2017.
* Disable MSVC warning C4309Wojciech Mamrak2017-02-181-1/+1
| | | | | > warning C4309: static_cast': truncation of constant value introduced in commit 9db5b11c9cf2922435b53495b9c1e114525f0428
* 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
|\ | | | | CMake prerelease versioning
| * 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
| | | | | | | | | | | | | | | | | | A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
* | Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ↵Walter Gray2016-05-261-1/+1
|/ | | | versions < 2.8.12
* 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
|\ | | | | Install protobuf from cmake project
| * Parsing version from configure.ac for CMake projectKonstantin Podsvirov2015-08-011-15/+22
| |
| * Install protobuf from cmake projectKonstantin Podsvirov2015-07-311-0/+25
| | | | | | | | | | Additional export as "protobuf" package for importing from other cmake projects
* | 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
| | | | | | | | | | | | | Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather than providing a config.h - Make pbconfig.h a manually written file to handle hash conditions according to platform related macros. - Remove #include "config.h" from source code. - Changed the configure.ac and Makefile.am to pass down the macros. - Change cmake to pass down the the macros. Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
* Update ./update_file_lists.sh.Feng Xiao2015-06-051-0/+5
| | | | Make it executable and generate extract_includes.bat in the same directory.
* 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