aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAgeFilesLines
* Updated version numbers to 3.6.1Adam Cozzette2018-07-271-2/+2
* Remove js_embed binary. (#4709)Feng Xiao2018-07-162-110/+225
* Move methods out of class (#4697)Paul Yang2018-05-302-15/+26
* Add back GeneratedClassName to public (#4686)Paul Yang2018-05-301-0/+10
* Fixed JS parsing of unspecified map keysAdam Cozzette2018-05-251-1/+5
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-252-145/+187
* PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-251-8/+46
* Adopt ruby_package in ruby generated code. (#4627)Paul Yang2018-05-251-3/+16
* Adopt php_metadata_namespace in php code generator (#4622)Paul Yang2018-05-251-17/+37
* Update version number to 3.6.0Jisi Liu2018-05-141-2/+2
* Write messages to backing field in generated C# cloning code (#4440)Sydney Acksman2018-04-191-1/+1
* Merge pull request #4504 from xfxyjwf/liteFeng Xiao2018-04-181-0/+10
|\
| * Cleanup + documentation for Java Lite runtime.Feng Xiao2018-04-121-0/+10
* | Fixed a Visual Studio 2017 build error. (#4488)Ronny Krüger2018-04-168-20/+13
|/
* Don't generate imports for the WKTs unless generating the WKTs.Thomas Van Lenten2018-04-024-8/+21
* Trim imports for bundled generated protos.Thomas Van Lenten2018-04-022-12/+41
* source code info for interpreted options; fix source code info for extension ...Joshua Humphries2018-03-262-15/+60
* Merge pull request #4431 from xfxyjwf/rmnanoFeng Xiao2018-03-2624-5807/+0
|\
| * Remove javanano.Feng Xiao2018-03-2624-5807/+0
* | Fix missing LIBPROTOC_EXPORT.Egor Pugin2018-03-251-3/+6
|/
* Deleted scoped_ptr.hAdam Cozzette2018-03-1418-49/+37
* Merge branch 'master' into down-integrateAdam Cozzette2018-03-131-2/+0
|\
| * Merge pull request #3186 from gkelly/remove-unused-variableFeng Xiao2018-02-201-2/+0
| |\
| | * Remove unused output_file variable from js_embedGarret Kelly2017-06-051-2/+0
* | | Integrated internal changes from GoogleAdam Cozzette2018-03-1370-3556/+3485
|/ /
* | Remove stray indent on normal imports.Thomas Van Lenten2018-02-081-2/+2
* | Fix to use "nil" instead of "NULL" for objc objects.Thomas Van Lenten2018-01-311-1/+1
* | Merge pull request #4240 from davido/generate_warning_free_java_codeFeng Xiao2018-01-292-0/+30
|\ \
| * | Java: Generate warning free codeDavid Ostrovsky2018-01-272-0/+30
* | | Removed using statements from common.hAdam Cozzette2018-01-2619-105/+105
|/ /
* | Add an explicit import of stdatomic.h.Thomas Van Lenten2018-01-251-0/+35
* | Migrate away from deprecated OSAtomic APIs. (#4184)Jonathan Dierksen2018-01-221-2/+3
* | Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-032-10/+10
|\ \
| * \ Merge pull request #4072 from google/jieluoJisi Liu2017-12-194-51/+99
| |\ \
| | * | Cherrypick for csharp, including:Jie Luo2017-12-194-51/+99
| * | | Update version number to 3.5.1Jisi Liu2017-12-191-1/+1
| |/ /
| * | Use matching enum type for IsPOD.Jisi Liu2017-12-131-9/+9
* | | Merge pull request #4046 from acozzette/deprecated-valueof-issue-2054Adam Cozzette2017-12-141-1/+9
|\ \ \
| * | | Generate an annotation to suppress deprecation warningsAdam Cozzette2017-12-131-1/+9
* | | | Merge pull request #4045 from pherl/deprecateJisi Liu2017-12-141-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add deprecation annotation for oneof case.Jisi Liu2017-12-131-5/+4
* | | | Add auto-generated header to C# generated files (#4038)Jan Tattermusch2017-12-131-2/+4
* | | | Merge pull request #4044 from xfxyjwf/issue3268Feng Xiao2017-12-132-6/+6
|\ \ \ \
| * | | | Update generated code.Feng Xiao2017-12-131-3/+3
| * | | | Avoid two consecutive underscores in macro name.Feng Xiao2017-12-131-3/+3
| |/ / /
* / / / Add unknown field support for csharp (#3936)Jie Luo2017-12-131-37/+65
|/ / /
* | | C# code generation changes to use bitwise comparisons for doublesJon Skeet2017-12-092-12/+30
* | | Merge branch 'master' into down-integrateAdam Cozzette2017-12-018-21/+53
|\ \ \
| * | | Merge branch '3.5.x' into 3.5.x-mergeAdam Cozzette2017-11-308-21/+53
| |\| |
| | * | Support win32 long path for cross compiled buildJisi Liu2017-11-105-10/+15