aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
Commit message (Collapse)AuthorAge
...
* | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | | around.
* | Moving some config defaults to build.yaml, and moving others to CPPFLAGS.Gravatar Nicolas "Pixel" Noble2016-01-28
| |
* | Removing Makefile circular dependencies.Gravatar Nicolas "Pixel" Noble2016-01-27
| |
| * Merge github.com:grpc/grpc into mwahGravatar Craig Tiller2016-01-27
| |\ | |/ |/|
* | Finally fixing the issue with CC, CX, LD, and AR not being overridable from ↵Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | | the environment.
* | Cleaning up our Makefile.Gravatar Nicolas "Pixel" Noble2016-01-26
| | | | | | | | | | -) 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.
| * Fix compiler flagsGravatar Craig Tiller2016-01-25
| |
| * Fix *SAN compilationGravatar Craig Tiller2016-01-25
| |
| * Fix a build error on newer clangs with msanGravatar Craig Tiller2016-01-25
|/
* Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
|\ | | | | Make zlib a first class build citizen
| * Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
| |
* | Fix C++Gravatar Craig Tiller2016-01-20
| |
* | Move build configs into build.yamlGravatar Craig Tiller2016-01-20
|/ | | | | | | | | | 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.
* Fix TSAN on Jenkins and on my machineGravatar Craig Tiller2016-01-15
|
* Merge pull request #4739 from ctiller/fix-the-fscking-tsan-buildGravatar Nicolas Noble2016-01-15
|\ | | | | Hard code text segment address for msan, tsan
* \ Merge pull request #4688 from jtattermusch/static_depsGravatar Nicolas Noble2016-01-15
|\ \ | | | | | | Statically link dependencies of grpc_csharp_ext
| | * Hard code text segment address for msan, tsanGravatar Craig Tiller2016-01-15
| |/ |/| | | | | 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.
| * support static linkage for dependenciesGravatar Jan Tattermusch2016-01-12
| |
* | Updated copyrightsGravatar murgatroid992016-01-12
|/
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Merge pull request #4616 from ctiller/i-like-pieGravatar Michael Lumish2016-01-07
| |\ | | | | | | Tweak compiler settings to hopefully make Jenkins more robust
* | | Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
|\| |
| | * Tweak compiler settings to hopefully make Jenkins more robustGravatar Craig Tiller2016-01-05
| | |
| * | Fix makefile, codegen bugsGravatar Craig Tiller2016-01-04
| | |
| * | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| |/
* | Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
|\|
| * BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
| |
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Merge github.com:grpc/grpc into connectivity-stateGravatar Craig Tiller2015-12-09
|
* Renaming GCOV to GPR_GCOV.Gravatar Nicolas "Pixel" Noble2015-12-07
|
* Removing code coverage for unreachable code.Gravatar Nicolas "Pixel" Noble2015-12-07
|
* Fixing proto dependencies for targets that aren't libraries.Gravatar Nicolas "Pixel" Noble2015-11-03
|
* Enable backtraces on C testsGravatar Craig Tiller2015-09-28
|
* Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
|\
| * Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\ | | | | | | Release 0.11 to master upmerge.
| | * Fixing Makefile issue which would re-evaluate the base path for included ↵Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | dependency files.
| | * Fixing usage of the BUILDDIR variable.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make
* | | Enable -WshadowGravatar Craig Tiller2015-09-11
|/ /
* | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
|\|
* | Enable -WconversionGravatar Craig Tiller2015-09-10
| |
* | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| |
* | Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
| |
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Hand-written changesGravatar Craig Tiller2015-08-31
|/
* Its not enough to just serialize the clean step...Gravatar Craig Tiller2015-08-25
|
* Dont try to parallelize OpenSSL buildGravatar Craig Tiller2015-08-25
|
* Make googletest a submoduleGravatar Craig Tiller2015-08-24
|
* Fixing zookeeper's installation.Gravatar Nicolas "Pixel" Noble2015-08-14
|
* Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-05
|\
| * Revert "Fixing environments where pkg-config isn't installed."Gravatar Craig Tiller2015-08-05
| | | | | | | | This reverts commit 2ed6878412d54ad1a6509de45d6351a3f697bb48.