summaryrefslogtreecommitdiff
path: root/src
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-17forgot to include header files into automake templateJan Tattermusch
2015-04-17temporarily removing csharp_umbrella_namespace file optionJan Tattermusch
2015-04-17removing csharp_property_name field optionJan Tattermusch
2015-04-17one more fix to csharp_umbrella_namespace commentJan Tattermusch
2015-04-17fix: do not mention umbrella_classname in commentJan Tattermusch
2015-04-16Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)Jan Tattermusch
2015-04-16fixing field number of csharp_umbrella_namespace 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-04-13restricted number of csharp options and regenerated descriptor.protoJan Tattermusch
2015-04-10[PYTHON] Drop dependency on 'google.apputils'.Tamir Duberstein
2015-03-31Change fixture name to be consistentTamir Duberstein
2015-03-26Delete "SEBS" (aka: Clean up Kenton's old trash)Kenton Varda
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-14Revert pull request 175: Add support for the TILE-Gx processor family.Bo Yang
2015-03-13Add a missing proto file.Feng Xiao
2015-03-09Merge pull request #193 from TeBoring/sbPaul Yang
2015-03-05Fix tile atomicops macro.Jisi Liu
2015-03-05Merge pull request #175 from martiert/tile-supportJisi Liu
2015-03-01Initialize data members in constructors instead of direct initialize inJisi Liu
2015-03-01use is_proto_enum instead of is_enum for repeated accessor field.Jisi Liu
2015-03-01Fix hash.h for MSVC and platforms without hash map/set support.Jisi Liu
2015-03-01Fix hash_map type parameter to add Alloc for other platforms.Jisi Liu
2015-03-01Use portable GOOGLE_PROTOBUF_THREAD_LOCAL instead of __thread.Jisi Liu
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-26Merge pull request #199 from google/wktJisi Liu
2015-02-25Fix the order of BUILT_FILES so that pbconfig.h will be built beforeJisi Liu
2015-02-25Exclude pbconfg.h from dist, otherwise it breaks VS builds.Jisi Liu
2015-02-25Merge pull request #221 from google/python_proto3Jisi Liu
2015-02-25Fixes for Python/C++ implementation in open-source:Josh Haberman
2015-02-25Include shared_ptr.h into headers to make maps proto work. It is usedJisi Liu
2015-02-25Down integrate from Google internal.Jisi Liu
2015-02-25Make maps fields work on installed C++ protobufs.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