aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fixes on visual studio 2008Gravatar unknown2015-05-27
* Replace "\\" with "/" for windows path names.Gravatar Feng Xiao2015-05-26
* In std11, on mac, operator new doesn't take right reference.Gravatar TeBoring2015-05-26
* Merge pull request #430 from xfxyjwf/std11_fixGravatar Paul Yang2015-05-26
|\
| * Make MapAllocator work with C++11.Gravatar Feng Xiao2015-05-26
* | Merge pull request #429 from xfxyjwf/std11_fixGravatar Paul Yang2015-05-26
|\|
* | When doing make distcheck, a src/google/protobuf/compiler/ruby is created toGravatar Bo Yang2015-05-26
| * Remove std::is_trivially_default_constructible.Gravatar Feng Xiao2015-05-26
|/
* uint64 has non-trivial destructor on 32-bit windows. This cause arenaGravatar Bo Yang2015-05-26
* Adds objectivec_helpers.h to the headers installed by make.Gravatar Jorge Canizales2015-05-26
* Explicitly call destructor of Mutex to release resources.Gravatar Feng Xiao2015-05-25
* Make hash_map forward constructor parameters to its base class.Gravatar Feng Xiao2015-05-25
* Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in src...Gravatar Bo Yang2015-05-25
* Fix bugs on windows.Gravatar Bo Yang2015-05-24
* Fix C2385: accessing parent classes' member without specifying is ambiguous.Gravatar Bo Yang2015-05-24
* Merge pull request #341 from yukawa/fix-undef-GOOGLE_PROTOBUF_MISSING_HASHGravatar Feng Xiao2015-05-22
|\
* \ Merge pull request #410 from thomasvl/objc_alpha2_dropGravatar Paul Yang2015-05-22
|\ \
| * | Objective C Second Alpha DropGravatar Thomas Van Lenten2015-05-22
* | | Merge pull request #413 from TeBoring/masterGravatar Paul Yang2015-05-21
|\ \ \
| * | | down-integrate internal changesGravatar Bo Yang2015-05-21
| |/ /
* | | Merge pull request #411 from xfxyjwf/masterGravatar Paul Yang2015-05-21
|\ \ \
* | | | Include well-known types in Java runtime.Gravatar Feng Xiao2015-05-21
| |/ / |/| |
| * | Add default import paths for descriptor.proto and other well-known types to p...Gravatar Feng Xiao2015-05-21
|/ /
* | Merge pull request #402 from thomasvl/objc_on_winGravatar Paul Yang2015-05-21
|\ \
* | | Marked compiler literal unsigned.Gravatar Austin Schuh2015-05-19
| * | Getting the ObjC generator building on Windows.Gravatar Thomas Van Lenten2015-05-19
|/ /
* | Post csharp landing fixup.Gravatar Thomas Van Lenten2015-05-18
* | Merge pull request #384 from google/csharpGravatar Jie Luo2015-05-14
|\ \
| * \ Merge branch 'master' of github.com:google/protobuf into integrate_from_masterGravatar Jan Tattermusch2015-05-13
| |\ \
| * | | Remove the C#-specific field_presence_test.proto, using unittest_no_field_pre...Gravatar Jon Skeet2015-05-13
* | | | Include generated code of well-known types in protobuf C++ runtime.Gravatar Feng Xiao2015-05-11
| |/ / |/| |
* | | Merge branch 'gerrit' to 'master'Gravatar Feng Xiao2015-05-07
|\ \ \
* \ \ \ Merge pull request #101 from fizbin/fix_large_proto_java_codeGravatar Feng Xiao2015-05-07
|\ \ \ \
| | | * | Regenerate descriptor.pb.cc after csharp_namespace changeGravatar Jon Skeet2015-05-07
* | | | | Merge pull request #331 from thomasvl/objc_alpha1_dropGravatar Paul Yang2015-05-06
|\ \ \ \ \
* | | | | | Don't hard-code the python pathGravatar Tamir Duberstein2015-05-06
| | | | * | Add C# namespace to .proto files (e.g. descriptors, unit tests)Gravatar Jon Skeet2015-05-06
| * | | | | Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Gravatar Thomas Van Lenten2015-05-06
|/ / / / /
| | | | * Undef GOOGLE_PROTOBUF_MISSING_HASH after it is used.Gravatar Yohei Yukawa2015-05-04
| |_|_|/ |/| | |
| | | * Remove ClsCompliant declarations from C# codeGravatar Jie Luo2015-05-01
* | | | Merge pull request #315 from brianduff/sync_from_aospGravatar Jisi Liu2015-04-29
|\ \ \ \
| * | | | Generate a CREATOR for each Parcelable message.Gravatar Jeff Davidson2015-04-28
| * | | | Inline unknownFieldData{Equals,HashCode} to generated code.Gravatar Brian Duff2015-04-28
| * | | | Expose generate_clear as an option.Gravatar Brian Duff2015-04-28
| * | | | Generate @IntDef annotations for nanoproto enums.Gravatar Jeff Davidson2015-04-28
| * | | | Add clone() method support for nano.Gravatar Brian Duff2015-04-28
| * | | | When no clear() is generated, still initialize fields.Gravatar Brian Duff2015-04-28
| * | | | Fix bug with large extension field numbers.Gravatar Brian Duff2015-04-28
| | | * | Modify directory to use in testGravatar Bo Yang2015-04-27
| | | * | Handle un-handled cases of TestOneof2 in unittestGravatar Bo Yang2015-04-27