aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow one to omit building libprotoc and protoc binariesYangqing Jia2017-11-132-12/+27
| |/
* / Integrated internal changes from GoogleAdam Cozzette2017-12-011-0/+2
|/
* Merge pull request #3722 from timou/cmake-windows-cleanJisi Liu2017-10-271-1/+20
|\ | | | | Suppress VS2017 compiler/linker warnings
| * 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.
* | Merge pull request #3770 from pherl/3.5-integrateJisi Liu2017-10-191-0/+1
|\ \ | | | | | | Integrate google internal changes for the up coming 3.5 release.
| * | Merge from google internalJisi Liu2017-10-181-0/+1
| |/
* | Merge pull request #3751 from uykusuz/masterJisi Liu2017-10-181-0/+4
|\ \ | | | | | | fixes issue #3750
| * | fixes issue #3750Boris Broenner2017-10-141-0/+4
| |/ | | | | | | | | In protobuf-module.cmake: in addition to checking for release or debug variants of protoc's location we should also check the configuration "noconfig".
* / protobuf_generate: create include path only for proto filesMarkus Heß2017-09-291-15/+15
|/
* generate python code when calling PROTOBUF_GENERATE_PYTHONMarkus Heß2017-09-251-2/+2
|
* protobuf_generate: add EXPORT_MACRO optionMarkus Heß2017-09-222-4/+11
|
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-0/+1
|
* Merge pull request #3158 from yeswalrus/fix-policy-warningFeng Xiao2017-09-131-2/+2
|\ | | | | Fix policy warning CMP0054
| * Fix policy warning CMP0054Walter Gray2017-05-301-2/+2
| |
* | fix protobuf_generate functionMarkus Heß2017-09-121-7/+12
| |
* | remove the duplicationJisi Liu2017-08-011-1/+0
| |
* | Fix makefile.amJisi Liu2017-07-251-0/+1
| |
* | Fix build filesJisi Liu2017-07-253-5/+0
| |
* | Merge from masterJisi Liu2017-07-258-0/+38
| |
* | Update filelist againJisi Liu2017-07-191-0/+1
| |
* | remove profileJisi Liu2017-07-191-1/+0
| |
* | 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
| | | | | | | | | | | | install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
| * | 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
| | | | | | | | tested only on windows with visual studio 2015 as generator
* | 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
| | | | | | Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
* Double-quote file paths in extract_includes.bat.inFeng Xiao2017-03-102-123/+117
| | | | | This allows the file path to contain spaces which is very common on windows.
* 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
| | | | | > warning C4309: static_cast': truncation of constant value introduced in commit 9db5b11c9cf2922435b53495b9c1e114525f0428
* Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699)Jonathan Hseu2017-02-101-1/+0
| | | the deprecated atomics.
* Fixed "make check" for cmake buildAdam Cozzette2016-12-191-0/+1
| | | | | | | The check target did not depend on the test_plugin binary, so this would cause "make check" to fail at times because of the absence of test_plugin. This change adds a dependency on test_plugin so that it will always get built before the tests are executed.
* Auto-generate well_known_types_embed.ccAdam Cozzette2016-12-191-0/+12
| | | | | | | Until now this file was just checked into the repo, but actually it should be generated from any.js, struct.js, and timestamp.js. This change updates the build system to make this happen. To make it work I also had to remove some C++11 features from embed.cc.
* 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
| | | | This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
* Remove inexist files from build.Feng Xiao2016-10-061-2/+0
|
* update files to include php generators (#2165)Jisi Liu2016-10-062-1/+4
|