Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | suppress output of which | Yang Gao | 2015-02-24 |
| | |||
* | Fixing typo in Makefile. | Nicolas "Pixel" Noble | 2015-02-24 |
| | | | | Closes #742. | ||
* | Merge pull request #654 from ctiller/copyright | Tim Emiola | 2015-02-23 |
|\ | | | | | Update copyrights on docker files, makefiles | ||
* | | Actually installing root certificates on the system. | Nicolas "Pixel" Noble | 2015-02-22 |
| | | |||
* | | Fix in tree build of protobuf | Craig Tiller | 2015-02-20 |
| | | | | | | | | If we are building protobuf because of an incompatible out of tree protobuf installation, then make sure that we don't accidentally use that versions includes. | ||
* | | Adding a helpful installation message about protobuf. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | | | | | | Also, fixing protobuf in-place compilation for real, this time. | ||
* | | Merge pull request #690 from ctiller/mac2 | Nicolas Noble | 2015-02-20 |
|\ \ | | | | | | | Fix in tree build of openssl on mac | ||
* \ \ | Merge pull request #689 from nicolasnoble/macos-fix | Craig Tiller | 2015-02-20 |
|\ \ \ | | | | | | | | | Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. | ||
* \ \ \ | Merge pull request #687 from nicolasnoble/no-install-protobuf | Craig Tiller | 2015-02-20 |
|\ \ \ \ | | | | | | | | | | | Let's not install our potentially broken version of protobuf onto the system and pollute people's environment. | ||
| | | * | | Fix in tree build of openssl on mac | Craig Tiller | 2015-02-20 |
| | | | | | |||
| * | | | | Let's not install our potentially broken version of protobuf onto the system ↵ | Nicolas "Pixel" Noble | 2015-02-21 |
| | |/ / | |/| | | | | | | | | | | and pollute people's environment. | ||
* / | | | Force compilation of protobuf using -fPIC. | Nicolas "Pixel" Noble | 2015-02-21 |
|/ / / | |||
| * / | Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. | Nicolas "Pixel" Noble | 2015-02-21 |
|/ / | |||
* | | Merge branch 'master' of github.com:google/grpc into unsecure-fix | Nicolas "Pixel" Noble | 2015-02-21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
* | | | Various MacOS build fixes. | Nicolas "Pixel" Noble | 2015-02-21 |
| | | | | | | | | | | | | | | | | | | -) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!) | ||
| | * | Makefile cleanup | Craig Tiller | 2015-02-20 |
| | | | |||
| * | | Also check build=test | Craig Tiller | 2015-02-20 |
| | | | |||
| * | | Make run_tests.py respect the run= attribute | Craig Tiller | 2015-02-20 |
|/ / | |||
* / | Defining an installation prefix for grpc's root certs at compilation time. | Nicolas "Pixel" Noble | 2015-02-20 |
|/ | |||
* | Some 32 bits platforms don't like buildint asm for openssl. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Running ldconfig shouldn't fail; so we can run fakeroot make install properly. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it | Vijay Pai | 2015-02-19 |
| | | | | was used. | ||
* | Polishing Makefile to better install targets. | Nicolas "Pixel" Noble | 2015-02-19 |
| | | | | | | | -) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin. -) installing plugins. -) install will now run protobuf's installation too. -) adding documentation about installation prefix. | ||
* | make grpc_csharp_ext compile and install independently from the grpc and gpr ↵ | Jan Tattermusch | 2015-02-18 |
| | | | | libraries | ||
* | Mac-specific Makefile inclusions and installation instructions | vjpai | 2015-02-18 |
| | | | | Not yet fully building due to some gtest anomalies on Mac. | ||
* | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py | ||
| * | Merge pull request #531 from ctiller/build | Nicolas Noble | 2015-02-16 |
| |\ | | | | | | | Add support for out of tree builds | ||
| * \ | Merge pull request #510 from jtattermusch/grpc_tests | Nicolas Noble | 2015-02-16 |
| |\ \ | | | | | | | | | Adding an NMake makefile for Windows | ||
* | | | | Add Makefile copyright | Craig Tiller | 2015-02-16 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into sopb | Craig Tiller | 2015-02-16 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
| | | * | Merge github.com:grpc/grpc into build | Craig Tiller | 2015-02-16 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | Fixes | Craig Tiller | 2015-02-15 |
| | | | | |||
| | | * | Add support for out of tree builds | Craig Tiller | 2015-02-15 |
| | | | | | | | | | | | | | | | | Auto-dependency building doesn't do this (yet) | ||
* | | | | Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't ↵ | Nicolas "Pixel" Noble | 2015-02-14 |
| |_|/ |/| | | | | | | | | instrumented yet. | ||
| * | | Avoid four allocations per stream | Craig Tiller | 2015-02-13 |
|/ / | |||
| * | added zlib and openssl dependencies | Jan Tattermusch | 2015-02-13 |
| | | |||
* | | Add ubsan support | Craig Tiller | 2015-02-13 |
| | | |||
| * | polishing of Grpc.mak | Jan Tattermusch | 2015-02-12 |
| | | |||
| * | added some more non-test targets to Grpc.mak | Jan Tattermusch | 2015-02-12 |
| | | |||
| * | improving makefile for Windows | Jan Tattermusch | 2015-02-12 |
| | | |||
| * | fixed GrpcTests.mak and removed build_and_run_tests.bat | Jan Tattermusch | 2015-02-12 |
| | | |||
| * | Added NMake file to ease building and running tests. | Jan Tattermusch | 2015-02-12 |
| | | |||
| * | add more tests into build_and_run_tests.bat | Jan Tattermusch | 2015-02-12 |
| | | |||
* | | Merge pull request #508 from nicolasnoble/make-protobuf | Craig Tiller | 2015-02-12 |
|\ \ | |/ |/| | Compiling protobuf from the Makefile if we don't have it on the system. | ||
| * | Compiling protobuf from the Makefile if we don't have it on the system. | Nicolas Noble | 2015-02-12 |
| | | |||
* | | added ssl.props as a dependency for grpc_csharp_ext, regenerated project files | Jan Tattermusch | 2015-02-12 |
|/ | |||
* | Enabling debug symbols while running batched tests under Windows. | Nicolas Noble | 2015-02-11 |
| | |||
* | remove _shared suffix from target dll names | Jan Tattermusch | 2015-02-11 |
| | |||
* | fixes to make shared libraries build | Jan Tattermusch | 2015-02-11 |
| | |||
* | fixed filename of grpc VS project templates | Jan Tattermusch | 2015-02-11 |
| |