Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Removing code coverage for unreachable code. | Nicolas "Pixel" Noble | 2015-12-07 | |
| | ||||
* | Fixing proto dependencies for targets that aren't libraries. | Nicolas "Pixel" Noble | 2015-11-03 | |
| | ||||
* | Enable backtraces on C tests | Craig Tiller | 2015-09-28 | |
| | ||||
* | Merge github.com:grpc/grpc into come-out-of-the-shadow | Craig Tiller | 2015-09-24 | |
|\ | ||||
| * | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 | |
| |\ | | | | | | | Release 0.11 to master upmerge. | |||
| | * | Fixing Makefile issue which would re-evaluate the base path for included ↵ | Nicolas "Pixel" Noble | 2015-09-23 | |
| | | | | | | | | | | | | dependency files. | |||
| | * | Fixing usage of the BUILDDIR variable. | Nicolas "Pixel" Noble | 2015-09-23 | |
| | | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make | |||
* | | | Enable -Wshadow | Craig Tiller | 2015-09-11 | |
|/ / | ||||
* | | Merge github.com:grpc/grpc into immolating-conversion | Craig Tiller | 2015-09-11 | |
|\| | ||||
* | | Enable -Wconversion | Craig Tiller | 2015-09-10 | |
| | | ||||
* | | First round of fixing up implicit 64->32 bit conversions | Craig Tiller | 2015-09-10 | |
| | | ||||
* | | Core compiles with -Wsign-conversion | Craig Tiller | 2015-09-10 | |
| | | ||||
* | | Sign conversion fixes | Craig Tiller | 2015-09-10 | |
| | | ||||
| * | Hand-written changes | Craig Tiller | 2015-08-31 | |
|/ | ||||
* | Its not enough to just serialize the clean step... | Craig Tiller | 2015-08-25 | |
| | ||||
* | Dont try to parallelize OpenSSL build | Craig Tiller | 2015-08-25 | |
| | ||||
* | Make googletest a submodule | Craig Tiller | 2015-08-24 | |
| | ||||
* | Fixing zookeeper's installation. | Nicolas "Pixel" Noble | 2015-08-14 | |
| | ||||
* | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | Hongwei Wang | 2015-08-05 | |
|\ | ||||
| * | Revert "Fixing environments where pkg-config isn't installed." | Craig Tiller | 2015-08-05 | |
| | | | | | | | | This reverts commit 2ed6878412d54ad1a6509de45d6351a3f697bb48. | |||
| * | Merge pull request #2787 from nicolasnoble/no-pkgconfig-is-broken | Craig Tiller | 2015-08-04 | |
| |\ | | | | | | | Fixing environments where pkg-config isn't installed. | |||
| | * | Fixing environments where pkg-config isn't installed. | Nicolas "Pixel" Noble | 2015-08-04 | |
| | | | | | | | | | | | | 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. | |||
* | | | Add zookeeper test in Makefile | Hongwei Wang | 2015-08-04 | |
| | | | ||||
* | | | Add zookeeper end-to-end test | Hongwei Wang | 2015-07-31 | |
| | | | ||||
* | | | Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc ↵ | Hongwei Wang | 2015-07-27 | |
|\ \ \ | | |/ | |/| | | | | into zookeeper | |||
| | * | The code evolved enough so that we now have tests that directly depend on ↵ | Nicolas "Pixel" Noble | 2015-07-24 | |
| |/ | | | | | | | | | | | OpenSSL. Reflecting that in the Makefile so that we don't race against the system when building. | |||
| * | Making sure that 32 bits is being built and run on Jenkins. | Nicolas "Pixel" Noble | 2015-07-21 | |
| | | ||||
* | | Merge branch 'master' into zookeeper | Hongwei Wang | 2015-07-17 | |
|\| | ||||
* | | Register zookeeper plugin in grpc | Hongwei Wang | 2015-07-17 | |
| | | ||||
* | | Add zookeeper library in Makefile template | Hongwei Wang | 2015-07-16 | |
| | | ||||
| * | Replacing echo -e with a more generic system. | Nicolas "Pixel" Noble | 2015-07-15 | |
| | | | | | | | | The 'tr' command can actually accept escapes, such as \n. | |||
| * | Added caching for HAS_SYSTEMTAP in Makefile | murgatroid99 | 2015-07-10 | |
| | | ||||
| * | Add caching for Makefile dependency detection | murgatroid99 | 2015-07-10 | |
| | | ||||
| * | Merged changes from master | murgatroid99 | 2015-07-08 | |
| |\ | ||||
| | * | Fixed typo in variable name | murgatroid99 | 2015-07-08 | |
| | | | ||||
| | * | Added OpenSSL NPN pkg-config check | murgatroid99 | 2015-07-08 | |
| | | | ||||
| | * | Merged changes from upstream/master | murgatroid99 | 2015-07-08 | |
| | |\ | ||||
| * | | | Don't use pkg-config to look for perftools | murgatroid99 | 2015-07-08 | |
| | |/ | |/| | ||||
| * | | Merge pull request #2174 from nicolasnoble/makefile-npn-check | jboeuf | 2015-07-07 | |
|/| | | | | | | | | Adding a check to find NPN-capable OpenSSL. | |||
| | * | Made pkg-config a variable in the Makefile | murgatroid99 | 2015-07-06 | |
| | | | ||||
| | * | Reversed condition for requiring rt | murgatroid99 | 2015-07-06 | |
| | | | ||||
| | * | Make generated .pc files list themselves as libraries | murgatroid99 | 2015-07-06 | |
| |/ |/| | ||||
* | | Merge pull request #2268 from murgatroid99/makefile_pkg-config_generate | Nicolas Noble | 2015-07-01 | |
|\ \ | | | | | | | Add .pc file generation to Makefile | |||
| * | | Fixed gpr name in .pc file | murgatroid99 | 2015-07-01 | |
| | | | ||||
| * | | Added missing pthread gpr requirement | murgatroid99 | 2015-07-01 | |
| | | | ||||
* | | | Tweak timeouts for ?SAN | Craig Tiller | 2015-07-01 | |
| | | | ||||
| * | | Add .pc file generation to Makefile | murgatroid99 | 2015-06-30 | |
|/ / | ||||
| * | Merge branch 'master' of github.com:grpc/grpc into makefile-npn-check | Nicolas "Pixel" Noble | 2015-06-30 | |
| |\ | |/ |/| | | | | | | | Conflicts: Makefile templates/Makefile.template | |||
* | | Fixed some linking problems | murgatroid99 | 2015-06-29 | |
| | | ||||
* | | Added pkg-config checking to Makefile where possible | murgatroid99 | 2015-06-29 | |
| | |