Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable dylib installation on MacOS | Masood Malekghassemi | 2015-04-07 |
| | | | | | | Enables the installation of dylibs to the MacOS prefix, and ensures that the install name of the dylibs are just their file names rather than their relative paths from project root when built. | ||
* | Merge branch 'master' of github.com:google/grpc into the-purge | Nicolas "Pixel" Noble | 2015-04-06 |
|\ | |||
* | | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 |
| | | |||
| * | Add new CONFIG for building with mutrace | Vijay Pai | 2015-04-02 |
|/ | |||
* | Better support for msys2. | Nicolas Noble | 2015-03-18 |
| | |||
* | Implements #276 | Nicolas "Pixel" Noble | 2015-03-17 |
| | | | | Adds a Makefile target called 'test_python' that first builds grpc, then call run_tests.py to run the python tests for the current configuration. | ||
* | Using cc and c++ instead of gcc and g++. | Nicolas "Pixel" Noble | 2015-03-16 |
| | | | | | Not all systems are equal, and have gcc. However, cc and c++ are more common aliases for the system's compiler. FreeBSD is an example. | ||
* | Trying to make the MacOS experience better by removing various spurious ↵ | Nicolas "Pixel" Noble | 2015-03-11 |
| | | | | messages, and increasing coverage of library paths. | ||
* | Disabling installing shared libraries under MacOS for the time being. | Nicolas "Pixel" Noble | 2015-03-11 |
| | |||
* | Don't merge OpenSSL into C++ upper layer libraries; only C. | Nicolas "Pixel" Noble | 2015-03-06 |
| | |||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc 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 | ||
| * | Improved Makefile protoc message | murgatroid99 | 2015-03-02 |
| | | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
|\| | |||
| * | Enable asan for C core | Craig Tiller | 2015-02-27 |
| | | | | | | | | Also speed up a test, and disable some rarely touched but long running tests | ||
| * | Save makefile var clobbering | Craig Tiller | 2015-02-27 |
| | | |||
| * | Allow machine and build type tuning of slowdown | Craig Tiller | 2015-02-27 |
| | | |||
| * | Fixing make install target for MacOS - strip -x is the command to use here. | Nicolas "Pixel" Noble | 2015-02-27 |
| | | |||
| * | Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ | Craig Tiller | 2015-02-26 |
| |\ | |||
| | * | Fixing dependency on protobuf for parallel C++ build. | Nicolas "Pixel" Noble | 2015-02-27 |
| | | | |||
| * | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| |/ | |||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-26 |
|\| | |||
| * | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 |
| | | | | | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-24 |
|\| | |||
| * | suppress output of which | Yang Gao | 2015-02-24 |
| | | |||
| * | Fixing typo in Makefile. | Nicolas "Pixel" Noble | 2015-02-24 |
| | | | | | | | | Closes #742. | ||
* | | Allow multiple tmp-merge directories at once | Craig Tiller | 2015-02-24 |
|/ | | | | make -jN was failing because libgrpc and libgrpc++ wanted to link at the same time. | ||
* | 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 |
|/ / | |||
* | | 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 |
| | | |||
* | | 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 | ||
* | | | 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 |