aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google
Commit message (Expand)AuthorAge
...
| | * fix: do not mention umbrella_classname in commentGravatar Jan Tattermusch2015-04-17
| | * Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)Gravatar Jan Tattermusch2015-04-16
| | * fixing field number of csharp_umbrella_namespace optionGravatar Jan Tattermusch2015-04-16
| | * integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Gravatar Jan Tattermusch2015-04-13
| | * fixing implementation of GetFileUmbrellaNamespaceGravatar Jan Tattermusch2015-04-13
| | * implemented HasRequiredFields logicGravatar Jan Tattermusch2015-04-13
| | * addressed TODO for lite runtimeGravatar Jan Tattermusch2015-04-13
| | * creating private ctor for builders is now the default (as it used to be for o...Gravatar Jan Tattermusch2015-04-13
| | * output file naming logic, configurable file extension, comment rewordingGravatar Jan Tattermusch2015-04-13
| | * added support for deprecated fields, reworded some todosGravatar Jan Tattermusch2015-04-13
| | * enable overriding of property name using csharp_property_nameGravatar Jan Tattermusch2015-04-13
| | * updated C# codegen to use restricted set of csharp options from descriptor.protoGravatar Jan Tattermusch2015-04-13
| | * restricted number of csharp options and regenerated descriptor.protoGravatar Jan Tattermusch2015-04-13
* | | [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| * | More 'int' return value documentationGravatar Daniel Martin2015-04-09
| * | CR feedback: spacing, document return valuesGravatar Daniel Martin2015-04-08
* | | Change fixture name to be consistentGravatar Tamir Duberstein2015-03-31
* | | Delete "SEBS" (aka: Clean up Kenton's old trash)Gravatar Kenton Varda2015-03-26
| | * Rewrote C# protogen to C++ (initial version)Gravatar Jan Tattermusch2015-03-26
* | | Add OS X to travis; fix tests to pass on OS XGravatar Tamir Duberstein2015-03-18
| |/ |/|
* | Merge pull request #228 from cconroy/sanitize-enumsGravatar Jisi Liu2015-03-16
|\ \
| * | Sanitize Enum names from collisions with reserved words.Gravatar Chris Conroy2015-03-16
* | | Revert pull request 175: Add support for the TILE-Gx processor family.Gravatar Bo Yang2015-03-14
* | | Add a missing proto file.Gravatar Feng Xiao2015-03-13
* | | Merge pull request #193 from TeBoring/sbGravatar Paul Yang2015-03-09
|\ \ \
* | | | Fix tile atomicops macro.Gravatar Jisi Liu2015-03-05
* | | | Merge pull request #175 from martiert/tile-supportGravatar Jisi Liu2015-03-05
|\ \ \ \ | |_|/ / |/| | |
* | | | Initialize data members in constructors instead of direct initialize inGravatar Jisi Liu2015-03-01
* | | | use is_proto_enum instead of is_enum for repeated accessor field.Gravatar Jisi Liu2015-03-01
* | | | Fix hash.h for MSVC and platforms without hash map/set support.Gravatar Jisi Liu2015-03-01
* | | | Fix hash_map type parameter to add Alloc for other platforms.Gravatar Jisi Liu2015-03-01
* | | | Use portable GOOGLE_PROTOBUF_THREAD_LOCAL instead of __thread.Gravatar Jisi Liu2015-03-01
* | | | Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
* | | | Merge pull request #185 from mzhaom/remove-unusedGravatar Jisi Liu2015-02-26
|\ \ \ \
* \ \ \ \ Merge pull request #199 from google/wktGravatar Jisi Liu2015-02-26
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #221 from google/python_proto3Gravatar Jisi Liu2015-02-25
|\ \ \ \ \ \
| * | | | | | Down integrate from Google internal.Gravatar Jisi Liu2015-02-25
* | | | | | | Make maps fields work on installed C++ protobufs.Gravatar Jisi Liu2015-02-25
|/ / / / / /
* | | | | | Propogate onChange() event when getFooBuilder() is on an oneof messageGravatar Jisi Liu2015-02-23
* | | | | | Add shutdown code for several newly introduced leaks;Gravatar Jisi Liu2015-02-21
* | | | | | Use static_cast instead of dynamic_cast in arena unittest so that it canGravatar Jisi Liu2015-02-20
* | | | | | Fix review comments.Gravatar Jisi Liu2015-02-19
* | | | | | Remove the unused set common oneof variables in helperGravatar Jisi Liu2015-02-19
* | | | | | fix equal and hash for bytes field for javanano oneofGravatar Jisi Liu2015-02-19
* | | | | | Clear oneofs.Gravatar Jisi Liu2015-02-19
* | | | | | hashcode and equals for oneofs in nano.Gravatar Jisi Liu2015-02-19
* | | | | | Equals for message oneof field in nano.Gravatar Jisi Liu2015-02-19
* | | | | | Oneof message level elements (consts, case getter/clear) and messsage type fi...Gravatar Jisi Liu2015-02-19
* | | | | | Initial check-in for message oneof.Gravatar Jisi Liu2015-02-19
* | | | | | Initial check in for primitive oneof fields.Gravatar Jisi Liu2015-02-19