aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
...
| * | | Merge pull request #158 from chen-wang/tipsGravatar Yang Gao2015-01-22
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:google/grpc into tipsGravatar Chen Wang2015-01-21
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | TIPS client implementation.Gravatar Chen Wang2015-01-21
| | | | * Add support for eventfd based kicking on linux.Gravatar David Klempner2015-01-21
| |_|_|/ |/| | |
| * | | Sort out some more compile flags for MacGravatar Craig Tiller2015-01-21
| * | | Make libraries compile on DarwinGravatar Craig Tiller2015-01-21
|/ / /
| | * Build projectsGravatar Craig Tiller2015-01-21
| |/ |/|
* | Generate projectsGravatar Craig Tiller2015-01-19
* | Run buildgenGravatar Craig Tiller2015-01-18
* | Merge pull request #70 from ctiller/benchmarkGravatar vjpai2015-01-16
|\ \
* | | Factor out the pollset kicking mechanism and eliminate shardingGravatar David Klempner2015-01-16
| |/ |/|
* | Merge pull request #88 from ctiller/shutdownGravatar Yang Gao2015-01-16
|\ \
* | | Adding a few more comments in the Makefile template, to explain some of its m...Gravatar Nicolas Noble2015-01-16
| * | Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
|/ /
* | Fixing parallel build.Gravatar Nicolas "Pixel" Noble2015-01-16
| * Opportunistically use perftools if installed.Gravatar Craig Tiller2015-01-15
* | Fixing typos in build.json: .cpp -> .ccGravatar Nicolas Noble2015-01-15
|/
* Merge pull request #47 from ctiller/makecleanGravatar Nicolas Noble2015-01-15
|\
* | Add missing spaceGravatar Craig Tiller2015-01-15
* | Fixing zlib dependency build.Gravatar Nicolas "Pixel" Noble2015-01-15
| * Remove protoc_plugins, and use a variable.Gravatar Craig Tiller2015-01-15
| * Add missing spaceGravatar Craig Tiller2015-01-15
| * Remove _DEPS variablesGravatar Craig Tiller2015-01-15
| * Generate dependencies when compiling the .oGravatar Craig Tiller2015-01-15
| * Remove clean rulesGravatar Craig Tiller2015-01-15
* | Force using custom libraries if we are using ?SAN.Gravatar Craig Tiller2015-01-15
* | Support compiling zlib with ?SANGravatar Craig Tiller2015-01-15
* | Compile OpenSSL differently for each config.Gravatar Craig Tiller2015-01-15
|/
* Merge pull request #13 from ctiller/nogoGravatar Qi Zhao2015-01-14
|\
* \ Merge github.com:google/grpc into gcovGravatar Craig Tiller2015-01-13
|\ \
| * | Don't mix C and C++ libraries.Gravatar Nicolas Noble2015-01-13
* | | Merge github.com:google/grpc into gcovGravatar Craig Tiller2015-01-13
|\| |
| | * Merge github.com:google/grpc into nogoGravatar Craig Tiller2015-01-13
| | |\ | | |/ | |/|
| * | Fix qps test.Gravatar Craig Tiller2015-01-13
| | * Remove go compilerGravatar Craig Tiller2015-01-13
* | | Add tools/run_tests/run_lcov.shGravatar Craig Tiller2015-01-12
| |/ |/|
| * Merge github.com:google/grpc into testcppGravatar Craig Tiller2015-01-12
| |\ | |/ |/|
* | Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* | Splitting grpc_test_util into gpr_test_util.Gravatar nnoble2015-01-12
| * Allow C++ tests to be built in parallelGravatar Craig Tiller2015-01-12
| * Fix some C++ test dependenciesGravatar Craig Tiller2015-01-12
|/
* Fix gRPC compilation failureGravatar rsilvera2015-01-12
* Preparing the go plugin for non-[] compilation.Gravatar nnoble2015-01-12
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* Add a test to export two TestService on the same server, only with differentGravatar yangg2015-01-09
* C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* Fix opensource build.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09