233 Commits (11cddc1f7444d878fb1ee48588439a3274965dcf)

Author SHA1 Message Date
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. 9 years ago
Craig Tiller 82f3f0d178 Fix compiler flags 9 years ago
Craig Tiller 16872b8239 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 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 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 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. 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." 9 years ago
Craig Tiller ce898834f9 Revert "Fixing environments where pkg-config isn't installed." 9 years ago
Nicolas "Pixel" Noble 2ed6878412 Fixing environments where pkg-config isn't installed. 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. 9 years ago
Nicolas "Pixel" Noble 482d761bd7 Making sure that 32 bits is being built and run on Jenkins. 9 years ago
Hongwei Wang a3780a8102 Register zookeeper plugin in grpc 9 years ago
Hongwei Wang a8cc43907e Add zookeeper library in Makefile template 9 years ago
Nicolas "Pixel" Noble 367e30feeb Replacing echo -e with a more generic system. 10 years ago
murgatroid99 4a015a6b29 Added caching for HAS_SYSTEMTAP in Makefile 10 years ago
murgatroid99 aa5215770d Add caching for Makefile dependency detection 10 years ago
murgatroid99 71020daa93 Fixed typo in variable name 10 years ago
murgatroid99 5a79053244 Added OpenSSL NPN pkg-config check 10 years ago