aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
...
* | | | PHP: fix pecl extension after cc files are addedGravatar Stanley Cheung2017-05-17
| | | |
| * | | PHP: fix pecl extension reported versionGravatar Stanley Cheung2017-05-17
|/ / /
* | | PHP: stop requiring google/protobuf PHP implementationGravatar Stanley Cheung2017-05-16
| | |
| | * Set gRPC_INSTALL to ON by default for MSVC and OFF if a subprojectGravatar Alex Merry2017-05-15
| | | | | | | | | | | | | | | | | | | | | | | | Now that gRPC_INSTALL is forced off if using bundled third-party libraries, it no longer makes sense to set it OFF by default for MSVC. However, we do want to set it OFF by default if gRPC is being built as a subproject of another project.
| | * CMake: Disable installation when using bundled third party librariesGravatar Alex Merry2017-05-15
| | | | | | | | | | | | | | | If gRPC is not getting its (link-time) dependencies from the system, it should not be attempting installation.
| | * Revert "cmake: fix #8729"Gravatar Alex Merry2017-05-15
| | | | | | | | | | | | This reverts commit c019e057c20db0b9c9a2f76fb0b9cd6f44addf92.
| | * Fix finding c-ares in package mode with CMakeGravatar Alex Merry2017-05-15
| | | | | | | | | | | | | | | The next release of c-ares will install a CMake package (when built using CMake), but it will be called "c-ares", not "CARES".
* | | Merge pull request #11115 from jtattermusch/revamp_artifactsGravatar Jan Tattermusch2017-05-15
|\ \ \ | |_|/ |/| | Revamp artifacts, packages and distribtests
| * | adjust package build scripts to new pathsGravatar Jan Tattermusch2017-05-12
| | |
* | | upgrade C# to protobuf 3.3.0Gravatar Jan Tattermusch2017-05-12
|/ /
* | fix protoc x86 windows artifact buildGravatar Jan Tattermusch2017-05-12
| |
* | Stop checking for pre-c++11 compilers since these are no longerGravatar Vijay Pai2017-05-10
| | | | | | | | supported
* | Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.Gravatar Vijay Pai2017-05-10
| |
| * PHP: fixed some memory leaksGravatar Stanley Cheung2017-05-09
| |
* | Merge pull request #10967 from matt-kwong/upload_results2Gravatar Matt Kwong2017-05-09
|\ \ | | | | | | Add option to upload Jenkins test result to BQ
* \ \ Merge pull request #10995 from kpayson64/upgrade_protobufGravatar kpayson642017-05-09
|\ \ \ | | | | | | | | Upgrade protobuf to 3.3.0
* \ \ \ Merge pull request #11027 from yongni/stress_cleanupGravatar yongni2017-05-09
|\ \ \ \ | | | | | | | | | | Removed the dockerfiles and test driver for stress test
* | | | | Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.Gravatar Yong Ni2017-05-08
| | | | |
| * | | | Removed the dockerfiles and test driver for stress testGravatar Yong Ni2017-05-08
|/ / / /
| | * / Add option to upload Jenkins test result to BQGravatar Matt Kwong2017-05-08
| |/ / |/| |
| * | Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
|/ /
| * Merge pull request #10954 from stanley-cheung/php-release-1_3-disable-caresGravatar Stanley Cheung2017-05-03
| |\ | | | | | | PHP: disable cares for release 1.3
| * | Switch Protobuf.js dependency back to version 5Gravatar murgatroid992017-05-02
| | |
| | * PHP: release 1.3, disable cares depsGravatar Stanley Cheung2017-05-02
| |/
* | Merge commit '3049460b75ac557348243601896ed68ca8145522' into ↵Gravatar David Garcia Quintas2017-04-28
|\ \ | | | | | | | | | master-upmerge-v1.3.x
* \ \ Merge branch 'v1.3.x' into master-upmerge-v1.3.xGravatar David Garcia Quintas2017-04-28
|\ \ \
| | | * include sources and symbols in C# nugetsGravatar Jan Tattermusch2017-04-28
| | | |
| | | * Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-26
| | |/|
| | | * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
| | | | | | | | | | | | | | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
* | | | Fix for recent cmake failure owing to gmockGravatar Mahak Mukhi2017-04-26
| | | |
| | * | Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-25
| | |\|
| | | * Merge branch 'master' into v1.3.xGravatar Yuchen Zeng2017-04-25
| | |/| | |/|/ | |/| |/| |
* | | Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
|\ \ \ | | | | | | | | Added unit testing support.
| | | * Remove non-libuv code from Node extensionGravatar murgatroid992017-04-24
| | |/
* | | Increase portability of CMakeLists.txtGravatar Mehrdad Afshari2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update CMakeLists.txt (original template and generated code) to prevent forcefully linking `dl` on all UNIX platforms, and rely on `${CMAKE_DL_LIBS}` portable variable instead. - Do not try linking against `librt` on macOS. - Add a `config_freebsd` directory containing the header file generated by the `configure` script for the `ares` library.
| | * Merge pull request #10737 from murgatroid99/node_artifact_alpine_compatibilityGravatar Michael Lumish2017-04-20
| | |\ | | | | | | | | Add flag to compile gpr with compatibility for musl
* | | \ Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.xGravatar murgatroid992017-04-19
|\ \ \ \
| | | * | Node: fix the cases where zlib is builtGravatar murgatroid992017-04-19
| | | | |
| | | * | Node: Don't depend on cares npm packageGravatar murgatroid992017-04-19
| | |/ / | |/| |
| | | * Add flag to compile gpr with compatibility for muslGravatar murgatroid992017-04-19
| | |/ | |/|
| | * Tab/space problem with Makefile.templateGravatar Mahak Mukhi2017-04-18
| | |
| | * Readding the line mistakenly deleted.Gravatar Mahak Mukhi2017-04-18
| | |
| | * trial and errorGravatar Mahak Mukhi2017-04-18
| | |
| | * discovered generate_projects.sh script!Gravatar Mahak Mukhi2017-04-18
| | |
* | | Keep _grpcio_metadata.py in GitHub repoGravatar Matt Kwong2017-04-18
| | |
| * | Merge pull request #10669 from stanley-cheung/php-add-ares-depsGravatar Stanley Cheung2017-04-18
| |\ \ | | | | | | | | PHP: add ares as deps
| | * | PHP: add ares as depsGravatar Stanley Cheung2017-04-14
| |/ / |/| |
| * | Build for more versions of electron, restrict when a Windows warning is shownGravatar murgatroid992017-04-13
|/ /
* | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4Gravatar murgatroid992017-04-13
|\ \ | |/ |/|
* | Fix BUILD dependency, copyright and cmakeGravatar yang-g2017-04-12
| |