aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
Commit message (Collapse)AuthorAge
* 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