aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | To make the test pass I needed to fix out-of-tree builds and update EXTRA_DIST and CLEANFILES.
* 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
| | | | | | * Fix generation of extending nested messages in JavaScript * Added missing test8.proto to build
* Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten2017-01-0911-16/+435
| | | | | | | | | | | - If setting/clearing a repeated field/map that was objects, check the class before checking the autocreator. - Just to be paranoid, don’t mutate within copy/mutableCopy for the autocreated classes to ensure there is less chance of issues if someone does something really crazy threading wise. - Some more tests for the internal AutocreatedArray/AutocreatedDictionary classes to ensure things are working as expected. - Add Xcode 8.2 to the full_mac_build.sh supported list.
* Fixed cross compilations with the Autotools buildAdam Cozzette2017-01-094-3/+242
| | | | | | | | Pull request #2517 caused cross compilations to start failing, because the js_embed binary was being built to run on the target platform instead of on the build machine. This change updates the Autotools build to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for the build machine and always use that when building js_embed.
* Fix include in auto-generated well_known_types_embed.ccJulien Brianceau2017-01-091-1/+1
| | | | | Restore include style fix (e3da722) that has been trampled by auto-generation of well_known_types_embed.cc
* Fix warning in compiler/js/embed.ccJulien Brianceau2017-01-091-1/+1
| | | | | | | embed.cc: In function ‘std::string CEscape(const string&)’: embed.cc:51:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < str.size(); ++i) { ^
* Fix int64 decoding on 32-bit machines.Bo Yang2017-01-096-63/+142
|
* PHP fix int64 decoding (#2516)Sufir2017-01-082-28/+77
| | | | | | * fix int64 decoding * fix int64 decoding + tests
* Merge pull request #2550 from TeBoring/3.2.xFeng Xiao2016-12-2930-51/+76
|\ | | | | Bump version number to 3.2.0
| * 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
| | | | | In pull request #2517 I made this change for the CMake and autotools builds but forgot to do it for the Bazel build.
* 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
| | | | | Symbol is not yet available on older versions of Node.js and so this test fails with them. This change just directly checks whether Symbol is available before we try to use it.
* Update _GNUC_VER to use the correct implementation of atomic operationBo Yang2016-12-211-0/+1
| | | | on Mac.
* 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
|\ \ | | | | | | Auto-generate well_known_types_embed.cc
| * | Fixed "make check" for cmake buildAdam Cozzette2016-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | The check target did not depend on the test_plugin binary, so this would cause "make check" to fail at times because of the absence of test_plugin. This change adds a dependency on test_plugin so that it will always get built before the tests are executed.
| * | Auto-generate well_known_types_embed.ccAdam Cozzette2016-12-195-325/+34
|/ / | | | | | | | | | | | | Until now this file was just checked into the repo, but actually it should be generated from any.js, struct.js, and timestamp.js. This change updates the build system to make this happen. To make it work I also had to remove some C++11 features from embed.cc.
* | Merge pull request #2227 from KindDragon/3.1.xFeng Xiao2016-12-164-41/+43
|\ \ | | | | | | Missed LIBPROTOC_EXPORT for GRPC added
| * | LIBPROTOC_EXPORT added to others functions in csharp_names.h and ↵Arkadiy Shapkin2016-12-012-33/+33
| | | | | | | | | | | | objectivec_helpers.h
| * | Missed LIBPROTOC_EXPORT for GRPC addedArkadiy Shapkin2016-12-014-8/+10
| | |
* | | Give C# ByteString a sensible GetHashCode implementation.Jon Skeet2016-12-162-1/+14
| | | | | | | | | | | | Fixes #2511.
* | | 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.
| * | | 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.h
| * | | Removed Android-specific code from stubs/hash.hAdam Cozzette2016-12-132-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This #ifdef in hash.h causes us to give up on finding a hash function on Android, when there do seem to be hash functions available in practice. I also had to tweak a macro in map.h that was disabling on Android an allocator construct() method that we need.
* | | | Merge pull request #2498 from sergiocampama/enumThomas Van Lenten2016-12-141-1/+5
|\ \ \ \ | | | | | | | | | | Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARE
| * | | | 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
| | | | | | | | | | | | This is basic and more tests will be added over time.
* | | | Merge pull request #2496 from xyzzyz/fix-overflowFeng Xiao2016-12-131-1/+1
|\ \ \ \ | | | | | | | | | | Fix integer overflow in FastUInt32ToBufferLeft
| * | | | Fix integer overflow in FastUInt32ToBufferLeftAdam Michalik2016-12-131-1/+1
| |/ / / | | | | | | | | | | | | | | | | If digits > 2, and int is 32 bit, line 999 overflows. It has been fixed internally in CL 41203823.
* | | | Merge pull request #2493 from jbrianceau/add-missing-climits-includeFeng Xiao2016-12-133-0/+3
|\ \ \ \ | | | | | | | | | | Add missing includes
| * | | | Add missing include in embed.ccJulien Brianceau2016-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This changes fixes "error C2039: 'getline': is not a member of 'std'" compilation error.
| * | | | Add missing includesJulien Brianceau2016-12-132-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This changes fixes "use of undeclared identifier 'INT_MAX'" compilation error.
* | | | | Merge pull request #2484 from ngg/uwp_buildFeng Xiao2016-12-1316-94/+95
|\ \ \ \ \ | |_|/ / / |/| | | | Add support for Windows ARM builds
| * | | | Add support for Windows ARM buildsGergely Nagy2016-12-1216-94/+95
| | | | |