David Garcia Quintas
dfde288148
1.6.0-pre1 -> 1.6.0
8 years ago
Ken Payson
f5f5ed0305
Fix syntax error on classifiers
8 years ago
David Garcia Quintas
1775ef91d2
Version bump to 1.6
8 years ago
David Garcia Quintas
713597f1cd
Master version bump to 1.7.x
8 years ago
Stanley Cheung
de4b59b11c
ran make_grpcio_tools.py
8 years ago
Ken Payson
9c420447fa
Add classifiers to package details
8 years ago
Jan Tattermusch
cb8eaaa883
fix grpcio_tools build on kokoro
8 years ago
Craig Tiller
d996379030
Reset OWNERS state
8 years ago
Mehrdad Afshari
76a316cb1f
Add `set noparent` to Python OWNER files
8 years ago
Mehrdad Afshari
e6fb12fd96
Add additional OWNERS files for Python projects
8 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
8 years ago
Mehrdad Afshari
976eb7c4b4
Fetch grpc.io/release over https
8 years ago
murgatroid99
ab14a0b4c8
Bump version to 1.4.1
8 years ago
Ken Payson
e9c17873af
Bump to version 1.4.0
8 years ago
Jan Tattermusch
ecb1fa194d
fix protobuf_generated_well_known_types_embed.cc
8 years ago
Jan Tattermusch
9f401e53c9
fix make_grpcio_tools.py
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
David Garcia Quintas
aebcdbd732
master bumped to 1.5.x
8 years ago
David Garcia Quintas
ce13cb78a2
1.4.x branch cut, version bump PR
8 years ago
Jan Tattermusch
bbfdbb19c0
bump version to 1.3.6
8 years ago
Ken Payson
c0ce2cdf00
Update version to 1.3.5
8 years ago
Alexander Polcyn
92eb7fbc05
Bump to version 1.3.4
8 years ago
Ken Payson
16f76d2092
Bump to version 1.3.3
8 years ago
Stanley Cheung
448a11d616
Bump to version 1.3.2
8 years ago
Stanley Cheung
0afa9abb79
Bump to 1.3.2-pre1
8 years ago
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
8 years ago
murgatroid99
572cd7e5a4
Update version to 1.3.1
8 years ago
David Garcia Quintas
606945af76
1.3.0 -> 1.3.1-pre1
8 years ago
David Garcia Quintas
3ef2355eae
s/1.3.0-pre/1.3.0
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Ken Payson
8ab2df145d
Fix PHP interop tests
8 years ago
Ken Payson
b702ce2117
Fix PHP interop tests
8 years ago
David Garcia Quintas
9e1acc0796
master to 1.4.0-dev
8 years ago
David Garcia Quintas
d9986c3cf7
1.3.x branch cut
8 years ago
murgatroid99
70a2a4b01a
Bump version to 1.2.4
8 years ago
murgatroid99
7cfa1bfb73
Bump version to 1.2.3
8 years ago
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
8 years ago
Jan Tattermusch
0be726b34d
bump version to 1.2.2
8 years ago
Ken Payson
484871bb03
Bump version to 1.2.1
8 years ago
Alexander Polcyn
69c2717c80
bump v1.2.x branch version to 1.2.1-pre2
8 years ago
Alexander Polcyn
3e30832cca
bump v1.2.x branch to 1.2.1-pre1
8 years ago
David Garcia Quintas
69e5a28635
Going for 1.2.0
8 years ago
Ken Payson
12ca7d319c
Bump 1.2.x version to pre-2
8 years ago
Ken Payson
78354300bf
Add package details to gRPC Packages
8 years ago
David Garcia Quintas
904e7f53ae
Introducing 1.2.0-pre1
8 years ago
David Garcia Quintas
74cec10619
Bumped version to 1.3.0-dev
8 years ago
Mehrdad Afshari
9b3c73d1cd
Updated protobuf dependency for python to 3.2.0
8 years ago
Jan Tattermusch
3b7bcc3eb0
fix grpcio_tools build on windows
8 years ago
Mehrdad Afshari
065d924436
Updated python scripts to work with protobuf 3.2.0
...
Since the build script of python grpcio-tools package
is very much entangled with the build system of protobuf,
and protobuf build scripts added a build step that
compiles js/embed.cc to create a preprocessor binary
that takes some .js files and generates a single
well_known_types_embed.cc which then gets linked to the
rest of protobuf source tree.
The generated code seems to be used only by the JS
portion of protoc, so is not expected to affect
our python build. Since we did not want to replicate
the entire build process of protobuf, we decided to
pre-generate the well_known_types_embed.cc and keep
it in our repo and then substitute the js/embed.cc
compiler file with it.
8 years ago