aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* clean upGravatar Jisi Liu2017-08-16
|
* Update testpypi addresses.Gravatar Jisi Liu2017-08-16
| | | | The old one is deprecated and no longer working.
* Merge pull request #3495 from pherl/c++11Gravatar Jisi Liu2017-08-15
|\ | | | | Add std::forward and std::move autoconf check
* \ Merge pull request #3496 from pherl/mingw64Gravatar Jisi Liu2017-08-15
|\ \ | | | | | | Static link pthread for mingw64 protoc and enable cross compile
| * | Update readmeGravatar Jisi Liu2017-08-15
| | |
* | | Merge pull request #3493 from pherl/cmathGravatar Jisi Liu2017-08-15
|\ \ \ | | | | | | | | Fix cmath/math.h include with non C++11 libstdc++
| | * | static link for 32 bit build as well.Gravatar Jisi Liu2017-08-15
| | | |
| | * | Update comments that cross compile is feasible nowGravatar Jisi Liu2017-08-15
| | | | | | | | | | | | | | | | Need to install mingw-w64 on linux to cross compile
| | * | First try static linking pthreadGravatar Jisi Liu2017-08-15
| | | |
| | | * Add std::forward and std::move autoconf checkGravatar Jisi Liu2017-08-15
| | |/ | | | | | | | | | | | | Protobuf now uses these two features, which are not available on some platforms.
| * / Fix cmath/math.h include with non C++11 libstdc++Gravatar Jisi Liu2017-08-15
| |/
* | Merge pull request #3488 from pherl/changelogGravatar Jisi Liu2017-08-14
|\ \ | |/ |/| Update changelog for 3.4.x
| * Update changelog for 3.4.xGravatar Jisi Liu2017-08-14
|/
* Merge pull request #3485 from pherl/mingwGravatar Jisi Liu2017-08-11
|\ | | | | Fix build on MinGW32
* \ Merge pull request #3484 from pherl/qualifierGravatar Jisi Liu2017-08-11
|\ \ | | | | | | Make compilers without ref-qualifier support happy.
| | * Fix commentsGravatar Jisi Liu2017-08-11
| | |
| * | Make compilers without ref-qualifier support happy.Gravatar Jisi Liu2017-08-11
|/ /
| * Add malloc castGravatar Jisi Liu2017-08-11
| |
| * implement remove strdup usage and implement our ownGravatar Jisi Liu2017-08-11
| | | | | | | | | | strdup is not part C or C++ standard but POXIS function. Several compilers failed to compile strdup or generate warnings.
| * Adding missing imports for strdupGravatar Jisi Liu2017-08-11
| |
| * Fix mkdirGravatar Jisi Liu2017-08-11
| |
| * Make win32_io only for MSVCGravatar Jisi Liu2017-08-11
| | | | | | | | | | This excludes cygwin and mingw from using the self implemented functions.
| * Fix the declaration order in ming32Gravatar Jisi Liu2017-08-11
| |
| * Fixing io_win32 for MinGW32Gravatar Jisi Liu2017-08-11
|/
* Merge pull request #3481 from pherl/nowarningGravatar Jisi Liu2017-08-10
|\ | | | | Make no warning test stricter.
| * Make no warning test stricter.Gravatar Jisi Liu2017-08-10
| | | | | | | | | | - Now it includes -Wextra except for unused-parameter. - Removed gtest dependency
* | Merge pull request #3478 from pherl/warningGravatar Jisi Liu2017-08-10
|\| | | | | Make code free of missing-field-initializers warnings
| * Make code free of missing-field-initializers warningsGravatar Jisi Liu2017-08-09
|/
* Merge pull request #3461 from TeBoring/3.4.xGravatar Jisi Liu2017-08-07
|\ | | | | Merge master into 3.4.x
* \ Merge pull request #3468 from vladmos/3.4.xGravatar Feng Xiao2017-08-07
|\ \ | | | | | | Make .bzl files compatible with future versions of Bazel
| * | Make .bzl files compatible with future versions of BazelGravatar Vladimir Moskva2017-08-07
|/ /
| * Merge branch 'master' into 3.4.xGravatar Bo Yang2017-08-05
|/|
| * Update commit id in Dockerfile to reflect change in #3391 (#3459)Gravatar Paul Yang2017-08-04
| |
| * Fix the bug in php c extension that setting one field can change ↵Gravatar Paul Yang2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another field's value. (#3455) * Fix the bug in php c extension that setting one field can change another field's value. The reason is that previously, in c extension, it was assumed that the order that fields were declared in php is the same as the order of fields in upb. This is not true. Now, for every field in upb, we will look up the actual property that is corresponding to the upb field. * Cleanup pull request * Fix indentation * Port to php5 * Port with php7.1 * Port to zts
| * Update PHP descriptors (#3391)Gravatar michaelbausor2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add descriptors test * Update descriptors tests * Add public descriptors * Add test_desriptors.proto to test script * Update composer files * Remove references to GPBType, update tests to be compatible with c * Update for c extension compatibility * Remove nested enums for descriptor, update tests * Strip leading '.' from descriptor name * Update tests with test for getClass, fix OneofDescriptor * Add new files to Makefile.am
| * Merge pull request #3456 from giorgioazzinnaro/patch-1Gravatar Feng Xiao2017-08-04
| |\ | | | | | | Update third party addons with ProfaneDB
| | * Update third party addons with ProfaneDBGravatar Giorgio Azzinnaro2017-08-04
| |/ | | | | | | I added my project ProfaneDB, it is a database for Protocol Buffers objects. Written in C++, it uses gRPC as an interface for other languages. It is still work in progress, but I'd love to get some feedback on it while I progress!
* | Merge pull request #3450 from pherl/invalidoffsetGravatar Jisi Liu2017-08-03
|\ \ | | | | | | Fix invalid offsetof warning.
* \ \ Merge pull request #3451 from pherl/fixtypoGravatar Jisi Liu2017-08-03
|\ \ \ | | | | | | | | Fix typo.
| * | | Fix typo.Gravatar Jisi Liu2017-08-03
|/ / /
| * / Fix invalid offsetof warning.Gravatar Jisi Liu2017-08-03
|/ / | | | | | | Use composition instead of inheritance for oneof default.
| * Add getClass for php Descriptor in c extension (#3443)Gravatar Paul Yang2017-08-02
| |
* | Add destructors for default instances to the shutdown code.Gravatar Gerben Stavenga2017-08-02
| | | | | | | | Verified test succeed under draconian heap checker
* | Merge pull request #3442 from pherl/csharpversionGravatar Jisi Liu2017-08-02
|\ \ | | | | | | Bump csharp version
| * | Bump csharp versionGravatar Jisi Liu2017-08-02
| | |
* | | Merge pull request #3438 from pherl/changelogGravatar Jisi Liu2017-08-02
|\| | | | | | | | Update change log
| | * Fixing HHVM Compatibility (#3437)Gravatar Ryan Gordon2017-08-02
| | |
| | * Expose descriptor API in php c extension (#3422)Gravatar Paul Yang2017-08-02
| | |
| * | Update change logGravatar Jisi Liu2017-08-01
| | |
* | | Merge pull request #3419 from pherl/3.4.xGravatar Jisi Liu2017-08-01
|\| | | | | | | | Merge master into 3.4.x