Nicolas "Pixel" Noble
f51a901f54
Shifting the merge mechanism.
9 years ago
Nicolas "Pixel" Noble
6e72daece5
Using libtool instead of ar under MacOS.
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Craig Tiller
4bef7cebe6
Use old memcpy for wrappers
9 years ago
Nicolas "Pixel" Noble
c4e57e359c
Cleaning up cruft to properly create a dll file.
9 years ago
Nicolas "Pixel" Noble
09121799b0
Removing gpr as a separated library.
9 years ago
Nicolas "Pixel" Noble
4500034c03
CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way around.
9 years ago
Nicolas "Pixel" Noble
51b1aeee68
Moving some config defaults to build.yaml, and moving others to CPPFLAGS.
9 years ago
Nicolas "Pixel" Noble
d649c2113d
Removing Makefile circular dependencies.
9 years ago
Nicolas "Pixel" Noble
fba36bc4b8
Finally fixing the issue with CC, CX, LD, and AR not being overridable from the environment.
9 years ago
Nicolas "Pixel" Noble
1a8eb85eff
Cleaning up our Makefile.
...
-) Adding question marks to important tools so they can be overriden from environment variables.
-) Removing all traces of -ldl since BoringSSL doesn't implement OpenSSL's DSO and doesn't require it.
9 years ago
Craig Tiller
82f3f0d178
Fix compiler flags
9 years ago
Craig Tiller
16872b8239
Fix *SAN compilation
9 years ago
Craig Tiller
f9ceb1d105
Fix *SAN compilation
9 years ago
Craig Tiller
de024c5eef
Fix a build error on newer clangs with msan
9 years ago
Craig Tiller
3dca23aa0d
Make zlib a first class build citizen
9 years ago
Craig Tiller
aff3d50324
Fix C++
9 years ago
Craig Tiller
a0f85171d1
Move build configs into build.yaml
...
Importantly:
- allows matching timeout values between makefile and run_tests without
repeating ourselves
- allows borrowing of compiler flags by other build systems
There's still a little too much build configuration built into our
Makefile, but we can start attacking that over time.
9 years ago
Craig Tiller
71a8604488
Fix TSAN on Jenkins and on my machine
9 years ago
Craig Tiller
e869b5629d
Hard code text segment address for msan, tsan
...
Somehow these are getting loaded at bad addresses by whatever kernels we have on our Jenkins slaves. Fix the load address to something safe to avoid this.
9 years ago
Jan Tattermusch
324140c2e9
support static linkage for dependencies
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Craig Tiller
ec2af56e33
Tweak compiler settings to hopefully make Jenkins more robust
9 years ago
Craig Tiller
ea21ca234c
Fix makefile, codegen bugs
9 years ago
Craig Tiller
ab23045414
Add a test that public headers compile as C99
9 years ago
Craig Tiller
0fe5ee7be3
BoringSSL integration: non-vsprojects changes
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
Nicolas "Pixel" Noble
fb0002cc36
Renaming GCOV to GPR_GCOV.
9 years ago
Nicolas "Pixel" Noble
c61d0e178f
Removing code coverage for unreachable code.
9 years ago
Nicolas "Pixel" Noble
472bb6849c
Fixing proto dependencies for targets that aren't libraries.
9 years ago
Craig Tiller
2bc37297c8
Enable backtraces on C tests
9 years ago
Nicolas "Pixel" Noble
6dad9b0821
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
9 years ago
Nicolas "Pixel" Noble
42b4c28d20
Fixing usage of the BUILDDIR variable.
...
Now both using absolute and relative directory for that variable should work.
BUILDDIR=/tmp/build-grpc make
BUILDDIR=../build-grpc make
9 years ago
Craig Tiller
b9d3596cb1
Enable -Wshadow
9 years ago
Craig Tiller
6a6b36c503
Enable -Wconversion
9 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
9 years ago
Craig Tiller
841c880c2b
Core compiles with -Wsign-conversion
9 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
9 years ago
Craig Tiller
1ebb7c885e
Hand-written changes
9 years ago
Craig Tiller
d01b6f49a2
Its not enough to just serialize the clean step...
9 years ago
Craig Tiller
df77673c6c
Dont try to parallelize OpenSSL build
9 years ago
Craig Tiller
16f6dac8e8
Make googletest a submodule
9 years ago
Nicolas "Pixel" Noble
4ef9b86cc2
Fixing zookeeper's installation.
9 years ago
Craig Tiller
60287b6363
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
9 years ago
Craig Tiller
ce898834f9
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
9 years ago
Nicolas "Pixel" Noble
2ed6878412
Fixing environments where pkg-config isn't installed.
...
Depending on the presence of pkg-config, we're not necessarily doing the right thing in the Makefile. Zlib is a pkg-config dependency, but libm, libpthread, librt aren't.
9 years ago
Hongwei Wang
5c9bbfbf19
Add zookeeper test in Makefile
9 years ago
Hongwei Wang
8e04d4107e
Add zookeeper end-to-end test
9 years ago
Nicolas "Pixel" Noble
a7c162c17c
The code evolved enough so that we now have tests that directly depend on OpenSSL.
...
Reflecting that in the Makefile so that we don't race against the system when building.
9 years ago
Nicolas "Pixel" Noble
482d761bd7
Making sure that 32 bits is being built and run on Jenkins.
9 years ago