aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add @Deprecated annotation support for proto file.Gravatar Jisi Liu2017-08-31
|
* Add mising cmake files in distGravatar Jisi Liu2017-08-24
|
* Merge pull request #3556 from matt-kwong/kokoro_mac_v3Gravatar Jisi Liu2017-08-23
|\ | | | | Remove pre-installed softwares
| * Remove pre-installed softwaresGravatar Matt Kwong2017-08-23
|/
* Merge pull request #3555 from pherl/fixdistGravatar Jisi Liu2017-08-23
|\ | | | | Make distcheck aware of test proto files.
| * Make distcheck aware of test proto files.Gravatar Jisi Liu2017-08-23
|/
* Merge pull request #3546 from pherl/deathtestGravatar Jisi Liu2017-08-22
|\ | | | | Disable death tests on windows
| * Disable death tests on windowsGravatar Jisi Liu2017-08-22
|/ | | | Also remove cord related code
* Merge pull request #3537 from TeBoring/php-bugGravatar Jisi Liu2017-08-22
|\ | | | | Use message name as defined in php runtime.
* \ Merge pull request #3539 from drivehappy/3.4.x_clang_cleanup_1Gravatar Jisi Liu2017-08-22
|\ \ | | | | | | Merge pull request #3535 from drivehappy/clang_warn_cleanup
* \ \ Merge pull request #3540 from drivehappy/3.4.x_clang_cleanup_2Gravatar Jisi Liu2017-08-22
|\ \ \ | | | | | | | | Merge pull request #3494 from drivehappy/clang_warning_macro
| * | | Merge pull request #3494 from drivehappy/clang_warning_macroGravatar Jisi Liu2017-08-21
|/ / / | | | | | | Fixing -Wexpansion-to-defined Clang warning
| * / Merge pull request #3535 from drivehappy/clang_warn_cleanupGravatar Jisi Liu2017-08-21
|/ / | | | | Fixing unused parameter warnings under Clang.
* | Merge pull request #3536 from pherl/io32_11Gravatar Jisi Liu2017-08-21
|\ \ | | | | | | Remove C++11 features in io_win32.cc
| * | Fix compile errorsGravatar Jisi Liu2017-08-21
| | |
| | * Use message name as defined in php runtime.Gravatar Bo Yang2017-08-21
| |/ |/|
| * Remove C++11 features in io_win32.ccGravatar Jisi Liu2017-08-21
|/ | | | | - Use scoped_array instead of unique_ptr. - Do not use string::front() and string::back()
* Merge pull request #3528 from pherl/rubyfixGravatar Jisi Liu2017-08-18
|\ | | | | Bump gemspec again
* \ Merge pull request #3504 from pherl/3.4.xGravatar Jisi Liu2017-08-18
|\ \ | | | | | | Prefer system distributed binaries/libraries.
| | * Bump gemspec againGravatar Jisi Liu2017-08-18
| |/ |/|
* | Merge pull request #3514 from pherl/rubyfixGravatar Jisi Liu2017-08-17
|\ \ | | | | | | Bump gem version for the next upload
* \ \ Merge pull request #3502 from pherl/pypiGravatar Jisi Liu2017-08-17
|\ \ \ | | | | | | | | Update testpypi URLs
| | * | Bump gem version for the next uploadGravatar Jisi Liu2017-08-17
| | | |
* | | | Update CHANGES.txtGravatar Jie Luo2017-08-16
| | | |
* | | | Update CHANGES.txtGravatar Jie Luo2017-08-16
| | | |
| | | * Prefer system distributed binaries/libraries.Gravatar Jisi Liu2017-08-16
| |_|/ |/| | | | | | | | | | | | | | It seems like the image has a /usr/local/bin/autoconf installed, which doesn't recognize/work with the yum installed libtools. Putting distributed binaries/libraries first solves the problem
* | | Update php version number to 3.4.0Gravatar Bo Yang2017-08-16
| | |
* | | Update php c extension version number.Gravatar Bo Yang2017-08-16
| |/ |/|
| * 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.