aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAgeFilesLines
* Include names.h as java_names.h in the opensource treezhangkun832015-01-121-0/+87
* Support Ruby code generation only for proto3.Chris Fallin2014-12-121-0/+8
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-1/+1
* Merge pull request #128 from krishnanm86/masterFeng Xiao2014-12-122-14/+14
|\
| * Reverting the space at the end for both files changedKrishna2014-12-122-2/+2
| * Reverting the space at the endKrishna2014-12-121-1/+1
| * Returned print_indent and print_outdent back to printservicestub and printser...Krishna2014-12-121-5/+8
| * Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.ccKrishna2014-12-113-22/+20
| * Fixed bugsKrishna2014-12-103-5/+8
| * Source code refactoring. Extracted common functionality in cpp_helpers.cc and...Krishna2014-12-102-26/+22
* | Merge pull request #113 from nsuke/oneof-c++11Feng Xiao2014-12-113-32/+31
|\ \
| * | Make C++ string oneof field compatible with C++11Nobuaki Sukegawa2014-12-032-3/+2
| * | Make test code runnable with C++11Nobuaki Sukegawa2014-12-032-30/+30
| |/
* | Merge branch v3.0.0-alpha-1 into master.Feng Xiao2014-12-103-3/+5
|\ \
| * | Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs.v3.0.0-alpha-1Feng Xiao2014-12-091-0/+2
| * | Fix compile issues and test failures in VS2008.Feng Xiao2014-12-051-1/+1
| * | Update version number in descriptor.pb.h and plugin.pb.h. Protect deathFeng Xiao2014-12-031-2/+2
| |/
* / Provide a Ruby extension.Chris Fallin2014-12-093-1/+376
|/
* Merge pull request #81 from xfxyjwf/syntax_warningFeng Xiao2014-12-022-0/+13
|\
| * Report a warning if the proto file doesn't have a syntax statement.Feng Xiao2014-11-142-0/+13
* | Merge pull request #110 from nsuke/tb-typo-cpp_extensionFeng Xiao2014-11-261-1/+1
|\ \
| * | Fix typoNobuaki Sukegawa2014-11-271-1/+1
* | | Down-integrate from internal code base.Feng Xiao2014-11-262-6/+45
|/ /
* | Link Java Nano generator into protoc.Jisi Liu2014-11-251-0/+6
* | Down-integrate from internal code base.Feng Xiao2014-11-204-35/+134
* | Merge nano proto into protobuf repository.Feng Xiao2014-11-1921-0/+5013
|\ \
| * | Prepare nano proto code to be merged into protobuf repository.Feng Xiao2014-11-1911-33/+33
| * | Change reftypes_primitive_enums to reftypes_compat_mode.Brian Duff2014-10-013-12/+31
| * | Adds a primitive enum mode for reftypes.Brian Duff2014-09-304-4/+23
| * | Includes a MessageNano subclass's name's hashCode in hashCode calculations.Jason Neufeld2014-09-161-0/+1
| * | Don't return NULL from {Boxed}PrimitiveTypeName.Brian Duff2014-07-211-4/+4
| * | Fix access around unknownFieldData.Max Cai2014-07-151-7/+2
| * | Support generation of Parcelable nano messages.Jeff Davidson2014-04-253-2/+20
| * | Adds --ignore_service nano proto compiler flagJie Dai2014-04-233-2/+13
| * | Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-101-3/+2
| * | Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-211-2/+3
| * | Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-211-3/+2
| * | Merge "Extension overhaul."Max Cai2014-02-175-112/+159
| |\ \
| | * | Extension overhaul.Max Cai2014-01-105-112/+159
| * | | Fix repeated packed field merging code for non-packed data.Max Cai2014-01-161-1/+4
| * | | Add validation when parsing enum fields.Max Cai2014-01-163-33/+120
| * | | Allow whitespace in nano codegen options.Max Cai2014-01-141-22/+37
| * | | Correctness: floating point equality using bits instead of ==.Max Cai2014-01-101-40/+58
| * | | Don't serialize required fields whose 'has' flags are unset.Max Cai2014-01-102-5/+7
| |/ /
| * | Avoid class initializers to help ProGuard.Max Cai2013-12-1010-76/+219
| * | Nano: don't generate accessor methods for nested methodsAndrew Flynn2013-12-093-119/+6
| * | Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-187-106/+157
| * | Minimize method count for nanoproto.Tom Chao2013-11-112-61/+28
| * | Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-052-20/+51
| * | Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-2513-57/+456