aboutsummaryrefslogtreecommitdiff
path: root/src/google
AgeCommit message (Expand)Author
2016-02-11Merge pull request #1144 from dongjoon-hyun/remove_redundant_theJoshua Haberman
2016-02-11Merge pull request #1194 from Photonios/masterJoshua Haberman
2016-02-11Merge pull request #1217 from jhump/jh/make-warning-usefulJoshua Haberman
2016-02-10Merge pull request #1185 from kkm000/icl-fixJoshua Haberman
2016-02-06make 'no syntax' warning useful by showing which fileJoshua Humphries
2016-02-04Rename Preconditions to ProtoPreconditionsJon Skeet
2016-02-04Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet
2016-02-03Remove redundant `the` in comments.Dongjoon Hyun
2016-01-29Integrate from google internal.Jisi Liu
2016-01-28Fixed unused parameters and extra ';'Swen Kooij
2016-01-27Fix Intel compiler warnings in include files on Windowskkm
2016-01-20Avoid upcasting uninitialized pointersBrian Silverman
2016-01-20Merge pull request #789 from motahan/solaris64_fixFeng Xiao
2016-01-19Fix compiler warning from repeated_field.hJohn Burke
2016-01-16Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exce...Feng Xiao
2016-01-15fully qualify invocations of static methods on GeneratedMessageJoshua Humphries
2016-01-15throw IOException instead of InvalidProtocolBufferException when appropriateJoshua Humphries
2016-01-15Make sure thatJon Skeet
2016-01-11Prohibit null values in map fieldsJon Skeet
2016-01-09Fix appveyor build.Feng Xiao
2016-01-06Patch internal change 111557819.Feng Xiao
2015-12-30Fix for Visual Studio 2008.Feng Xiao
2015-12-28Fix a misplaced macro.Feng Xiao
2015-12-28Fix a compiler warning.Feng Xiao
2015-12-28Add missing files to EXTRA_DIST.Feng Xiao
2015-12-21Merge branch master into v3.0.0-beta-2Feng Xiao
2015-12-18Merge pull request #1062 from rinatz/masterFeng Xiao
2015-12-19Initialize singleton instance by GoogleOnceInit()Kenichiro IDA
2015-12-16Make conformance tests build for C++ and Java.Feng Xiao
2015-12-17Alter FileDescriptorTables::kEmpty to GetEmptyInstance()Kenichiro IDA
2015-12-15Make ToString() valid without a type registryJon Skeet
2015-12-14Remove the usage of C++11 override.Feng Xiao
2015-12-11Down-integrate from internal code base.Feng Xiao
2015-12-09Merge pull request #1025 from Yangqing/masterFeng Xiao
2015-12-09Minor changes to match the internal versionYangqing Jia
2015-12-09Merge pull request #1033 from c0nk/wip-implicit-cast-fixFeng Xiao
2015-12-08Fix narrowing implicit cast in generated message [NFC]Kal Conley
2015-12-08Use angle bracket for well known type proto header.Bo Yang
2015-12-05Arena type traits standardization.Yangqing Jia
2015-12-02Tweak the error message as the generate is in the core binary these days.Thomas Van Lenten
2015-11-28Fix some narrowing implicit casts [NFC]Kal Conley
2015-11-24Adds support for buliding protobuf with emscripten; we just needed the proper...Craig Donner
2015-11-22Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet
2015-11-19Rename "umbrella" to "reflection" consistently.Jon Skeet
2015-11-19Introduce a Parser property into MessageDescriptor, and populate it from gene...Jon Skeet
2015-11-19Merge pull request #944 from jskeet/umbrella-classnameJon Skeet
2015-11-17Reorder the checks so anything in the expected file is an implicit whitelisting.Thomas Van Lenten
2015-11-09Change how the reflection descriptor class is generated.Jon Skeet
2015-11-06Stop removing all blank lines in doc comments.Jon Skeet
2015-11-03Add support for POWER LinuxDoug Kwan