- Jul 24, 2016
-
-
Stanley Cheung authored
-
- Jul 23, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Jul 22, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Jul 20, 2016
-
-
Vijay Pai authored
-
- Jul 15, 2016
-
-
Muxi Yan authored
-
- Jul 14, 2016
-
-
Stanley Cheung authored
-
- Jul 13, 2016
-
-
Stanley Cheung authored
-
- Jul 12, 2016
-
-
Nicolas "Pixel" Noble authored
-
siddharthshukla authored
six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh
-
- Jul 11, 2016
-
-
siddharthshukla authored
Add dockerfile template for python_pyenv_x64 docker image Generate the dockerfile using generate_projects.sh Modify run_tests.py to include python3.5 and python3.6 Runs python_jessie_x64 for python versions 2.7 and 3.4, and python_pyenv_x64 for python versions 3.5 and 3.6
-
Ken Payson authored
-
- Jul 08, 2016
-
-
Masood Malekghassemi authored
-
- Jul 06, 2016
-
-
Tamas Berghammer authored
A full build of protobuf depends on gmock even though it is not part of a standrad checkout. This CL explicitly disable the build of the protobuf tests to get rid of this dependency. If somebody want to build the protobuf tests then they have to download gmock to the protobuf directory and specify -Dprotobuf_BUILD_TESTS=ON to the cmake command line. Fixes https://github.com/grpc/grpc/issues/7233
-
- Jul 02, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Jul 01, 2016
-
-
Craig Tiller authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-
murgatroid99 authored
-
- Jun 30, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Jun 29, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jorge Canizales authored
This works around the Cocoapods' linter header_mapping_dir restrictions. Incidentally, it also removes the need to set build settings in the user target.
-
Jorge Canizales authored
-
- Jun 28, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Jun 22, 2016
-
-
Tamas Berghammer authored
* Add project name and version number * Fix zlib dependency of grpc * Include more target (all, protoc, tool groups)
-
- Jun 21, 2016
-
-
murgatroid99 authored
-
Jan Tattermusch authored
-
Tamas Berghammer authored
This cmake file only builds the C and C++ code and all the third party dependencies with very few configuration options but it supports building on Linux and OSX as well as cross compiling. (tested {Linux, OSX} -> Android { arm, aarch64, x86 })
-
- Jun 18, 2016
-
-
Jan Tattermusch authored
-
- Jun 17, 2016
-
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
- Jun 16, 2016
-
-
Vijay Pai authored
Disabling it allows clang-3.4 to run C/C++ on docker
-
- Jun 15, 2016
-
-
vjpai authored
not true
-
- Jun 14, 2016
-
-
Sree Kuchibhotla authored
-