aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Merge pull request #4979 from nicolasnoble/win32_subprocessGravatar Craig Tiller2016-02-01
|\ | | | | Adding windows support for gpr subprocesses.
* \ Merge pull request #4978 from nicolasnoble/alarmingGravatar Craig Tiller2016-01-31
|\ \ | | | | | | Fixing, using and testing alarm code.
* | | Actually moving this to the proper place.Gravatar Nicolas "Pixel" Noble2016-01-31
| | |
| | * Adding windows support for gpr subprocesses.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ |/|
| * Fixing, using and testing alarm code.Gravatar Nicolas "Pixel" Noble2016-01-31
|/
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-28
|\
* | Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
| |
| * Merge branch 'master' into makefile-cleanupGravatar Nicolas "Pixel" Noble2016-01-28
| |\ | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
| * | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | | | | | | around.
* | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\ \ \ | | |/ | |/|
* | | DONE!!1oneGravatar David Garcia Quintas2016-01-27
| | |
* | | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| | |
| | * Moving some config defaults to build.yaml, and moving others to CPPFLAGS.Gravatar Nicolas "Pixel" Noble2016-01-28
| | |
| * | Merge github.com:grpc/grpc into things_be_slowGravatar Craig Tiller2016-01-27
| |\ \
| * | | Reduce CPU, increase MSAN timeoutsGravatar Craig Tiller2016-01-27
| | | |
| | | * 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.
* | | pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25
| | |
* | | async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25
| | |
* | | Further work. Compiles. WIPGravatar David Garcia Quintas2016-01-25
| | |
| | * Merge branch 'mwah' of github.com:ctiller/grpc into mwahGravatar Craig Tiller2016-01-25
| | |\
| | * \ Merge github.com:grpc/grpc into mwahGravatar Craig Tiller2016-01-25
| | |\ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'upstream/master' into bump_version_0_13Gravatar Jan Tattermusch2016-01-25
| |\ \ \
* | \ \ \ Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-25
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * 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 #4750 from a-veitch/tag_setGravatar Bogdan Drutu2016-01-22
| |\ \ | | | | | | | | Census Tag Set API and implementation
| | | * regenerate projectsGravatar Jan Tattermusch2016-01-22
| | |/ | |/|
| * | Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
| |\ \ | | | | | | | | Make zlib a first class build citizen
* | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-21
|\| | |
* | | | made codegen targets in build.yamlGravatar David Garcia Quintas2016-01-21
| | | |
| * | | Merge pull request #4802 from jtattermusch/integrate_0_12_changesGravatar Masood Malekghassemi2016-01-21
| |\ \ \ | | | | | | | | | | Integrate changes from release-0_12 branch back to master.
* | | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-21
|\| | | |
| * | | | Add some time dilation for ASAN buildsGravatar Craig Tiller2016-01-21
| | | | |
| | | * | Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
| | | | |
* | | | | added missing codegen deps for grpGravatar David Garcia Quintas2016-01-21
| | | | |
* | | | | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
| | | | |
| | * | | Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changesGravatar Jan Tattermusch2016-01-20
| | |\ \ \ | | | |/ / | | |/| |
| * | | | 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.
* | | | regenerated projectsGravatar David Garcia Quintas2016-01-20
| | | |
* | | | Regenerated projectsGravatar David Garcia Quintas2016-01-20
| | | |
| | | * Merge branch 'master' into tag_setGravatar Alistair Veitch2016-01-15
| | | |\ | | |_|/ | |/| |
* | | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-15
|\| | |
| * | | Fix TSAN on Jenkins and on my machineGravatar Craig Tiller2016-01-15
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-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