Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'census-placeholders' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
|\ | | | | | | | | | | | Conflicts: package.json tools/doxygen/Doxyfile.core.internal | ||
| * | Actually moving this to the proper place. | Nicolas "Pixel" Noble | 2016-01-31 |
| | | |||
* | | Merge branch 'win32_subprocess' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-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. | Nicolas "Pixel" Noble | 2016-01-31 |
| |/ | |||
* | | Merge branch 'alarming' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
|\ \ | | | | | | | | | | | | | Conflicts: tools/run_tests/sources_and_headers.json | ||
| * | | Fixing, using and testing alarm code. | Nicolas "Pixel" Noble | 2016-01-31 |
| |/ | |||
* | | Cleaning up cruft to properly create a dll file. | Nicolas "Pixel" Noble | 2016-01-30 |
| | | |||
* | | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-29 |
|\| | |||
* | | Allowing for debug builds. | Nicolas "Pixel" Noble | 2016-01-29 |
| | | |||
* | | Few more fixes to the Ruby installation. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | | | | | | -) properly depending on libraries. -) adding an independent 'loader' class to use instead of require 'grpc/grpc'. | ||
| * | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-28 |
| |\ | |||
* | | | Making BoringSSL compile under mingw. | Nicolas "Pixel" Noble | 2016-01-28 |
| |/ |/| | |||
| * | Fixed wrong usage of global var | David Garcia Quintas | 2016-01-28 |
| | | |||
* | | Merge branch 'master' into makefile-cleanup | Nicolas "Pixel" Noble | 2016-01-28 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
* | | | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵ | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | | | | | | | | around. | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
| | |\ | | |/ | |/| | |||
| | * | DONE!!1one | David Garcia Quintas | 2016-01-27 |
| | | | |||
| | * | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | | | |||
* | | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | |||
| * | | Merge github.com:grpc/grpc into things_be_slow | Craig Tiller | 2016-01-27 |
| |\ \ | |/ / |/| | | |||
| * | | Reduce CPU, increase MSAN timeouts | Craig Tiller | 2016-01-27 |
| | | | |||
* | | | Merge pull request #4877 from murgatroid99/node_library_bundle | Nicolas Noble | 2016-01-26 |
|\ \ \ | |/ / |/| | | Make Node library depend on BoringSSL and zlib, and only build them under Windows | ||
| | * | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 |
| | | | |||
| | * | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | | | |||
| | * | Further work. Compiles. WIP | David Garcia Quintas | 2016-01-25 |
| | | | |||
* | | | Merge remote-tracking branch 'upstream/master' into bump_version_0_13 | Jan Tattermusch | 2016-01-25 |
|\ \ \ | |||
| | * | | Make Node library depend on BoringSSL and zlib, and only build them under ↵ | murgatroid99 | 2016-01-25 |
| |/ / | | | | | | | | | | Windows | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-25 |
| | |\ | | |/ | |/| | |||
| * | | Integrate zlib into Python distribution | Masood Malekghassemi | 2016-01-22 |
| | | | |||
| * | | Merge pull request #4750 from a-veitch/tag_set | Bogdan Drutu | 2016-01-22 |
| |\ \ | | | | | | | | | Census Tag Set API and implementation | ||
* | | | | bump core version to 0.13 | Jan Tattermusch | 2016-01-22 |
|/ / / | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-21 |
| | |\ | |_|/ |/| | | |||
| | * | made codegen targets in build.yaml | David Garcia Quintas | 2016-01-21 |
| | | | |||
* | | | Merge pull request #4802 from jtattermusch/integrate_0_12_changes | Masood Malekghassemi | 2016-01-21 |
|\ \ \ | | | | | | | | | Integrate changes from release-0_12 branch back to master. | ||
| | | * | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-21 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Add some time dilation for ASAN builds | Craig Tiller | 2016-01-21 |
| | | | | |||
| | | * | more dependency/sanity fixes | David Garcia Quintas | 2016-01-21 |
| | | | | |||
| | | * | added missing codegen deps for grp | David Garcia Quintas | 2016-01-21 |
| | | | | |||
| | | * | Made "codedgen" directories closed over #includes | David Garcia Quintas | 2016-01-21 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changes | Jan Tattermusch | 2016-01-20 |
| |\ \ \ | |||
* | | | | | Move build configs into build.yaml | Craig Tiller | 2016-01-20 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time. | ||
| | | * | regenerated projects | David Garcia Quintas | 2016-01-20 |
| | | | | |||
| | | * | Regenerated projects | David Garcia Quintas | 2016-01-20 |
| | | | | |||
* | | | | Add C++ CPU costs | Craig Tiller | 2016-01-20 |
| | | | | |||
* | | | | Tweak cpu costs | Craig Tiller | 2016-01-20 |
| | | | | |||
* | | | | Add CPU cost measurement, tune parameters, decrease default maxjobs | Craig Tiller | 2016-01-20 |
| | | | | |||
* | | | | Use CPU cost modelling to increase parallelism | Craig Tiller | 2016-01-20 |
| | | | | |||
| | | * | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | David Garcia Quintas | 2016-01-19 |
| | | |\ | |||
| | | | * | regenerated projects | David Garcia Quintas | 2016-01-19 |
| | | | | |