summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-07-12Fix a bad variable dereference causing <package>_FIND_VERSION_PRERELEASE to b...Walter Gray
2016-07-03Fix spelling in strings and commentsOtto Kekäläinen
2016-06-17Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesFeng Xiao
2016-06-15Merge pull request #1658 from yeswalrus/cmake-fixup-moduleFeng Xiao
2016-06-09make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use.Walter Gray
2016-06-09Save the relevant options used to create a package, allow users to reject pac...Walter Gray
2016-06-09Fix prerelease version matching to be more consistent with the find_package a...Walter Gray
2016-06-07Removed handling for ALIASED targets since they are unused.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-06Use ExternalProject_Add to build the examples in a stand-alone fashion.Walter Gray
2016-06-04CMake project updatesKonstantin Podsvirov
2016-06-02Integrate interanl changesBo Yang
2016-05-31For prerelease versions, require protobuf_FIND_VERSION to be set.Walter Gray
2016-05-31Include the prerelease version in the protobuf_VERSIONWalter Gray
2016-05-31Merge pull request #1613 from yeswalrus/cmake-min-versionFeng Xiao
2016-05-28Remove __PROTOBUF_PACKAGE_PREFIXWalter Gray
2016-05-26remove useless cleanup - config.cmake files are executed in their own context.Walter Gray
2016-05-26Bump to the *real* minimum required version. Setting CMP0022 breaks CMake ver...Walter Gray
2016-05-26Remove if(TRUE)Walter Gray
2016-05-21added missing closing bracket for _cmakedir_desc in cmake/install.cmake line 88Jeff Merver
2016-05-20add protobuf:: namespace to installed targetsWalter Gray
2016-05-20Merge pull request #1576 from wal-rus/cmake-versionfileFeng Xiao
2016-05-19Update protobuf-config-version.cmake.in to correctly set the required variabl...Walter Gray
2016-05-19Fix the cmake configuration file install path to be more standards compliant ...Walter Gray
2016-04-28Update file lists.Jisi Liu
2016-04-18Update file list to include the missing extension lite file.Jisi Liu
2016-04-07Merge branch 'master' into internal-mergeJosh Haberman
2016-04-05Added access_level for typesGaurav Vaish
2016-04-01Allow bigobj for map_unittestJisi Liu
2016-02-10Clarified that 'nmake' must be run before 'nmake check'.Josh Haberman
2016-01-29Integrate from google internal.Jisi Liu
2016-01-11Fix typos in README.md/CHANGES.txtDongjoon Hyun
2015-12-28Update BUILD/cmake files.Feng Xiao
2015-12-21Merge branch master into v3.0.0-beta-2Feng Xiao
2015-12-11Down-integrate from internal code base.Feng Xiao
2015-12-07MSVC MP flag to build with multiple processes in visual studio.Benjamin Bennett
2015-11-19Rename "umbrella" to "reflection" consistently.Jon Skeet
2015-11-03Add support for POWER LinuxDoug Kwan
2015-10-16Merge pull request #889 from leif81/patch-1Feng Xiao
2015-10-16Change back to "protobuf_BUILD_TESTS" flagLeif Gruenwoldt
2015-10-16Merge pull request #783 from podsvirov/topic-cmake-projectFeng Xiao
2015-10-16Fix typos in cmake README.mdLeif Gruenwoldt
2015-10-15Improved SHARED build from CMake projectKonstantin Podsvirov
2015-10-09Update cmake/README.md for #783 PRKonstantin Podsvirov
2015-10-01First pass at generating XML documentation from .proto comments.Jon Skeet
2015-09-17Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov
2015-09-17Simplify testing from CMake project to "check" targetKonstantin Podsvirov
2015-09-16Improved testing from CMake projectKonstantin Podsvirov
2015-09-15Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSKonstantin Podsvirov