- 15 Aug, 2017 9 commits
-
-
Jisi Liu authored
Add std::forward and std::move autoconf check
-
Jisi Liu authored
Static link pthread for mingw64 protoc and enable cross compile
-
Jisi Liu authored
-
Jisi Liu authored
Fix cmath/math.h include with non C++11 libstdc++
-
Jisi Liu authored
-
Jisi Liu authored
Need to install mingw-w64 on linux to cross compile
-
Jisi Liu authored
-
Jisi Liu authored
Protobuf now uses these two features, which are not available on some platforms.
-
Jisi Liu authored
-
- 14 Aug, 2017 2 commits
- 11 Aug, 2017 11 commits
-
-
Jisi Liu authored
Fix build on MinGW32
-
Jisi Liu authored
Make compilers without ref-qualifier support happy.
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
strdup is not part C or C++ standard but POXIS function. Several compilers failed to compile strdup or generate warnings.
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
This excludes cygwin and mingw from using the self implemented functions.
-
Jisi Liu authored
-
Jisi Liu authored
-
- 10 Aug, 2017 3 commits
- 09 Aug, 2017 1 commit
-
-
Jisi Liu authored
-
- 07 Aug, 2017 3 commits
-
-
Jisi Liu authored
Merge master into 3.4.x
-
Feng Xiao authored
Make .bzl files compatible with future versions of Bazel
-
Vladimir Moskva authored
-
- 05 Aug, 2017 1 commit
-
-
Bo Yang authored
-
- 04 Aug, 2017 5 commits
-
-
Paul Yang authored
-
Paul Yang authored
* 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
-
michaelbausor authored
* 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
-
Feng Xiao authored
Update third party addons with ProfaneDB
-
Giorgio Azzinnaro authored
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!
-
- 03 Aug, 2017 5 commits