- 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
-
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
-
Nicolas "Pixel" Noble 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 22, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 21, 2015
-
-
Nicolas "Pixel" Noble authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
dependencies.
-
- Apr 17, 2015
-
-
Yang Gao authored
-
- Apr 16, 2015
-
-
Craig Tiller authored
-
- Apr 13, 2015
- Apr 10, 2015
-
-
Ming Zhao authored
protobuf plugins. This requires WORKSPACE to define these external dependencies for openssl and protobuf, for examples: bind( name = "libssl", actual = "//third_party/boringssl:boringssl", ) # Library needed to build protobuf codegen plugin. bind( name = "protobuf_compiler", actual = "//third_party/protobuf:protoc_lib", ) # Library that C++ code generated by protobuf C compiler should depend # on. bind( name = "protobuf_clib", actual = "//third_party/protobuf:proto_lib", )
-
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
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Apr 08, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
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.
-