aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
...
| | | | | | | * post mergeGravatar Alistair Veitch2016-02-02
| | | | | | | |
| | | | | * | | Use old memcpy for wrappersGravatar Craig Tiller2016-02-02
| | | |_|/ / / | | |/| | | |
| | | | * | | add artifact builder for pythonGravatar Jan Tattermusch2016-02-01
| | | |/ / / | | |/| | |
| | | | * | Handle the case when result.http2results is None.Gravatar Adele Zhou2016-02-01
| | | | | |
| * | | | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-02
| | | | | |
| * | | | | Fixing run_tests scripts for Ruby.Gravatar Nicolas "Pixel" Noble2016-02-02
| | | | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-02
| |\| | | |
| | * | | | fix copyrightsGravatar Jan Tattermusch2016-02-01
| | | | | |
| | * | | | test C# nuget packageGravatar Jan Tattermusch2016-02-01
| | | | | |
| | * | | | replace nuget version by placeholderGravatar Jan Tattermusch2016-02-01
| | | |/ / | | |/| |
| | | * | Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-02-01
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #4979 from nicolasnoble/win32_subprocessGravatar Craig Tiller2016-02-01
| | |\ \ \ | | | | | | | | | | | | Adding windows support for gpr subprocesses.
| | * \ \ \ Merge pull request #4978 from nicolasnoble/alarmingGravatar Craig Tiller2016-01-31
| | |\ \ \ \ | | | | | | | | | | | | | | Fixing, using and testing alarm code.
| * | | | | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
| | | | | | |
| * | | | | | Adding a sanity check for Windows DLL builds.Gravatar Nicolas "Pixel" Noble2016-02-01
| | | | | | |
| * | | | | | Merge branch 'census-placeholders' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: package.json tools/doxygen/Doxyfile.core.internal
| | * | | | | Actually moving this to the proper place.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / / / / |/| | | | |
| * | | | | Building the grpc DLLs.Gravatar Nicolas "Pixel" Noble2016-01-31
| | | | | |
| * | | | | Merge branch 'win32_subprocess' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec src/python/grpcio/grpc_core_dependencies.py tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters
| | * | | | Adding windows support for gpr subprocesses.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / / / |/| | | |
| * | | | Merge branch 'alarming' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/run_tests/sources_and_headers.json
| | * | | Fixing, using and testing alarm code.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / / |/| | |
| * | | Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
| | | |
| * | | Merge branch 'autogen' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-30
|/| | |
| * | | Finalizing this a bit.Gravatar Nicolas "Pixel" Noble2016-01-30
| | | |
| * | | Usable API listGravatar Craig Tiller2016-01-29
| | | |
| * | | Prototype C parser for extracting API infoGravatar Craig Tiller2016-01-29
| | | |
* | | | Merge pull request #4954 from jtattermusch/generalize_artifact_builderGravatar Michael Lumish2016-01-29
|\ \ \ \ | |/ / / |/| | | Generalize artifact builder
* | | | Merge pull request #4942 from ctiller/measure_some_thingsGravatar Jan Tattermusch2016-01-28
|\ \ \ \ | | | | | | | | | | Measure CPU costs on Jenkins Linux
* \ \ \ \ Merge pull request #4948 from ejona86/fix-java-dockerGravatar Jan Tattermusch2016-01-28
|\ \ \ \ \ | | | | | | | | | | | | Don't bother with full build in java docker
* \ \ \ \ \ Merge pull request #4775 from dgquintas/sync-async-plus-interfacesGravatar Craig Tiller2016-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support mixing sync and async method in the same service + Separation of core from proto compiler output
| | | | * | | generalize build_artifacts.pyGravatar Jan Tattermusch2016-01-28
| |_|_|/ / / |/| | | | |
| | * | | | Don't bother with full build in java dockerGravatar Eric Anderson2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command in the docker image is just to prepare a cache to reduce download for later builds. We only run installDist in build_interop.sh, so don't bother with full build. Fixes grpc/grpc-java#1370
* | | | | | use correct path for C tests on win64Gravatar Jan Tattermusch2016-01-28
| |/ / / / |/| | | |
| | * | | Install "time" so that we can profile thingsGravatar Craig Tiller2016-01-28
| | | | |
| | * | | Merge github.com:grpc/grpc into measure_some_thingsGravatar Craig Tiller2016-01-28
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-28
| |\ \ \ \
* | \ \ \ \ Merge pull request #4941 from jtattermusch/runtests_buildonly_reportsGravatar Craig Tiller2016-01-28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Generate report.xml report with --build_only too
| | | * | | Measure CPU costs on Jenkins LinuxGravatar Craig Tiller2016-01-28
| | | | | |
| * | | | | Generate report.xml report with --build_only tooGravatar Jan Tattermusch2016-01-28
| | |/ / / | |/| | |
* / | | | toggle --build_only flag via scenarioGravatar Jan Tattermusch2016-01-28
|/ / / /
| * | | Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
| | | |
* | | | Merge branch 'master' into makefile-cleanupGravatar Nicolas "Pixel" Noble2016-01-28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
| | * | | sanity fixesGravatar David Garcia Quintas2016-01-27
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
| | |\ \ \ | | |/ / / | |/| | |
| | * | | DONE!!1oneGravatar David Garcia Quintas2016-01-27
| | | | |
| * | | | Merge pull request #4928 from jtattermusch/fix_32bit_linux_testsGravatar Jan Tattermusch2016-01-27
| |\ \ \ \ | | | | | | | | | | | | Fix 32bit linux tests
| | | * | | After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
| | | | | |
* | | | | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | |
| | * | | | update run_portability scriptGravatar Jan Tattermusch2016-01-27
| | | | | |