aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* Remove javanano.Gravatar Feng Xiao2018-03-26
|
* Removed some unused C++ source filesGravatar Adam Cozzette2018-03-22
|
* Merge branch 'master' into down-integrateGravatar Adam Cozzette2018-03-13
|\
* | Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
| |
| * Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."Gravatar Feng Xiao2018-03-01
| | | | | | | | This reverts commit 724f0be33d0eb42055ebe81ce0c8c7bf88ea666c.
| * Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources.Gravatar John Millikin2018-02-24
| | | | | | | | | | This lets all values of `WELL_KNOWN_PROTOS` be treated the same with regard to Bazel's protobuf blacklisting.
| * Added instruction for existing ZLIB configurationGravatar Abdul Sami2018-02-21
|/ | | Using two configuration flags `DZLIB_INCLUDE_DIR` and `DZLIB_LIB` we can locate an existing ZLIB on the system
* Merge pull request #4259 from Mizux/masterGravatar Feng Xiao2018-02-02
|\ | | | | Various CMake Update
| * 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
| |
| * Add CMake ALIAS targetsGravatar Corentin Le Molgat2018-02-01
| | | | | | | | | | We follow the findProtobuf.cmake naming convention to ease the use of protobuf as cmake subproject
| * Add VERSION property to CMake library targetsGravatar Corentin Le Molgat2018-02-01
| |
* | cmake: privately add sources to targetsGravatar Ben Boeckel2018-01-19
|/ | | | | Public sources get added to dependencies of the target as well which can cause duplicate symbols.
* Ran update_file_lists.sh to update Bazel and CMake file listsGravatar Adam Cozzette2017-12-07
| | | | | This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
* Merge branch 'master' into down-integrateGravatar Adam Cozzette2017-12-01
|\
* | Integrated internal changes from GoogleGravatar Adam Cozzette2017-12-01
| |
| * Merge branch '3.5.x' into 3.5.x-mergeGravatar Adam Cozzette2017-11-30
| |\
| * | Allow one to omit building libprotoc and protoc binariesGravatar Yangqing Jia2017-11-13
|/ /
| * Fix Atomic32/AtomicWord on some platforms.Gravatar Jisi Liu2017-11-08
|/ | | | | | | | | | - Removed the redefination in the atomicword_compat.h. Now Atomic32 will alwyas be intptr_t in 32bit platforms, the bridge is no longer needed. - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32, otherwise AtmoicWord APIs will miss the definations. After this change, the AtmoicWord will always be either Atomic32 or Atmoic64 depending on the platforms.
* Merge pull request #3722 from timou/cmake-windows-cleanGravatar Jisi Liu2017-10-27
|\ | | | | Suppress VS2017 compiler/linker warnings
| * Sort MSVC warning suppressionsGravatar Tim Ebringer2017-10-21
| | | | | | | | Add brief documentation describing each warning suppression.
* | Merge pull request #3770 from pherl/3.5-integrateGravatar Jisi Liu2017-10-19
|\ \ | | | | | | Integrate google internal changes for the up coming 3.5 release.
* \ \ Merge pull request #3751 from uykusuz/masterGravatar Jisi Liu2017-10-18
|\ \ \ | | | | | | | | fixes issue #3750
| | * | Merge from google internalGravatar Jisi Liu2017-10-18
| | | |
| * | | fixes issue #3750Gravatar Boris Broenner2017-10-14
| |/ / | | | | | | | | | | | | In protobuf-module.cmake: in addition to checking for release or debug variants of protoc's location we should also check the configuration "noconfig".
| | * 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.
* / protobuf_generate: create include path only for proto filesGravatar Markus Heß2017-09-29
|/
* generate python code when calling PROTOBUF_GENERATE_PYTHONGravatar Markus Heß2017-09-25
|
* protobuf_generate: add EXPORT_MACRO optionGravatar Markus Heß2017-09-22
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
|
* Merge pull request #3158 from yeswalrus/fix-policy-warningGravatar Feng Xiao2017-09-13
|\ | | | | Fix policy warning CMP0054
* | fix protobuf_generate functionGravatar Markus Heß2017-09-12
| |
* | remove the duplicationGravatar Jisi Liu2017-08-01
| |
* | Fix makefile.amGravatar Jisi Liu2017-07-25
| |
* | Fix build filesGravatar Jisi Liu2017-07-25
| |
* | Merge from masterGravatar Jisi Liu2017-07-25
| |
* | Update filelist againGravatar Jisi Liu2017-07-19
| |
* | remove profileGravatar Jisi Liu2017-07-19
| |
* | update build file listGravatar Jisi Liu2017-07-19
| |
* | Merge master into 3.4.xGravatar Jisi Liu2017-07-18
|\ \
* | | Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
| | |
| * | replenish missed header files in install stepGravatar yjjnls2017-06-19
| | | | | | | | | | | | 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 availableGravatar Walter Gray2017-06-02
| | |
| | * Fix policy warning CMP0054Gravatar Walter Gray2017-05-30
| | |
| * | fix check_and_save_build_option not correctly exporting build optionsGravatar Walter Gray2017-05-30
| | |
| * | Fix the check_and_save_build_option macro never evaluating to trueGravatar Walter Gray2017-05-30
| | |
| * | Fix find module not working when no version number was givenGravatar Walter Gray2017-05-30
| |/
| * Add headers as part of cmake projectGravatar Dennis Cappendijk2017-05-29
|/ | | | tested only on windows with visual studio 2015 as generator
* Fix C++ build for down-integration.Gravatar Feng Xiao2017-03-29
|
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|