David Garcia Quintas
985f22e42b
Limited number of parallel jobs for generate_projects
9 years ago
David Garcia Quintas
f747bbc043
s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm
9 years ago
David Garcia Quintas
9a170333d5
Idem for generate_projects.py
9 years ago
Nicolas "Pixel" Noble
9baaeade7c
Get sanity to output more interesting information if it fails.
9 years ago
Craig Tiller
259e627b61
Fix sanity
9 years ago
Nicolas "Pixel" Noble
4d811daf52
generate_projects.py should make directories.
...
That's necessary for generating Visual Studio project files that are in separate empty directories otherwise.
10 years ago
Nicolas "Pixel" Noble
587b7592b5
Calling python to spawn a python subprocess.
...
This will enable the script to work under Windows, which doesn't understand hashbangs interpreters.
Also built on top of #2395 .
10 years ago
Nicolas "Pixel" Noble
22232ae298
Swapping tabs for spaces in generate_projects.py
10 years ago
Nicolas "Pixel" Noble
368524c7c8
Swapping tabs for spaces in generate_projects.py
10 years ago
Craig Tiller
5cdc81d709
Fix test mode
10 years ago
Craig Tiller
1a71811678
Add parallel execution for generate_projects
10 years ago
Nathaniel Manista
c2b402001b
The Python interop client.
...
The server_host_override flag's implementation remaining
outstanding means that this only works over insecure
connections for now.
10 years ago
Nathaniel Manista
c25a3b35bd
Python source reorganization.
...
A top-level "grpc" package is added and RPC Framework
is made public.
10 years ago
Nathaniel Manista
b8b0adfbf9
Refactoring of the Python build.
...
The source code is moved from src/python to
src/python/src. A setup.py is added at
src/python. The build_python.sh and
run_python.sh scripts are updated to build
and run the Python tests by building a
package and installing it in the developer's
Python 2.7 virtual environment.
10 years ago
Nathaniel Manista
21f29c6bf7
Add the _framework.base package.
10 years ago
Nathaniel Manista
61b5a81a1e
Add the _framework.common package.
...
It's rather unimpressive at the moment with just
one module.
10 years ago
Nathaniel Manista
b68f3d1746
Fill out the foundation package.
10 years ago
temiola
0f0a6bc4f0
Switches to using protobuf-ruby.
...
- Adds a dependency to protobuf-ruby in the gemfile
- Updates math.proto to proto3
- Updates math server and client to use protoc protos
- Updates interop server and client to use protoc protos
Also
- Fixes/Updates the noproto samples
TESTED: math_server and math_client can communicate locally.
Change on 2015/01/07 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83483448
10 years ago
nnoble
097ef9b7d9
Incorporating ruby into the master grpc repository.
...
Change on 2014/12/01 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81111468
10 years ago