aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
Commit message (Collapse)AuthorAge
* Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Gravatar Alexander Polcyn2019-01-03
| | | | binary package builds; pin bundler to 1.17.3 where necessary
* Remove source code and the grpc_c.so file that was built as a local binary ↵Gravatar Alexander Polcyn2018-03-27
| | | | | | from the ruby binary packages
* Revert "Partial revert PR#14042"Gravatar Muxi Yan2018-02-06
|
* Partial revert PR#14042Gravatar Muxi Yan2018-02-05
|
* Ruby macos kokoro environment and package build updatesGravatar Alexander Polcyn2018-01-16
|
* Use rake-compiler-dock's Dockerfile as a base in grpc's fork of itGravatar Alexander Polcyn2018-01-08
|
* Ignoring all ruby build errors for nowGravatar Yash Tibrewal2017-10-02
|
* Trying _POSIX define for ruby buildGravatar Yash Tibrewal2017-10-02
|
* Rolling back Rakefile changesGravatar Yash Tibrewal2017-10-02
|
* Ruby Rakefile modifications tryGravatar Yash Tibrewal2017-10-02
|
* tentatively set embed_cares in mingw build as is done in mac/linux buildGravatar Alexander Polcyn2017-09-09
|
* disable some compiler warningsGravatar Alexander Polcyn2017-09-09
|
* experimentGravatar Alexander Polcyn2017-09-09
|
* specify mingw g++ compiler for ruby windows artifact buildGravatar Alexander Polcyn2017-05-21
|
* c-ares mingw32 supportGravatar Yuchen Zeng2017-04-18
|
* add end2end tests to formatter and adjust to formatterGravatar Alexander Polcyn2017-03-20
|
* Ruby sucks.Gravatar Nicolas "Pixel" Noble2017-02-01
|
* Add ruby 2.4.0 targets to Rakefile.Gravatar Nicolas "Pixel" Noble2017-01-30
|
* Use config file template instead of Rakefile templateGravatar murgatroid992017-01-17
|
* Fix Ruby compilation problems on MinGWGravatar murgatroid992016-12-05
|
* allow choosing config of ruby package builds from environment variableGravatar Alexander Polcyn2016-08-29
|
* Fixing Ruby's Rakefile - high version number was hardcoded.Gravatar Nicolas "Pixel" Noble2016-07-19
|
* Ignore unused variables in ruby compilationGravatar Ken Payson2016-06-22
|
* 2.1.6 doesn't work on MacOS (wheee...)Gravatar Nicolas "Pixel" Noble2016-02-06
|
* Fixing Mac build for Ruby.Gravatar Nicolas Noble2016-02-05
|
* Properly compiling distributable native gems.Gravatar Nicolas "Pixel" Noble2016-02-05
|
* Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec package.json src/python/grpcio/grpc_core_dependencies.py templates/Makefile.template tools/doxygen/Doxyfile.core.internal tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters
* | Splitting dll building into its own task.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | And the Windows extension finally loads.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Last few improvements.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Building the grpc DLLs.Gravatar Nicolas "Pixel" Noble2016-01-31
| |
* | Renaming the Ruby grpc extension to grpc_c, and renaming its loader from ↵Gravatar Nicolas "Pixel" Noble2016-01-29
| | | | | | | | loader.rb to grpc.rb
* | Allowing for debug builds.Gravatar Nicolas "Pixel" Noble2016-01-29
| |
* | Allowing for creation of pre-compiled gems, using rack-compiler-dock.Gravatar Nicolas "Pixel" Noble2016-01-28
|/
* Bundled C core with Ruby libraryGravatar murgatroid992015-12-18