aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/libprotoc.cmake
Commit message (Collapse)AuthorAge
* Remove js_embed binary. (#4709)Gravatar Feng Xiao2018-06-01
| | | | * Remove js_embed binary.
* Fix issue with version.rcGravatar Ivan Shynkarenka2018-05-15
|
* Include file information in all DLL and EXE outputsGravatar Jozef Izso2018-04-28
|
* Remove javanano.Gravatar Feng Xiao2018-03-26
|
* 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.
* 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
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
|
* remove profileGravatar 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
| |
| * Add headers as part of cmake projectGravatar Dennis Cappendijk2017-05-29
|/ | | | tested only on windows with visual studio 2015 as generator
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* Fix libprotoc.cmake to generate well_known_types_embed.ccGravatar Konstantin Podsvirov2017-03-15
| | | | | | Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
* Auto-generate well_known_types_embed.ccGravatar Adam Cozzette2016-12-19
| | | | | | | 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.
* Updated libprotoc.cmakeGravatar Adam Cozzette2016-11-17
|
* Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Integrate from google internal.Gravatar Jisi Liu2016-01-29
| | | | | Java files are moved to un-do the hack in the prevous commit, which moved the java files to the original position for integration.
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* Rename "umbrella" to "reflection" consistently.Gravatar Jon Skeet2015-11-19
| | | | This changes csharp_names.h, which will require a corresponding change in GRPC.
* Merge pull request #783 from podsvirov/topic-cmake-projectGravatar Feng Xiao2015-10-16
|\ | | | | Improved CMake project
| * Improved SHARED build from CMake projectGravatar Konstantin Podsvirov2015-10-15
| |
* | First pass at generating XML documentation from .proto comments.Gravatar Jon Skeet2015-10-01
| | | | | | | | | | | | This could be tidied up significantly, and at some point we will want to parse the markdown and generate more appropriate XML - but this is definitely better than nothing. Generated code changes coming in next commit.
| * Add CMake option protobuf_DEBUG_POSTFIXGravatar Konstantin Podsvirov2015-09-17
|/
* Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2015-08-21
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
* | Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
| * First part of implementing wrapper types. Not ready yet!Gravatar Jon Skeet2015-07-16
| |
| * First pass at map support.Gravatar Jon Skeet2015-06-25
| | | | | | | | More tests required. Generated code in next commit.
| * Updates to handle use of cmake for Windows builds.Gravatar Jon Skeet2015-06-17
|/
* Add cmake support.Gravatar Feng Xiao2015-05-31