Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce mac CI load | Craig Tiller | 2015-08-07 |
| | |||
* | Merge pull request #2750 from ctiller/propagate | Yang Gao | 2015-08-06 |
|\ | | | | | Core-supported context propagation | ||
* | | Initial Doxygen import for core, c++ | Craig Tiller | 2015-08-05 |
| | | |||
| * | Merge github.com:grpc/grpc into propagate | Craig Tiller | 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. | ||
* \ \ | Merge pull request #2652 from nicolasnoble/tests-depend-on-openssl | Craig Tiller | 2015-08-04 |
|\ \ \ | | | | | | | | | The code evolved enough so that we now have tests that directly depend on OpenSSL | ||
| | * | | 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 proxy tests to end2end suite | Craig Tiller | 2015-08-04 |
| |/ |/| | | | | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on. | ||
* | | Regenerating project files and massaging VS project files. | Nicolas Noble | 2015-07-30 |
| | | |||
* | | Merge pull request #2506 from larsonmpdx/gitt | Nicolas Noble | 2015-07-28 |
|\ \ | | | | | | | changes to allow VS solution/project generation and grpc.mak generation for c++ tests | ||
| | * | 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. | ||
* | | Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bits | Jan Tattermusch | 2015-07-20 |
|\ \ | | | | | | | Making sure we build 32 bits in Jenkins. | ||
| * | | Making sure that 32 bits is being built and run on Jenkins. | Nicolas "Pixel" Noble | 2015-07-21 |
| | | | |||
| | * | changes to grpc.mak.template to support c++ test building | Michael Larson | 2015-07-19 |
| | | | |||
| | * | helper script to build all .proto files in /test/ in-place | Michael Larson | 2015-07-19 |
| | | | |||
| | * | changed generate_debug_projects.sh to use the .sln hint when making vcxproj ↵ | Michael Larson | 2015-07-19 |
| | | | | | | | | | | | | templates | ||
| | * | changed .sln to include hint about lib vs. target | Michael Larson | 2015-07-19 |
| | | | |||
| | * | changed vsproject generation to make c++ tests; put a hint in the .sln about ↵ | Michael Larson | 2015-07-19 |
| |/ | | | | | | | lib vs. target; expand .proto includes | ||
* / | Move head podspec to v0.7. | Jorge Canizales | 2015-07-17 |
|/ | | | | Readd the commented-out config to suppress warnings, to have it handy for submissions. | ||
* | Replacing echo -e with a more generic system. | Nicolas "Pixel" Noble | 2015-07-15 |
| | | | | The 'tr' command can actually accept escapes, such as \n. | ||
* | Faking tools target for win32. | Nicolas "Pixel" Noble | 2015-07-11 |
| | | | | With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build. | ||
* | Merge pull request #2382 from murgatroid99/makefile_cache_detection | Nicolas Noble | 2015-07-10 |
|\ | | | | | Add caching for Makefile dependency detection | ||
| * | Added caching for HAS_SYSTEMTAP in Makefile | murgatroid99 | 2015-07-10 |
| | | |||
| * | Add caching for Makefile dependency detection | murgatroid99 | 2015-07-10 |
| | | |||
* | | Add missing file | Craig Tiller | 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. | ||
* \ \ | Merge pull request #2291 from jcanizales/skylark-objc-library | Michael Lumish | 2015-07-06 |
|\ \ \ | | | | | | | | | Add Bazel macros to depend on an automatically-generated gRPC library | ||
| | | * | 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 |
| |_|/ |/| | | |||
* | | | Fix build breakage of moving include/grpc/ into grpc/ | Jorge Canizales | 2015-07-02 |
| | | | |||
| * | | Minor doc fix in BUILD and BUILD.template | Jorge Canizales | 2015-07-02 |
| | | | |||
* | | | 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 | ||
* | | Merge pull request #2246 from murgatroid99/makefile_pkg-config_dep_check | Nicolas Noble | 2015-06-29 |
|\ \ | | | | | | | Added pkg-config checking to Makefile where possible | ||
* | | | Add Bazel target for ObjC gRPC runtime | Jorge Canizales | 2015-06-29 |
| | | | |||
| * | | Fixed some linking problems | murgatroid99 | 2015-06-29 |
| | | | |||
| * | | Added pkg-config checking to Makefile where possible | murgatroid99 | 2015-06-29 |
| | | | |||
* | | | Fix indents of rx_library blaze target | Jorge Canizales | 2015-06-28 |
| | | | |||
* | | | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 |
| | | |