Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge pull request #4739 from ctiller/fix-the-fscking-tsan-build | Nicolas Noble | 2016-01-15 | |
|\ | | | | | Hard code text segment address for msan, tsan | |||
* \ | Merge pull request #4688 from jtattermusch/static_deps | Nicolas Noble | 2016-01-15 | |
|\ \ | | | | | | | Statically link dependencies of grpc_csharp_ext | |||
| | * | Hard code text segment address for msan, tsan | Craig Tiller | 2016-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 dependencies | Jan Tattermusch | 2016-01-12 | |
| | | ||||
* | | Updated copyrights | murgatroid99 | 2016-01-12 | |
|/ | ||||
* | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-07 | |
|\ | ||||
| * | Merge pull request #4616 from ctiller/i-like-pie | Michael Lumish | 2016-01-07 | |
| |\ | | | | | | | Tweak compiler settings to hopefully make Jenkins more robust | |||
* | | | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 | |
|\| | | ||||
| | * | Tweak compiler settings to hopefully make Jenkins more robust | Craig Tiller | 2016-01-05 | |
| | | | ||||
| * | | Fix makefile, codegen bugs | Craig Tiller | 2016-01-04 | |
| | | | ||||
| * | | Add a test that public headers compile as C99 | Craig Tiller | 2016-01-04 | |
| |/ | ||||
* | | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 | |
|\| | ||||
| * | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 | |
| | | ||||
* | | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-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-state | Craig Tiller | 2015-12-09 | |
| | ||||
* | Renaming GCOV to GPR_GCOV. | Nicolas "Pixel" Noble | 2015-12-07 | |
| | ||||
* | 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 | |
| |\ |