Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ | |||
| * | Add Python3.5 artifact targets | Ken Payson | 2016-08-15 |
| | | |||
* | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
|\| | |||
| * | Remove non-manylinux linux .whl artifacts | Ken Payson | 2016-07-21 |
| | | |||
| * | Polish grpcio_health_checking package | Ken Payson | 2016-07-18 |
| | | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build | ||
| * | Increase build timeouts for Python artifacts | Masood Malekghassemi | 2016-07-16 |
| | | |||
| * | Build Python distributions for Python 3 | Masood Malekghassemi | 2016-07-16 |
| | | |||
* | | Make testing toolchain python 3.x compliant | siddharthshukla | 2016-07-12 |
|/ | | | | | | | | | | | | | | | 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 | ||
* | Move manylinux1 precompiler definitions into port_platform.h | Masood Malekghassemi | 2016-05-05 |
| | |||
* | Build grpcio tools on Windows | Masood Malekghassemi | 2016-05-04 |
| | |||
* | Fix missing symbols | Masood Malekghassemi | 2016-05-04 |
| | |||
* | Use manylinux | Masood Malekghassemi | 2016-05-04 |
| | |||
* | update locations of dockerization scripts | Jan Tattermusch | 2016-05-03 |
| | |||
* | fix C# artifacts compatibility | Jan Tattermusch | 2016-03-09 |
| | |||
* | fix bug with pecl install on mac | Stanley Cheung | 2016-02-24 |
| | |||
* | fix php artifact name and update config.m4 template | Stanley Cheung | 2016-02-23 |
| | |||
* | php: simplify installation | Stanley Cheung | 2016-02-23 |
| | |||
* | Merge pull request #5334 from jtattermusch/protoc_artifacts_windows | Nicolas Noble | 2016-02-23 |
|\ | | | | | Building protoc artifacts on Windows | ||
* \ | Merge pull request #5329 from jtattermusch/protoc_artifacts | Nicolas Noble | 2016-02-23 |
|\ \ | | | | | | | Build protoc artifacts on Linux and Mac | ||
| | * | building protoc artifacts on windows | Jan Tattermusch | 2016-02-22 |
| |/ | |||
* | | 32 bits support. | Nicolas "Pixel" Noble | 2016-02-20 |
| | | |||
| * | fix centos6.6 docker build with overlay | Jan Tattermusch | 2016-02-19 |
| | | |||
| * | fix protoc artifact build on mac | Jan Tattermusch | 2016-02-19 |
| | | |||
| * | build protoc artifacts on mac and linux | Jan Tattermusch | 2016-02-19 |
| | | |||
* | | Enabling python artifact building for Windows. | Nicolas "Pixel" Noble | 2016-02-18 |
|/ | |||
* | Merge github.com:grpc/grpc into compatibility_mode | Craig Tiller | 2016-02-11 |
|\ | |||
| * | make timeout for artifacts even bigger | Jan Tattermusch | 2016-02-09 |
| | | |||
| * | node needs bigger artifacts timeout | Jan Tattermusch | 2016-02-09 |
| | | |||
* | | Make binary compatibility not the default | Craig Tiller | 2016-02-04 |
|/ | |||
* | we actually need the wheel | Jan Tattermusch | 2016-02-03 |
| | |||
* | add python mac target | Jan Tattermusch | 2016-02-03 |
| | |||
* | Merge pull request #5048 from jtattermusch/fix_python_pkgnaming | Craig Tiller | 2016-02-03 |
|\ | | | | | Force 32bit uname when building artifacts | ||
* | | Enable Ruby Mac artifact build | murgatroid99 | 2016-02-03 |
| | | |||
| * | for 32bit uname when building artifacts | Jan Tattermusch | 2016-02-03 |
|/ | |||
* | Merged from master | murgatroid99 | 2016-02-03 |
|\ | |||
* | | Add working Node artifact builder for all platforms | murgatroid99 | 2016-02-03 |
| | | |||
| * | increase timeout | Jan Tattermusch | 2016-02-02 |
| | | |||
| * | build ruby artifact | Jan Tattermusch | 2016-02-02 |
| | | |||
| * | /usr/bin/env python -> /usr/bin/env python2.7 | Nathaniel Manista | 2016-02-02 |
| | | |||
| * | add artifact builder for python | Jan Tattermusch | 2016-02-01 |
|/ | |||
* | generalize build_artifacts.py | Jan Tattermusch | 2016-01-28 |