aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/CMakeLists.txt
Commit message (Collapse)AuthorAge
* CMake OSX rpath management (#4620)Gravatar Mizux2018-05-22
| | | | | | | | | | | | | | * 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_infoGravatar Feng Xiao2018-05-14
|\ | | | | Include version information in Windows binaries #3380
* | Cygwin build failedGravatar Ivan Shynkarenka2018-05-02
| |
| * Add file information to Windows binariesGravatar Jozef Izso2018-04-27
|/
* CMake: Update CXX Standard managementGravatar Corentin Le Molgat2018-04-24
|
* Fix problem: cmake build failed in c++11 by clangGravatar Silver Chan2018-04-04
| | | CMakeLists.txt adds c++11 flags for clang
* Use NEW behaviour for project VERSION variables.Gravatar Corentin Le Molgat2018-02-01
| | | | cf https://cmake.org/cmake/help/latest/policy/CMP0048.html#policy:CMP0048
* Even with MSVC enable zlib support as default behaviour.Gravatar Corentin Le Molgat2018-02-01
|
* Allow one to omit building libprotoc and protoc binariesGravatar Yangqing Jia2017-11-13
|
* Sort MSVC warning suppressionsGravatar Tim Ebringer2017-10-21
| | | | Add brief documentation describing each warning suppression.
* Suppress VS2017 compiler/linker warningsGravatar Tim Ebringer2017-10-06
| | | | | | | | 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 C4309Gravatar Wojciech Mamrak2017-02-18
| | | | | > warning C4309: static_cast': truncation of constant value introduced in commit 9db5b11c9cf2922435b53495b9c1e114525f0428
* Rename UNICODE to protobuf_UNICODEGravatar Wei-Yin Chen (陳威尹)2016-09-01
|
* Support Unicode build on WindowsGravatar Wei-Yin Chen (陳威尹)2016-08-31
|
* CMake: Auto find ZLIB from package config if neddedGravatar Konstantin Podsvirov2016-08-02
|
* make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use.Gravatar Walter Gray2016-06-09
|
* Merge pull request #1624 from yeswalrus/cmake-prerelease-versioningGravatar Feng Xiao2016-06-07
|\ | | | | CMake prerelease versioning
* | Replace handwritten protobuf-targets with exported version.Gravatar Walter Gray2016-06-06
| |
* | CMake project updatesGravatar Konstantin Podsvirov2016-06-04
| | | | | | | | | | | | | | | | | | A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
| * Include the prerelease version in the protobuf_VERSIONGravatar Walter Gray2016-05-31
| |
* | Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ↵Gravatar Walter Gray2016-05-26
|/ | | | versions < 2.8.12
* Allow bigobj for map_unittestGravatar Jisi Liu2016-04-01
|
* MSVC MP flag to build with multiple processes in visual studio.Gravatar Benjamin Bennett2015-12-07
|
* Improved SHARED build from CMake projectGravatar Konstantin Podsvirov2015-10-15
|
* Add CMake option protobuf_DEBUG_POSTFIXGravatar Konstantin Podsvirov2015-09-17
|
* Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSGravatar Konstantin Podsvirov2015-09-15
|
* Rename CMake option ZLIB to protobuf_WITH_ZLIBGravatar Konstantin Podsvirov2015-09-15
|
* Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTSGravatar Konstantin Podsvirov2015-09-15
|
* Using NEW behavior for CMP0022 in CMake projectGravatar Konstantin Podsvirov2015-09-01
|
* Option for switching static runtime link policy with MSVCGravatar Konstantin Podsvirov2015-09-01
|
* Using find_package(ZLIB) with MSVC tooGravatar Konstantin Podsvirov2015-08-31
|
* Improved configure.ac parsingGravatar Konstantin Podsvirov2015-08-31
|
* Merge pull request #673 from podsvirov/topic-cmake-installGravatar Feng Xiao2015-08-12
|\ | | | | Install protobuf from cmake project
* | only link runtime libraries statically for a static buildGravatar Jan Tattermusch2015-08-12
| |
* | make VS build link runtime staticallyGravatar Jan Tattermusch2015-08-08
| |
| * Parsing version from configure.ac for CMake projectGravatar Konstantin Podsvirov2015-08-01
| |
| * Install protobuf from cmake projectGravatar Konstantin Podsvirov2015-07-31
|/ | | | | Additional export as "protobuf" package for importing from other cmake projects
* Make the code independent of config.hGravatar Jisi Liu2015-06-16
| | | | | | | | | | | | | 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.Gravatar Feng Xiao2015-06-05
| | | | Make it executable and generate extract_includes.bat in the same directory.
* Add back incorrectly excluded cmake targets.Gravatar Feng Xiao2015-06-05
|
* Add an cmake option to exclude tests.Gravatar Feng Xiao2015-06-04
|
* Add cmake support.Gravatar Feng Xiao2015-05-31