aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAgeFilesLines
* Support win32 long path for cross compiled buildJisi Liu2017-11-105-10/+15
* Provide util funtions to figure out correct php class names. (#3850)Paul Yang2017-11-082-9/+36
* Update generated descritpors.Jisi Liu2017-11-021-2/+2
* Fix merging with message-valued oneofJon Skeet2017-10-319-3/+30
* Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-251-2/+5
|\
| * Merge pull request #3578 from pherl/filedeprecationJisi Liu2017-10-181-2/+5
| |\
| | * Add @Deprecated annotation support for proto file.Jisi Liu2017-08-311-2/+5
* | | Fix Java 1.6 compileJisi Liu2017-10-181-2/+2
* | | Merge from google internalJisi Liu2017-10-1828-1056/+1171
* | | Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-111-5/+55
|\| |
| * | Rename ClassNamePrefix to ConstantNamePrefixBo Yang2017-09-131-4/+3
| * | Exclude valid constant name from reserved name.Bo Yang2017-09-121-2/+35
| * | Add prefix to php reserved keywords.Bo Yang2017-09-081-3/+21
| |/
* | Integrated internal changes from GoogleAdam Cozzette2017-09-1443-2252/+2635
* | Exclude addressbook.proto from C# boostrap test.Feng Xiao2017-09-111-5/+0
|/
* Add malloc castJisi Liu2017-08-111-2/+2
* implement remove strdup usage and implement our ownJisi Liu2017-08-111-2/+12
* Adding missing imports for strdupJisi Liu2017-08-111-0/+1
* Make win32_io only for MSVCJisi Liu2017-08-115-4/+7
* Make code free of missing-field-initializers warningsv3.4.0rc2Jisi Liu2017-08-093-6/+6
* Merge branch 'master' into 3.4.xBo Yang2017-08-051-0/+1
|\
| * Merge pull request #3410 from adam-26/1745Adam Cozzette2017-07-251-0/+1
| |\
| | * Fix quotation marksAdam2017-07-241-1/+1
| | * Fix issue #1745 - javascript allow dot in filenameAdam2017-07-241-0/+1
* | | Fix invalid offsetof warning.Jisi Liu2017-08-033-19/+32
* | | Add destructors for default instances to the shutdown code.Gerben Stavenga2017-08-023-6/+18
* | | Merge remote-tracking branch 'origin/master' into mergeJisi Liu2017-07-252-2/+3
|\| |
| * | Merge pull request #3407 from bklarson/masterAdam Cozzette2017-07-253-0/+6
| |\ \ | | |/ | |/|
| | * Put AddDescriptorsImpl() in anonymous namespaceBrad Larson2017-07-243-0/+6
| * | Merge pull request #2969 from laszlocsomor/masterFeng Xiao2017-07-245-59/+53
| |\ \ | | |/ | |/|
| | * Windows: support long pathsLaszlo Csomor2017-07-115-59/+53
| * | Fixed dynamic initialization for C++ liteAdam Cozzette2017-07-194-24/+15
| * | Merge pull request #3375 from TeBoring/3.3.xPaul Yang2017-07-198-4/+27
| |\ \
| | * \ Merge 3.3.x into masterBo Yang2017-07-188-4/+27
| | |\ \
| | | * | Update C++ generated code.Bo Yang2017-06-212-2/+2
| | | * | Add ARRAY for reserved name (#3150)Paul Yang2017-06-201-2/+2
| | | * | regenerate plugin and profile message codeSteven Peters2017-05-112-0/+4
| | | * | Use bool deterministic to suppress warningSteven Peters2017-05-112-0/+4
| | | * | Update C++ generated code.Feng Xiao2017-05-082-2/+2
| | | * | Add missing LIBRPOTOC_EXPORT.Feng Xiao2017-05-041-2/+2
| | | * | Skip C# test in C++ only distribution.Feng Xiao2017-05-041-0/+8
| | | * | Fix issue 3046: compilation on alpine 3.5Chris Nix2017-05-041-0/+7
* | | | | Merge from masterJisi Liu2017-07-2510-62/+86
* | | | | Merge remote-tracking branch 'origin/3.4.x' into vbJisi Liu2017-07-241-22/+32
|\ \ \ \ \
| * | | | | Omit the zip test if tools are not availableJisi Liu2017-07-241-22/+32
* | | | | | Update required version on pre-generated filesJisi Liu2017-07-241-1/+1
* | | | | | Update pre generated filesJisi Liu2017-07-241-1/+1
|/ / / / /
* | | | | remove profileJisi Liu2017-07-193-2238/+0
* | | | | Merge master into 3.4.xJisi Liu2017-07-1848-231/+500
|\| | | |
| * | | | Support PHP generic services (#3269)Matt A2017-07-181-10/+130