aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to 3.2.0v3.2.0-alpha-1v3.2.0Bo Yang2017-01-2714-17/+17
* Fix typo that breaks builds on big-endian (#2632)Orion Poplawski2017-01-261-2/+2
* Reverting deployment target to 7.0 (#2618)davidair2017-01-241-1/+1
* Update upb, fixes some bugs (including a hash table problem). (#2611)Joshua Haberman2017-01-235-1365/+2794
* Update php READMEBo Yang2017-01-201-2/+0
* Update change logs for 3.2.0 release.Bo Yang2017-01-201-5/+77
* Update version number to 3.2.0rc2v3.2.0rc2Bo Yang2017-01-1814-17/+17
* Change protoc-artifacts version to 3.2.0-rc.1Bo Yang2017-01-121-1/+1
* Update version number to 3.2.0-rc.1 (#2578)v3.2.0-rc.1Paul Yang2017-01-1113-16/+16
* Remove redundent embed.cc from src/Makefile.amBo Yang2017-01-101-1/+0
* Fixed "make distcheck" for the Autotools buildAdam Cozzette2017-01-101-2/+4
* Add embed.cc in src/Makefile.am to fix dist check.Bo Yang2017-01-101-0/+1
* Decoding unknown field should succeed.Bo Yang2017-01-104-1/+17
* Fix generated code when there is no namespace but there is enum definition.Bo Yang2017-01-103-6/+19
* Fix generation of extending nested messages in JavaScript (#2439)Marcus Longmuir2017-01-094-7/+74
* Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten2017-01-0911-16/+435
* Fixed cross compilations with the Autotools buildAdam Cozzette2017-01-094-3/+242
* Fix include in auto-generated well_known_types_embed.ccJulien Brianceau2017-01-091-1/+1
* Fix warning in compiler/js/embed.ccJulien Brianceau2017-01-091-1/+1
* Fix int64 decoding on 32-bit machines.Bo Yang2017-01-096-63/+142
* PHP fix int64 decoding (#2516)Sufir2017-01-082-28/+77
* Merge pull request #2550 from TeBoring/3.2.xFeng Xiao2016-12-2930-51/+76
|\
| * Bump version number to 3.2.0Bo Yang2016-12-2830-51/+76
* | Fixed issue with autoloading - Invalid paths (#2538)NicklasWallgren2016-12-281-3/+3
|/
* Add new js file in extra dist.Bo Yang2016-12-282-2/+3
* Update _GNUC_VER to use the correct implementation of atomic operation on Mac.Bo Yang2016-12-222-1/+7
* Added Bazel genrule for generating well_known_types_embed.ccAdam Cozzette2016-12-211-0/+18
* Updated Makefile.am to fix out-of-tree buildsAdam Cozzette2016-12-211-1/+4
* Added well_known_types_embed.cc to CLEANFILES so that it gets cleaned upAdam Cozzette2016-12-211-1/+2
* maps_test.js: check whether Symbol is defined before using it (#2524)Adam Cozzette2016-12-211-6/+3
* Update _GNUC_VER to use the correct implementation of atomic operationBo Yang2016-12-211-0/+1
* Explicitly import used class in nano test to avoid random test fail.Bo Yang2016-12-201-1/+4
* Update conformance test failure list.Bo Yang2016-12-203-1025/+0
* Down-integrate internal changes to github.Bo Yang2016-12-19112-3044/+5638
|\
| * Down-integrate internal changes to github.Bo Yang2016-12-19114-3052/+5658
* | Merge pull request #2517 from acozzette/js-embedAdam Cozzette2016-12-196-325/+35
|\ \
| * | Fixed "make check" for cmake buildAdam Cozzette2016-12-191-0/+1
| * | Auto-generate well_known_types_embed.ccAdam Cozzette2016-12-195-325/+34
|/ /
* | Merge pull request #2227 from KindDragon/3.1.xFeng Xiao2016-12-164-41/+43
|\ \
| * | LIBPROTOC_EXPORT added to others functions in csharp_names.h and objectivec_h...Arkadiy Shapkin2016-12-012-33/+33
| * | Missed LIBPROTOC_EXPORT for GRPC addedArkadiy Shapkin2016-12-014-8/+10
* | | Give C# ByteString a sensible GetHashCode implementation.Jon Skeet2016-12-162-1/+14
* | | Merge pull request #2499 from ckennelly/masterAdam Cozzette2016-12-152-2/+11
|\ \ \
| * | | Define LANG_CXX11 for port.h and use this to guard C++11 features.Chris Kennelly2016-12-142-2/+11
|/ / /
* | | Merge pull request #2495 from acozzette/android-hashAdam Cozzette2016-12-142-9/+3
|\ \ \
| * | | Removed Android-specific code from stubs/hash.hAdam Cozzette2016-12-132-9/+3
* | | | Merge pull request #2498 from sergiocampama/enumThomas Van Lenten2016-12-141-1/+5
|\ \ \ \
| * | | | Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARESergio Campama2016-12-141-1/+5
|/ / / /
* | | | Added conformance testing for binary primitive types. (#2491)Joshua Haberman2016-12-132-37/+162
* | | | Merge pull request #2496 from xyzzyz/fix-overflowFeng Xiao2016-12-131-1/+1
|\ \ \ \