aboutsummaryrefslogtreecommitdiff
path: root/cmake/libprotoc.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-1/+0
|
* Down-integrate from google3.Feng Xiao2017-03-291-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.
* 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.
* Updated libprotoc.cmakeAdam Cozzette2016-11-171-0/+1
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+1
| | | | | 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.Jisi Liu2016-01-291-0/+1
| | | | | 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.Feng Xiao2015-12-111-0/+1
|
* Rename "umbrella" to "reflection" consistently.Jon Skeet2015-11-191-1/+1
| | | | This changes csharp_names.h, which will require a corresponding change in GRPC.
* Merge pull request #783 from podsvirov/topic-cmake-projectFeng Xiao2015-10-161-2/+9
|\ | | | | Improved CMake project
| * Improved SHARED build from CMake projectKonstantin Podsvirov2015-10-151-1/+7
| |
| * Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov2015-09-171-1/+2
| |
* | First pass at generating XML documentation from .proto comments.Jon Skeet2015-10-011-0/+1
|/ | | | | | 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.
* Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-211-2/+2
|\ | | | | | | Change-Id: If3fb07754a734bae610d95124528e073515ac525
| * First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-161-0/+1
| |
| * First pass at map support.Jon Skeet2015-06-251-0/+1
| | | | | | | | More tests required. Generated code in next commit.
| * Updates to handle use of cmake for Windows builds.Jon Skeet2015-06-171-2/+0
| |
* | Down-integrate from internal branch.Jisi Liu2015-08-211-0/+1
|/ | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* Add cmake support.Feng Xiao2015-05-311-0/+95