aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler
Commit message (Collapse)AuthorAge
...
| * | | | | | Update generated code.Gravatar Feng Xiao2017-12-13
| | | | | | |
* | | | | | | Add unknown field support for csharp (#3936)Gravatar Jie Luo2017-12-13
| |/ / / / / |/| | | | | | | | | | | Add unknown field support for csharp
| * | | | | Avoid two consecutive underscores in macro name.Gravatar Feng Xiao2017-12-13
|/ / / / / | | | | | | | | | | | | | | | Fixes https://github.com/google/protobuf/issues/3268
| * | | | Use matching enum type for IsPOD.Gravatar Jisi Liu2017-12-13
| | | | |
* | | | | C# code generation changes to use bitwise comparisons for doublesGravatar Jon Skeet2017-12-09
| | | | |
* | | | | 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
| |\| | | |
| * | | | | Added back in LIBPROTOC_EXPORT which was removed by mistakeGravatar Adam Cozzette2017-11-28
|/ / / / /
| | | * / Stop unused parameter warnings for generated code in RegisteredArenaDtorGravatar William Jagels2017-11-16
| |_|/ / |/| | |
| * | | Support win32 long path for cross compiled buildGravatar Jisi Liu2017-11-10
| | | |
| * | | Provide util funtions to figure out correct php class names. (#3850)Gravatar Paul Yang2017-11-08
| | | |
| * | | Update generated descritpors.Gravatar Jisi Liu2017-11-02
|/ / /
* | | Fix merging with message-valued oneofGravatar Jon Skeet2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If messages A and B have the same oneof case, which is a message type, and we merge B into A, those sub-messages should be merged. Fixes #3200. Note that I haven't regenerated all the code, as some of the protos have been changed, breaking generation.
* | | Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-25
|\ \ \
* | | | Fix Java 1.6 compileGravatar Jisi Liu2017-10-18
| | | |
| * | | Merge pull request #3578 from pherl/filedeprecationGravatar Jisi Liu2017-10-18
| |\ \ \ | | | | | | | | | | Add @Deprecated annotation support for proto file.
* | | | | Merge from google internalGravatar Jisi Liu2017-10-18
| | | | |
* | | | | Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-11
|\| | | |
* | | | | Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
| | | | |
| * | | | Rename ClassNamePrefix to ConstantNamePrefixGravatar Bo Yang2017-09-13
| | | | |
| * | | | Exclude valid constant name from reserved name.Gravatar Bo Yang2017-09-12
| | | | |
* | | | | Exclude addressbook.proto from C# boostrap test.Gravatar Feng Xiao2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | This addressbook.proto now belongs to its own bazel pacakge and can't be accessed in bazel protobuf_test target.
| * | | | Add prefix to php reserved keywords.Gravatar Bo Yang2017-09-08
|/ / / /
| * / / Add @Deprecated annotation support for proto file.Gravatar Jisi Liu2017-08-31
|/ / /
* | | Add malloc castGravatar Jisi Liu2017-08-11
| | |
* | | implement remove strdup usage and implement our ownGravatar Jisi Liu2017-08-11
| | | | | | | | | | | | | | | strdup is not part C or C++ standard but POXIS function. Several compilers failed to compile strdup or generate warnings.
* | | Adding missing imports for strdupGravatar Jisi Liu2017-08-11
| | |
* | | Make win32_io only for MSVCGravatar Jisi Liu2017-08-11
| | | | | | | | | | | | | | | This excludes cygwin and mingw from using the self implemented functions.
* | | Make code free of missing-field-initializers warningsGravatar Jisi Liu2017-08-09
| | |
* | | Merge branch 'master' into 3.4.xGravatar Bo Yang2017-08-05
|\ \ \
* | | | Fix invalid offsetof warning.Gravatar Jisi Liu2017-08-03
| | | | | | | | | | | | | | | | Use composition instead of inheritance for oneof default.
* | | | Add destructors for default instances to the shutdown code.Gravatar Gerben Stavenga2017-08-02
| | | | | | | | | | | | | | | | Verified test succeed under draconian heap checker
| * | | Merge pull request #3410 from adam-26/1745Gravatar Adam Cozzette2017-07-25
| |\ \ \ | | | | | | | | | | Fix issue #1745 - javascript allow dot in filename
* | | | | Merge remote-tracking branch 'origin/master' into mergeGravatar Jisi Liu2017-07-25
|\| | | |
* | | | | Merge from masterGravatar Jisi Liu2017-07-25
| | | | |
| * | | | Merge pull request #3407 from bklarson/masterGravatar Adam Cozzette2017-07-25
| |\ \ \ \ | | | | | | | | | | | | Add declaration for AddDescriptorsImpl()
* | \ \ \ \ Merge remote-tracking branch 'origin/3.4.x' into vbGravatar Jisi Liu2017-07-24
|\ \ \ \ \ \
| * | | | | | Omit the zip test if tools are not availableGravatar Jisi Liu2017-07-24
| | | | | | |
* | | | | | | Update required version on pre-generated filesGravatar Jisi Liu2017-07-24
| | | | | | |
* | | | | | | Update pre generated filesGravatar Jisi Liu2017-07-24
|/ / / / / /
| | * | | | Put AddDescriptorsImpl() in anonymous namespaceGravatar Brad Larson2017-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddDescriptorsImpl() is a private static implementation detail, and needs to be declared but won't be used from outside the source file. Place it inside an anonymous namespace to fix a previous build error that would result in more restrictive build enviornments that use -Werror=missing-declarations or similar compiler flags.
| | | * | | Fix quotation marksGravatar Adam2017-07-24
| | | | | |
| | | * | | Fix issue #1745 - javascript allow dot in filenameGravatar Adam2017-07-24
| | |/ / / | |/| | |
| * | | | Merge pull request #2969 from laszlocsomor/masterGravatar Feng Xiao2017-07-24
| |\ \ \ \ | | |/ / / | |/| | | Windows: support long paths in open/mkdir/access
| * | | | Fixed dynamic initialization for C++ liteGravatar Adam Cozzette2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An ifdef condition seems to have been inverted by mistake, causing the dynamic initialization to occur for lite if and only if the _NO_STATIC_INITIALIZER macro is set. This problem manifested itself as segfaults due to uninitialized empty strings: https://github.com/google/protobuf/issues/2839 Since no one complained about initialization not happening, it would appear that we can just disable this initialization for lite unconditionally, so that is what this change does. Instead of the default instance initialization happening pre-main, it now always happens lazily when needed.
* | | | | remove profileGravatar Jisi Liu2017-07-19
| | | | |
| * | | | Merge pull request #3375 from TeBoring/3.3.xGravatar Paul Yang2017-07-19
| |\ \ \ \ | | | | | | | | | | | | Merge 3.3.x into master
* | | | | | Merge master into 3.4.xGravatar Jisi Liu2017-07-18
|\| | | | |
* | | | | | Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
| | | | | |