Nicolas "Pixel" Noble
4251d561c6
Don't run flaky tests on make test.
10 years ago
Nicolas "Pixel" Noble
e0953b7e9c
Removing old hack for C++11 and protobuf - it's no longer relevant.
10 years ago
David Garcia Quintas
aa52d0a11f
Made qps_* targets "benchmark" builds.
10 years ago
Nicolas "Pixel" Noble
5fc1adf9b9
Msys2 fixes, and compilation instructions.
10 years ago
Michael Berlin
bf2e7f0982
Compile protobuf before compiling shared C++ libraries.
...
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 5383062df6
.
10 years ago
Michael Berlin
5351392f88
Makefile: Fix missing space in shared library dependencies for MINGW32.
10 years ago
Craig Tiller
113d169f8f
Add rdtsc profiling support, implement begin/end and tag hiding
10 years ago
Craig Tiller
2e4a7dc2fe
Make gcov compile flags reflect dbg
10 years ago
David Garcia Quintas
bbc0b775e1
Merge comments. See below.
...
- 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.
10 years ago
David Garcia Quintas
c3edfc4b2b
Fixed repetitions in Makefile.template.
10 years ago
David Garcia Quintas
8954e90b72
Integration of Systemtap (STAP) for profiling.
...
This commit includes a faulty Makefile to be fixed in a follow commit.
10 years ago
Nicolas "Pixel" Noble
adaa100e3e
Trimming down useless variables in the Makefile.
...
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.
10 years ago
David Garcia Quintas
611b7362c6
Tentative stap version
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
David Garcia Quintas
f5fcafde81
Renamed make variables for protoc presence and version checking.
10 years ago
David Garcia Quintas
0dee28e95a
Renamed make variables for protoc presence and version checking.
10 years ago
Craig Tiller
04f8156f65
Cleanup
10 years ago
Craig Tiller
2660ebcff0
Actually remove them
10 years ago
Craig Tiller
d896fa5640
Remove some useless lines in the Makefile
10 years ago
Nicolas "Pixel" Noble
010f1e7b62
More work in not having to compile OpenSSL.
10 years ago
Nicolas "Pixel" Noble
d49893db82
Adding a helpful warning message on top of the Makefile and BUILD file.
10 years ago
Craig Tiller
6902ad2e9c
Switching to batch oriented metadata passing
10 years ago
Yang Gao
b0b518e367
Further refactor interop_client and server to libraries
10 years ago
Vijay Pai
bc17113192
Allow a build config called CONFIG=latprof that defines the appropriate
...
variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing
actually takes place.
10 years ago
Tim Emiola
820e3d612a
Fixes the Makefile template to link .so.<MAJOR_VERSION>
...
This resolves a blocker stopping a clean linuxbrew install to work with one of
the wrapped libraries.
10 years ago
Nicolas "Pixel" Noble
0caebbfcfe
Splitting gRPC service class codegen into its own set of files.
10 years ago
Masood Malekghassemi
d1be74ff56
Enable dylib installation on MacOS
...
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.
10 years ago
Nicolas "Pixel" Noble
ff2828be3d
Rewriting mutex, condition_variable, and thread.
10 years ago
Vijay Pai
dc7110fdc5
Add new CONFIG for building with mutrace
10 years ago
Nicolas Noble
f86811890e
Better support for msys2.
10 years ago
Nicolas "Pixel" Noble
051a28ff84
Implements #276
...
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.
10 years ago
Nicolas Noble
f358573091
FreeBSD preliminary work.
...
-) 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.
10 years ago
Nicolas "Pixel" Noble
7c1c7e8e22
Using cc and c++ instead of gcc and g++.
...
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.
10 years ago
Nicolas "Pixel" Noble
e758ed16aa
Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths.
10 years ago
Nicolas "Pixel" Noble
716b5fe1fa
Disabling installing shared libraries under MacOS for the time being.
10 years ago
Nicolas "Pixel" Noble
061690d497
Don't merge OpenSSL into C++ upper layer libraries; only C.
10 years ago
murgatroid99
b618136143
Improved Makefile protoc message
10 years ago
Craig Tiller
f5065c5b65
Enable asan for C core
...
Also speed up a test, and disable some rarely touched but long running tests
10 years ago
Craig Tiller
86fa1c5541
Save makefile var clobbering
10 years ago
Craig Tiller
f6901be8cd
Allow machine and build type tuning of slowdown
10 years ago
Nicolas "Pixel" Noble
d7631a4822
Fixing make install target for MacOS - strip -x is the command to use here.
10 years ago
Nicolas "Pixel" Noble
18953e302f
Fixing dependency on protobuf for parallel C++ build.
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
8ad8a41a84
Introduce slowdown factor for unit test deadlines
...
Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
10 years ago
Yang Gao
044fe221b1
suppress output of which
10 years ago
Nicolas "Pixel" Noble
2c23a725c0
Fixing typo in Makefile.
...
Closes #742 .
10 years ago
Craig Tiller
7ab4fee9e7
Allow multiple tmp-merge directories at once
...
make -jN was failing because libgrpc and libgrpc++ wanted to link at the same time.
10 years ago
Nicolas "Pixel" Noble
161ea23655
Actually installing root certificates on the system.
10 years ago
Craig Tiller
9ec95fafdc
Fix in tree build of protobuf
...
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.
10 years ago