aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #789 from motahan/solaris64_fixGravatar Feng Xiao2016-01-20
|\
* | Fix compiler warning from repeated_field.hGravatar John Burke2016-01-19
* | Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exce...Gravatar Feng Xiao2016-01-16
|\ \
| * | fully qualify invocations of static methods on GeneratedMessageGravatar Joshua Humphries2016-01-15
| * | throw IOException instead of InvalidProtocolBufferException when appropriateGravatar Joshua Humphries2016-01-15
* | | Make sure thatGravatar Jon Skeet2016-01-15
|/ /
* | Prohibit null values in map fieldsGravatar Jon Skeet2016-01-11
* | Fix appveyor build.Gravatar Feng Xiao2016-01-09
* | Patch internal change 111557819.Gravatar Feng Xiao2016-01-06
* | Fix for Visual Studio 2008.Gravatar Feng Xiao2015-12-30
* | Fix a misplaced macro.Gravatar Feng Xiao2015-12-28
* | Fix a compiler warning.Gravatar Feng Xiao2015-12-28
* | Add missing files to EXTRA_DIST.Gravatar Feng Xiao2015-12-28
* | Merge branch master into v3.0.0-beta-2Gravatar Feng Xiao2015-12-21
|\ \
| * \ Merge pull request #1062 from rinatz/masterGravatar Feng Xiao2015-12-18
| |\ \
| | * | Initialize singleton instance by GoogleOnceInit()Gravatar Kenichiro IDA2015-12-19
* | | | Make conformance tests build for C++ and Java.Gravatar Feng Xiao2015-12-16
| | * | Alter FileDescriptorTables::kEmpty to GetEmptyInstance()Gravatar Kenichiro IDA2015-12-17
| * | | Make ToString() valid without a type registryGravatar Jon Skeet2015-12-15
| |/ /
* | | Remove the usage of C++11 override.Gravatar Feng Xiao2015-12-14
* | | Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|/ /
* | Merge pull request #1025 from Yangqing/masterGravatar Feng Xiao2015-12-09
|\ \
| * | Minor changes to match the internal versionGravatar Yangqing Jia2015-12-09
* | | Merge pull request #1033 from c0nk/wip-implicit-cast-fixGravatar Feng Xiao2015-12-09
|\ \ \
| * | | Fix narrowing implicit cast in generated message [NFC]Gravatar Kal Conley2015-12-08
* | | | Use angle bracket for well known type proto header.Gravatar Bo Yang2015-12-08
|/ / /
| * / Arena type traits standardization.Gravatar Yangqing Jia2015-12-05
|/ /
* | Tweak the error message as the generate is in the core binary these days.Gravatar Thomas Van Lenten2015-12-02
* | Fix some narrowing implicit casts [NFC]Gravatar Kal Conley2015-11-28
* | Adds support for buliding protobuf with emscripten; we just needed the proper...Gravatar Craig Donner2015-11-24
* | Tidy up reflection in advance of attempting to implement DynamicMessage.Gravatar Jon Skeet2015-11-22
* | Rename "umbrella" to "reflection" consistently.Gravatar Jon Skeet2015-11-19
* | Introduce a Parser property into MessageDescriptor, and populate it from gene...Gravatar Jon Skeet2015-11-19
* | Merge pull request #944 from jskeet/umbrella-classnameGravatar Jon Skeet2015-11-19
|\ \
* | | Reorder the checks so anything in the expected file is an implicit whitelisting.Gravatar Thomas Van Lenten2015-11-17
| * | Change how the reflection descriptor class is generated.Gravatar Jon Skeet2015-11-09
|/ /
* | Stop removing all blank lines in doc comments.Gravatar Jon Skeet2015-11-06
* | Add support for POWER LinuxGravatar Doug Kwan2015-11-03
* | Fix compilation errors when built internally.Gravatar Feng Xiao2015-11-02
* | Correct spellingGravatar Benjamin Barenblat2015-10-30
* | Get VS 2015 to use const int definitionsGravatar Bruce Dawson2015-10-29
* | Merge pull request #908 from jskeet/oneof-equalityGravatar Jan Tattermusch2015-10-24
|\ \
| * | Include the oneof-case in equality and hash code generated code.Gravatar Jon Skeet2015-10-24
* | | Change the #include for any.h to use angle brackets instead of quotes, to be ...Gravatar Matthew Wu2015-10-22
|/ /
* | Merge pull request #783 from podsvirov/topic-cmake-projectGravatar Feng Xiao2015-10-16
|\ \
* \ \ Merge pull request #824 from jtattermusch/expose_get_output_fileGravatar Jan Tattermusch2015-10-14
|\ \ \
* \ \ \ Merge pull request #875 from tkarls/return_correct_bool_type_from_mapGravatar Feng Xiao2015-10-13
|\ \ \ \
* | | | | Changed argument typ to uint32 in set function that sets an uint32 valueGravatar Thomas Karlsson2015-10-13
| * | | | Changed return type from int32 to bool in function returning a boolGravatar Thomas Karlsson2015-10-13
|/ / / /
* | | | Merge pull request #815 from TeBoring/third-partyGravatar Paul Yang2015-10-09
|\ \ \ \