aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
...
| * | | | | | Merge branch 'yang-g-mock'Gravatar Craig Tiller2015-05-08
| |\ \ \ \ \ \
| | | | | | * \ Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into standalone_benchmarksGravatar David Garcia Quintas2015-05-07
| | | |\ \ \ \ \
| * | | | | | | | Flagging the QPS binaries as tools, instead of non-runnable tests.Gravatar Nicolas Noble2015-05-07
| | |_|/ / / / / | |/| | | | | |
| | | | | * | | added csharp generator pluginGravatar Jan Tattermusch2015-05-07
| | | | | | | |
| | | | * | | | Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| | | | |/ / /
| | | | | | * Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| | | | | |/ | | | | |/|
| | | | | * Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06
| | | | |/
| | | * / Split C++'s smoke_test into 4 stand alone ones.Gravatar David Garcia Quintas2015-05-05
| | | |/
| | * | Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-05
| | |\|
| | * | add a test using the mock interfacesGravatar Yang Gao2015-05-05
| | | |
| * | | Enable test that got forgottenGravatar Craig Tiller2015-05-05
| | |/ | |/|
* | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-05
|\| |
* | | Bump versionGravatar Craig Tiller2015-05-04
| | |
| * | merge with headGravatar Yang Gao2015-05-04
| |\ \
| * | | Add a c test for max message lengthGravatar Yang Gao2015-05-04
|/ / /
| * / Add test for >16777215 sequence numbered streamsGravatar Craig Tiller2015-05-04
|/ /
* | Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_libGravatar Nicolas Noble2015-05-01
|\ \ | | | | | | Fix parallel make + MINGW32 dependencies.
| * | Compile protobuf before compiling shared C++ libraries.Gravatar Michael Berlin2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | This change fixes a parallel make which always failed with "cannot find -lprotobuf". For C++ static libraries, protobuf was already added as dependency, see commit 5383062df6182a62bb4df99aa06fe797fbb09a91.
| * | Makefile: Fix missing space in shared library dependencies for MINGW32.Gravatar Michael Berlin2015-05-01
| |/
* / Add rdtsc profiling support, implement begin/end and tag hidingGravatar Craig Tiller2015-05-01
|/
* Bump versionGravatar Craig Tiller2015-04-30
|
* Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
|\
| * Merge pull request #1408 from dgquintas/stapGravatar Craig Tiller2015-04-30
| |\ | | | | | | Integration of Systemtap as a profiling mechanism.
| * | Make gcov compile flags reflect dbgGravatar Craig Tiller2015-04-30
| | |
* | | Kill thread stress test - to be replaced with something newGravatar Craig Tiller2015-04-29
| | |
* | | Kill echo testGravatar Craig Tiller2015-04-29
| | |
* | | Remove test for an old API corner caseGravatar Craig Tiller2015-04-29
| | |
| | * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| | |\ | | |/ | |/|
| | * Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition.
* | | Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-29
|\| |
| * | Merge pull request #1369 from ctiller/one-passGravatar Abhishek Kumar2015-04-29
| |\ \ | | | | | | | | Unify transport & channel op interfaces
| | | * Fixed repetitions in Makefile.template.Gravatar David Garcia Quintas2015-04-29
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| | | |\ | | |_|/ | |/| |
| | | * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
| * | | Trimming down useless variables in the Makefile.Gravatar Nicolas "Pixel" Noble2015-04-29
| | | | | | | | | | | | | | | | A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case.
* | | | Remove legacy testsGravatar Craig Tiller2015-04-28
| |/ / |/| |
| | * STAP annotation working.Gravatar David Garcia Quintas2015-04-27
| |/ | | | | | | | | Test annotations made to client_channel.c (start_rpc) and channel_create.c (grpc_channel_create).
* | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-25
|\| | | | | | | | | Conflicts: Makefile
| * Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
| |\ | | | | | | Refactoring std::chrono out.
| * \ Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fixGravatar Nicolas Noble2015-04-24
| |\ \ | | | | | | | | Renamed make variables for protoc presence and version checking.
| * \ \ Merge pull request #1366 from ctiller/mwhaGravatar Nicolas Noble2015-04-24
| |\ \ \ | | | | | | | | | | A little Makefile spring cleaning
| | | * | Renamed make variables for protoc presence and version checking.Gravatar David Garcia Quintas2015-04-24
| | |/ / | |/| |
| | * | CleanupGravatar Craig Tiller2015-04-24
| | | |
| | * | Actually remove themGravatar Craig Tiller2015-04-24
| | | |
| | * | Remove some useless lines in the MakefileGravatar Craig Tiller2015-04-24
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * | | Add the new header to build.json and regenerate projectsGravatar Yang Gao2015-04-24
| |/ /
* | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-23
|\| | | | | | | | | | | | | | Conflicts: Makefile
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | | |/ | |/| | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters