Nathaniel Manista
8623ad0847
Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed
10 years ago
Masood Malekghassemi
b13673dd7a
Added compiler plugin test for Python.
10 years ago
Jan Tattermusch
51b4979629
Merge pull request #693 from nicolasnoble/regen-makefile
...
Regenerated outdated Makefile.
10 years ago
Nicolas "Pixel" Noble
1c0542fd1c
Regenerated outdated Makefile.
10 years ago
Tim Emiola
dd11207b65
Merge pull request #601 from murgatroid99/node_route_guide_sample
...
Added route_guide server example implementation
10 years ago
Nicolas Noble
6a88c2523a
Merge pull request #690 from ctiller/mac2
...
Fix in tree build of openssl on mac
10 years ago
Tim Emiola
16ffd653c7
Merge pull request #684 from jtattermusch/dockerfile_fixes
...
Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
10 years ago
Craig Tiller
724f5dcd07
Merge pull request #689 from nicolasnoble/macos-fix
...
Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS.
10 years ago
Craig Tiller
cc3e613564
Merge pull request #687 from nicolasnoble/no-install-protobuf
...
Let's not install our potentially broken version of protobuf onto the system and pollute people's environment.
10 years ago
Craig Tiller
a63ea02fbc
Merge pull request #688 from nicolasnoble/local-protobuf-build
...
Force compilation of protobuf using -fPIC.
10 years ago
Craig Tiller
ec0430335d
Fix in tree build of openssl on mac
10 years ago
Nicolas "Pixel" Noble
36a6e18b4e
Let's not install our potentially broken version of protobuf onto the system and pollute people's environment.
10 years ago
Nicolas "Pixel" Noble
5732a8c99a
Force compilation of protobuf using -fPIC.
10 years ago
Nathaniel Manista
2f89f79d13
Merge pull request #685 from soltanmm/gen-code-update
10 years ago
Jan Tattermusch
97ef5e42f5
Merge pull request #679 from tbetbetbe/grpc_ruby_update_readme
...
Grpc ruby update readme
10 years ago
Nicolas "Pixel" Noble
932d5d33d4
Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS.
10 years ago
Jan Tattermusch
cad2782c6f
Forgot to commit some files
10 years ago
Tim Emiola
79a0a521f8
Update README.md
10 years ago
Jan Tattermusch
213ecbfcfa
Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
10 years ago
Masood Malekghassemi
f5f83be4fc
Replaces the generated code in src/python/interop/interop with more recently generated code.
10 years ago
Craig Tiller
e819960592
Merge pull request #660 from nicolasnoble/httpcli_test
...
Disabled httpcli_test, and ran build cleaner.
10 years ago
Nicolas "Pixel" Noble
d8fb2af491
Merge branch 'master' of github.com:google/grpc into httpcli_test
...
Conflicts:
Makefile
10 years ago
Craig Tiller
f6b04156aa
Merge pull request #683 from nicolasnoble/unsecure-fix
...
Various MacOS build fixes.
10 years ago
Nicolas "Pixel" Noble
1f0d58d69c
Merge branch 'master' of github.com:google/grpc into unsecure-fix
...
Conflicts:
Makefile
build.json
vsprojects/vs2013/grpc.vcxproj
vsprojects/vs2013/grpc.vcxproj.filters
vsprojects/vs2013/grpc_shared.vcxproj
vsprojects/vs2013/grpc_shared.vcxproj.filters
vsprojects/vs2013/grpc_unsecure.vcxproj
vsprojects/vs2013/grpc_unsecure.vcxproj.filters
10 years ago
Yang Gao
fb7db9d607
Merge pull request #677 from ctiller/diagnose
...
Add a facility to control tracing without recompiling
10 years ago
Nicolas "Pixel" Noble
dda049ce18
Various MacOS build fixes.
...
-) Secure files shouldn't be in the base grpc.
-) grpc++ depends on gpr.
-) grpc++ depends on protobuf (!)
10 years ago
Craig Tiller
46863cffb6
Make it possible to compile out tracing
10 years ago
Masood Malekghassemi
04608c4134
Merge pull request #668 from nathanielmanistaatgoogle/assembly
...
The framework.assembly package.
10 years ago
Craig Tiller
e23555a729
Merge github.com:google/grpc into diagnose
10 years ago
Tim Emiola
bd87162f0b
Update README.md
...
More comment improvements
10 years ago
Tim Emiola
5b07190843
Update README.md
...
fix comment about the installation location
10 years ago
Tim Emiola
400ba76208
Update README.md
10 years ago
Craig Tiller
6e7c62285c
Add a facility to control tracing without recompiling
...
This will help greatly when it comes to diagnosing customer issues.
10 years ago
Nicolas Noble
98cb4767cd
Merge pull request #675 from jtattermusch/ruby_gen_fix
...
Fix ruby generator build
10 years ago
Jan Tattermusch
3d55595dee
added include <iostream>. Closes #674
10 years ago
murgatroid99
05c1480931
Updated client and server to use db from a variable path
10 years ago
Nathaniel Manista
7efe54e336
The framework.assembly package.
...
This provides for now what should be a nicer interface for code
generation than that of the Face layer. In terms of abstraction
it's conceptually very similar so the two should probably be
merged as soon as is reasonable.
10 years ago
Michael Lumish
00bdbe64a0
Merge pull request #669 from yang-g/comments
...
clean up some internal path and names
10 years ago
Nicolas Noble
787ea2918a
Merge pull request #672 from ctiller/clean_build
...
Always run build cleaner
10 years ago
Nicolas Noble
a07d343a51
Merge pull request #671 from ctiller/interop
...
Make run_tests.py respect the run= attribute
10 years ago
Nicolas Noble
d539f69c72
Merge pull request #663 from vjpai/python
...
Minor changes for compatibility across different compilers
10 years ago
Nicolas Noble
b068809340
Merge pull request #637 from jtattermusch/debian_package
...
Debian packages libgrpc and libgrpc-dev
10 years ago
Nicolas Noble
3a6fe1b2a7
Merge pull request #592 from ctiller/chex2
...
Fix TSAN reported error in fd_posix.c
10 years ago
Tim Emiola
c4641f7fb7
Merge pull request #673 from jtattermusch/csharp_nuget
...
added NuGet package specifications
10 years ago
Jan Tattermusch
4e40db0e46
added NuGet package specifications
10 years ago
Craig Tiller
26512043ac
Always run build cleaner
10 years ago
Craig Tiller
9024f47182
Cleanup
10 years ago
Craig Tiller
772a976434
Re-enable rewrite test
10 years ago
Craig Tiller
04ab715339
Also check build=test
10 years ago
Craig Tiller
5f9d615d8d
Make run_tests.py respect the run= attribute
10 years ago