- Jun 17, 2015
-
-
Jan Tattermusch authored
-
- Jun 02, 2015
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
- May 29, 2015
-
-
Craig Tiller authored
-
- May 22, 2015
-
-
Nicolas "Pixel" Noble authored
-
- May 21, 2015
-
-
Nicolas "Pixel" Noble authored
-
- May 15, 2015
-
-
David Garcia Quintas authored
-
- May 10, 2015
-
-
Nicolas "Pixel" Noble authored
-
- May 02, 2015
-
-
Michael Berlin authored
This change fixes a parallel make which always failed with "cannot find -lprotobuf". For C++ static libraries, protobuf was already added as dependency, see commit 5383062d.
-
Michael Berlin authored
-
Craig Tiller authored
-
- Apr 30, 2015
-
-
Craig Tiller authored
-
- Apr 29, 2015
-
-
David Garcia Quintas authored
- Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition.
-
David Garcia Quintas authored
-
David Garcia Quintas authored
This commit includes a faulty Makefile to be fixed in a follow commit.
-
Nicolas "Pixel" Noble authored
A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case.
-
- Apr 28, 2015
-
-
David Garcia Quintas authored
-
- Apr 27, 2015
-
-
zeliard authored
-
- Apr 25, 2015
-
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
- Apr 24, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Apr 23, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 21, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 16, 2015
-
-
Craig Tiller authored
-
- Apr 13, 2015
- Apr 10, 2015
-
-
Tim Emiola authored
This resolves a blocker stopping a clean linuxbrew install to work with one of the wrapped libraries.
-
- Apr 09, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 08, 2015
-
-
Masood Malekghassemi authored
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.
-
- Apr 04, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 02, 2015
-
-
Vijay Pai authored
-
- Mar 19, 2015
-
-
Nicolas Noble authored
-
- Mar 17, 2015
-
-
Nicolas "Pixel" Noble authored
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.
-
- Mar 16, 2015
-
-
Nicolas Noble authored
-) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
-
Nicolas "Pixel" Noble authored
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.
-
- Mar 11, 2015
-
-
Nicolas "Pixel" Noble authored
Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths.
-
Nicolas "Pixel" Noble authored
-
- Mar 06, 2015
-
-
Nicolas "Pixel" Noble authored
-