- Feb 21, 2015
-
-
Craig Tiller authored
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.
-
Nicolas "Pixel" Noble authored
Also, fixing protobuf in-place compilation for real, this time.
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
Let's not install our potentially broken version of protobuf onto the system and pollute people's environment.
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!)
-
- Feb 20, 2015
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
- Feb 19, 2015
-
-
Vijay Pai authored
was used.
-
Nicolas "Pixel" Noble authored
-) 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.
-
Jan Tattermusch authored
-
- Feb 18, 2015
-
-
vjpai authored
Not yet fully building due to some gtest anomalies on Mac.
-
- Feb 16, 2015
-
-
Craig Tiller authored
-
- Feb 15, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Auto-dependency building doesn't do this (yet)
-
- Feb 14, 2015
-
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
-
- Feb 13, 2015
-
-
Craig Tiller authored
-
Nicolas Noble authored
-
- Feb 03, 2015
-
-
Craig Tiller authored
-
- Jan 30, 2015
-
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors.
-
Nicolas "Pixel" Noble authored
We have too many warnings going unchecked. The next step is to fix all these warnings. One can re-enable errors on warning by doing: CPPFLAGS=-Werror make in order to start fixing them.
-
- Jan 29, 2015
-
-
Nicolas "Pixel" Noble authored
Hopefully works around #90.
-
Nicolas "Pixel" Noble authored
-
- Jan 22, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jan 18, 2015
-
-
Craig Tiller authored
Instead of C++ or not C++, name C++ and C, in preparation for being able to name other languages in the future.
-
- Jan 16, 2015
-
-
Nicolas Noble authored
-
Nicolas "Pixel" Noble authored
The source code of the libraries depends on openssl being built, as it will setup the headers. Since we don't know exactly which source depends on openssl (we could start flagging it in build.json, but that'd be painful), we just flag all the source for every ssl-enabled library to depend on openssl being built.
-
Craig Tiller authored
Allows us to collect profiles of the open source build using gprof.
-
- Jan 15, 2015
-
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
Files that have dependencies on phony targets are always remade, leading to much unnecessary compiling of the C++ tests.
-
Craig Tiller authored
-
Craig Tiller authored
They're trivially recreatable from the _OBJS variables now.
-
Craig Tiller authored
If we don't have a .o, we don't need dependencies, so skip the setup step of building them. Instead, when building the .o, we generate the .dep and output it (to objs/ to make the rules a little easier). The next run of make will include the dep file and any dependencies will be picked up. This change also disables the disabling of dependency checking if we have zlib or openssl being compiled from third_party. Additionally it inverts the logic for including dependencies from ONLY if we are doing a clean to ONLY if we are NOT doing a clean.
-
Craig Tiller authored
It's safe enough to just delete the build product directories.
-