aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #3357 from bklarson/masterAdam Cozzette2017-07-172-2/+2
|\ \ \ \ \
| * | | | | Fix build when using -Werror=undefBrad Larson2017-07-122-2/+2
* | | | | | Merge pull request #3134 from lundefugl/javabug1Feng Xiao2017-07-172-5/+5
|\ \ \ \ \ \
| * | | | | | Issue 3112: Object class with fully qualified namelundefugl2017-05-242-5/+5
* | | | | | | Merge pull request #3372 from dylanetaft/masterAdam Cozzette2017-07-171-1/+9
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Expand documentation in Readme.mddylanetaft2017-07-151-1/+9
* | | | | | | remove pass by reference for php setters (#3344)Brent Shaffer2017-07-1724-64/+63
* | | | | | | Fix Implicit Return Types (#3363)Richard Fussenegger2017-07-171-2/+2
|/ / / / / /
* | | | | | Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-145-2/+35
* | | | | | removes an accidental newline in printing for the php generator (#3333)Brent Shaffer2017-07-131-1/+1
* | | | | | Add map iterator for c extension (#3350)Paul Yang2017-07-136-5/+157
* | | | | | Add space between arrow and casted type (#3353)Paul Yang2017-07-133-27/+27
* | | | | | Merge pull request #3327 from htuch/fix-3322Feng Xiao2017-07-131-7/+0
|\ \ \ \ \ \
| * | | | | | Use consistent hash across NDEBUG/!NDEBUG builds.Harvey Tuch2017-07-071-7/+0
* | | | | | | Fix repository URL in C# project fileJon Skeet2017-07-131-1/+1
| |_|/ / / / |/| | | | |
* | | | | | C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V>Jean-Rémy Bancel2017-07-122-0/+27
| |_|/ / / |/| | | |
* | | | | Fix missing std::tr1::hash on GCC 4.1 (#2907)Matt Hauck2017-07-101-2/+4
* | | | | Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-0939-84/+82
* | | | | Uncomment php tests (#3301)Paul Yang2017-07-092-416/+416
|/ / / /
* | | | Merge pull request #2482 from andreaseger/fix_ruby_timestamp_accuracyAdam Cozzette2017-07-062-3/+11
|\ \ \ \
| * | | | change test for nanosecond accurate timestampsAndreas Eger2017-05-131-2/+5
| * | | | fix floating point accuracy problem in Timestamp#to_fAndreas Eger2017-05-132-3/+8
* | | | | add Grpc Protobuf validation (#3311)MaDuo2017-07-051-0/+1
* | | | | Merge pull request #3315 from thomasvl/mutate_unknownsThomas Van Lenten2017-07-052-2/+3
|\ \ \ \ \
| * | | | | Expose the initializer for unknown fields.Thomas Van Lenten2017-07-052-2/+3
|/ / / / /
* | | | | Ensure leaveOpen is true when writing to a bufferJon Skeet2017-07-045-12/+27
* | | | | Make Any easier to work with in C#Jon Skeet2017-07-032-7/+64
* | | | | Add json encode/decode for php. (#3226)Paul Yang2017-06-3036-2274/+3118
* | | | | Merge pull request #3287 from sergiocampama/initializedThomas Van Lenten2017-06-291-1/+1
|\ \ \ \ \
| * | | | | Add initialized as a reserved keyword as that's the actual property nameSergio Campama2017-06-291-1/+1
|/ / / / /
* | | | | Add scripts to build python wheel for linux. (#2693)Paul Yang2017-06-285-0/+121
* | | | | adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-2736-925/+1220
* | | | | Merge pull request #3084 from lukaszx0/patch-1Feng Xiao2017-06-261-1/+1
|\ \ \ \ \
| * | | | | Workaround the docker bug when compiling artifactsŁukasz Strzałkowski2017-05-111-1/+1
| |/ / / /
* | | | | Merge pull request #3264 from TeBoring/php-bugPaul Yang2017-06-2434-672/+847
|\ \ \ \ \
| * | | | | Fix more implicit type conversions in public headers and generated code.Bo Yang2017-06-2426-449/+606
| * | | | | Enusre public header and generated code have no implicit converion.Bo Yang2017-06-2321-229/+247
* | | | | | Merge pull request #2968 from ngg/cpp-proper-fwdFeng Xiao2017-06-234-107/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | C++: Do not forward-declare dependencies in generated .h filesGergely Nagy2017-06-124-107/+0
* | | | | | Merge pull request #3266 from mbrickn/patch-1Feng Xiao2017-06-231-1/+1
|\ \ \ \ \ \
| * | | | | | Updated links to use httpsMaxwell Paul Brickner2017-06-231-1/+1
|/ / / / / /
* | | | | | Merge pull request #3261 from thomasvl/super_oddcaseThomas Van Lenten2017-06-221-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | If we fail to get a descriptor just super the method resolving.Thomas Van Lenten2017-06-221-1/+1
|/ / / / /
* | | | | Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-194-160/+235
* | | | | Updated upb to fix JSON conformance issues. (#3206)Joshua Haberman2017-06-195-580/+493
* | | | | Merge pull request #3243 from yjjnls/masterFeng Xiao2017-06-191-0/+2
|\ \ \ \ \
| * | | | | replenish missed header files in install stepyjjnls2017-06-191-0/+2
* | | | | | Merge pull request #3244 from thomasvl/complete_docsThomas Van Lenten2017-06-193-2/+25
|\ \ \ \ \ \
| * | | | | | ObjC: Document the exceptions on some of the writing apis.Thomas Van Lenten2017-06-193-2/+25
|/ / / / / /
* | | | | | Merge pull request #3240 from thomasvl/float_funThomas Van Lenten2017-06-193-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |