summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler
AgeCommit message (Expand)Author
2015-05-01Remove ClsCompliant declarations from C# codeJie Luo
2015-04-27fix bug for Field PresenceJie Luo
2015-04-27Field Presence: remove has methods for optional non-message fields in proto3Jie Luo
2015-04-17Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedJie Luo
2015-04-17temporarily removing csharp_umbrella_namespace file optionJan Tattermusch
2015-04-17removing csharp_property_name field optionJan Tattermusch
2015-04-13integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Jan Tattermusch
2015-04-13fixing implementation of GetFileUmbrellaNamespaceJan Tattermusch
2015-04-13implemented HasRequiredFields logicJan Tattermusch
2015-04-13addressed TODO for lite runtimeJan Tattermusch
2015-04-13creating private ctor for builders is now the default (as it used to be for o...Jan Tattermusch
2015-04-13output file naming logic, configurable file extension, comment rewordingJan Tattermusch
2015-04-13added support for deprecated fields, reworded some todosJan Tattermusch
2015-04-13enable overriding of property name using csharp_property_nameJan Tattermusch
2015-04-13updated C# codegen to use restricted set of csharp options from descriptor.protoJan Tattermusch
2015-03-31Change fixture name to be consistentTamir Duberstein
2015-03-26Rewrote C# protogen to C++ (initial version)Jan Tattermusch
2015-03-18Add OS X to travis; fix tests to pass on OS XTamir Duberstein
2015-03-16Merge pull request #228 from cconroy/sanitize-enumsJisi Liu
2015-03-16Sanitize Enum names from collisions with reserved words.Chris Conroy
2015-03-13Add a missing proto file.Feng Xiao
2015-03-09Merge pull request #193 from TeBoring/sbPaul Yang
2015-02-28Down integrate from Google internal branch for C++ and Java.Jisi Liu
2015-02-26Merge pull request #185 from mzhaom/remove-unusedJisi Liu
2015-02-25Down integrate from Google internal.Jisi Liu
2015-02-23Propogate onChange() event when getFooBuilder() is on an oneof messageJisi Liu
2015-02-21Add shutdown code for several newly introduced leaks;Jisi Liu
2015-02-19Fix review comments.Jisi Liu
2015-02-19Remove the unused set common oneof variables in helperJisi Liu
2015-02-19fix equal and hash for bytes field for javanano oneofJisi Liu
2015-02-19Clear oneofs.Jisi Liu
2015-02-19hashcode and equals for oneofs in nano.Jisi Liu
2015-02-19Equals for message oneof field in nano.Jisi Liu
2015-02-19Oneof message level elements (consts, case getter/clear) and messsage type fi...Jisi Liu
2015-02-19Initial check-in for message oneof.Jisi Liu
2015-02-19Initial check in for primitive oneof fields.Jisi Liu
2015-02-17Merge branch 'master' of github.com:google/protobufJosh Haberman
2015-02-17Integrate changes from Google open-source branch.Josh Haberman
2015-02-17Merge pull request #204 from pherl/masterJisi Liu
2015-02-12Properly support maps in Ruby protoc and another bugfix.Chris Fallin
2015-02-09Fix absolute/relative path in outputBo Yang
2015-02-08Add missing LIBPROTOC_EXPORT to ruby generatorNobuaki Sukegawa
2015-02-07Change target to output filenamesBo Yang
2015-02-07Get the map factory per mergeFrom() call for JavaNano.Jisi Liu
2015-02-06implement hashCode() for JavaNano maps.Jisi Liu
2015-02-06Implement Equals for nano.Jisi Liu
2015-02-05Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu
2015-02-04Fix commentBo Yang
2015-02-04Moving internal code to InternalNano and rename MapUtil to MapFactories.Jisi Liu
2015-02-04Clean codeBo Yang