aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* | update build file listJisi Liu2017-07-191-1/+0
* | Merge master into 3.4.xJisi Liu2017-07-187-85/+325
|\ \
| * | replenish missed header files in install stepyjjnls2017-06-191-0/+2
| * | add protobuf_generate function, allows use of target_sources where availableWalter Gray2017-06-022-68/+116
| * | fix check_and_save_build_option not correctly exporting build optionsWalter Gray2017-05-301-1/+1
| * | Fix the check_and_save_build_option macro never evaluating to trueWalter Gray2017-05-301-1/+1
| * | Fix find module not working when no version number was givenWalter Gray2017-05-301-12/+14
| |/
| * Add headers as part of cmake projectDennis Cappendijk2017-05-293-3/+192
* | Merge from Google internal for 3.4 releaseJisi Liu2017-07-183-2/+3
|/
* Fix C++ build for down-integration.Feng Xiao2017-03-291-0/+2
* Down-integrate from google3.Feng Xiao2017-03-292-1/+5
* add delimited_message_util.cc to libprotobuf.cmakeByron Yi2017-03-161-0/+1
* migrate delimited messages functions to util packageByron Yi2017-03-161-0/+1
* Fix libprotoc.cmake to generate well_known_types_embed.ccKonstantin Podsvirov2017-03-151-1/+1
* Double-quote file paths in extract_includes.bat.inFeng Xiao2017-03-102-123/+117
* Add missing thread dependency in cmake.Feng Xiao2017-03-091-0/+1
* Detect if Descriptor.cs changes for csharpJie Luo2017-03-021-0/+1
* Disable MSVC warning C4309Wojciech Mamrak2017-02-181-1/+1
* Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699)Jonathan Hseu2017-02-101-1/+0
* Fixed "make check" for cmake buildAdam Cozzette2016-12-191-0/+1
* Auto-generate well_known_types_embed.ccAdam Cozzette2016-12-191-0/+12
* Add missing files.Jisi Liu2016-12-051-0/+1
* Updated libprotoc.cmakeAdam Cozzette2016-11-171-0/+1
* Fixing references to the removed atomicops_internals_pnacl.h file.Sergio Campama2016-11-101-1/+1
* update files to include php generatorsJisi Liu2016-10-101-0/+2
* Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Adam Cozzette2016-10-101-0/+1
* Remove inexist files from build.Feng Xiao2016-10-061-2/+0
* update files to include php generators (#2165)Jisi Liu2016-10-062-1/+4
* Check in php implementation. (#2052)Paul Yang2016-09-152-0/+2
* Rename UNICODE to protobuf_UNICODEWei-Yin Chen (陳威尹)2016-09-011-2/+2
* Support Unicode build on WindowsWei-Yin Chen (陳威尹)2016-08-311-0/+4
* Merge pull request #1842 from udnaan/masterFeng Xiao2016-08-081-1/+1
|\
| * fixed cmake config files install pathAdnan2016-07-261-1/+1
* | Merge pull request #1865 from podsvirov/topic-cmake-projectFeng Xiao2016-08-034-2/+9
|\ \
| * | CMake: Auto find ZLIB from package config if neddedKonstantin Podsvirov2016-08-022-0/+5
| * | CMake: Bugfix for protobuf_MODULE_COMPATIBLEKonstantin Podsvirov2016-07-281-1/+0
| * | CMake: Link to ZLIB only if protobuf_WITH_ZLIB enabledKonstantin Podsvirov2016-07-281-1/+4
| |/
* / CMake: remove repeated_field_reflection.h from extract listKonstantin Podsvirov2016-08-011-1/+0
|/
* Merge remote-tracking branch 'origin/3.0.0-beta-4'Feng Xiao2016-07-182-64/+64
|\
| * Integrate from internal code base.Feng Xiao2016-07-132-64/+64
* | Fix a bad variable dereference causing <package>_FIND_VERSION_PRERELEASE to b...Walter Gray2016-07-121-1/+1
|/
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-2/+2
* Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesFeng Xiao2016-06-172-15/+22
|\
| * Fix prerelease version matching to be more consistent with the find_package a...Walter Gray2016-06-092-15/+22
* | Merge pull request #1658 from yeswalrus/cmake-fixup-moduleFeng Xiao2016-06-151-24/+9
|\ \
| * | Removed handling for ALIASED targets since they are unused.Walter Gray2016-06-071-24/+9
| |/
* | make protobuf_MSVC_STATIC_RUNTIME a dependent option to reflect it's use.Walter Gray2016-06-091-1/+3
* | Save the relevant options used to create a package, allow users to reject pac...Walter Gray2016-06-092-11/+20
|/
* Merge pull request #1624 from yeswalrus/cmake-prerelease-versioningFeng Xiao2016-06-072-17/+30
|\
| * For prerelease versions, require protobuf_FIND_VERSION to be set.Walter Gray2016-05-311-16/+22