aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* 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
| * Use old memcpy for wrappersGravatar Craig Tiller2016-02-02
| |
* | Cleaning up cruft to properly create a dll file.Gravatar Nicolas "Pixel" Noble2016-01-30
| |
* | Fixing the Ruby build after all these merges.Gravatar Nicolas "Pixel" Noble2016-01-30
| |
* | Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
| |
* | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar 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
| | |
| | * Actually fix sanity testsGravatar Jan Tattermusch2016-01-29
| | |
| | * Fix sanity testGravatar Jan Tattermusch2016-01-29
| | |
| | * create a .zip file with nuget packagesGravatar Jan Tattermusch2016-01-29
| | |
| * | Usable API listGravatar Craig Tiller2016-01-29
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-30
|\ \ \ | | |/ | |/|
| * | Merge pull request #4952 from murgatroid99/node_windows_compileGravatar Nicolas Noble2016-01-29
| |\ \ | | | | | | | | Compile Node library on Windows
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-29
|\| | |
| * | | Merge pull request #4959 from grpc/release-0_12Gravatar Michael Lumish2016-01-29
| |\ \ \ | | |_|/ | |/| | Release 0.12 -> master
| | | * Fixed windows build warningGravatar murgatroid992016-01-28
| | | |
| | | * Update template, add comment and message about Windows buildGravatar murgatroid992016-01-28
| | | |
* | | | Few more fixes to the Ruby installation.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | | | | | | | | | | | | | | -) properly depending on libraries. -) adding an independent 'loader' class to use instead of require 'grpc/grpc'.
* | | | Allowing for creation of pre-compiled gems, using rack-compiler-dock.Gravatar Nicolas "Pixel" Noble2016-01-28
|/ / /
* | | Merge branch 'master' into makefile-cleanupGravatar Nicolas "Pixel" Noble2016-01-28
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template
* | | | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵Gravatar Nicolas "Pixel" Noble2016-01-28
| | | | | | | | | | | | | | | | around.
* | | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS.Gravatar Nicolas "Pixel" Noble2016-01-28
| | | |
* | | | Removing Makefile circular dependencies.Gravatar Nicolas "Pixel" Noble2016-01-27
| |_|/ |/| |
| * | Merge github.com:grpc/grpc into mwahGravatar Craig Tiller2016-01-27
| |\ \ | |/ / |/| |
* | | Merge pull request #4901 from nicolasnoble/makefile-cleanupGravatar Craig Tiller2016-01-26
|\ \ \ | | | | | | | | Cleaning up our Makefile.
| * | | Finally fixing the issue with CC, CX, LD, and AR not being overridable from ↵Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | | | | | | | | | | the environment.
* | | | Merge branch 'master' into node_binary_precompileGravatar murgatroid992016-01-26
|\ \ \ \
| * \ \ \ Merge pull request #4877 from murgatroid99/node_library_bundleGravatar Nicolas Noble2016-01-26
| |\ \ \ \ | | | | | | | | | | | | Make Node library depend on BoringSSL and zlib, and only build them under Windows
| | | * | | Cleaning up our Makefile.Gravatar Nicolas "Pixel" Noble2016-01-26
| | |/ / / | |/| | | | | | | | | | | | | | | | | | -) Adding question marks to important tools so they can be overriden from environment variables. -) Removing all traces of -ldl since BoringSSL doesn't implement OpenSSL's DSO and doesn't require it.
| | | * | Merge branch 'fixes' into mwahGravatar Craig Tiller2016-01-26
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Fix sanityGravatar Craig Tiller2016-01-26
| | | | |
| | | | * Write “the podspec is a template” 100 times on the blackboardGravatar Jorge Canizales2016-01-25
| | | | |
| | | * | Merge branch 'mwah' of github.com:ctiller/grpc into mwahGravatar Craig Tiller2016-01-25
| | | |\ \
| | | * \ \ Merge github.com:grpc/grpc into mwahGravatar Craig Tiller2016-01-25
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Make Node library depend on BoringSSL and zlib, and only build them under ↵Gravatar murgatroid992016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Windows
| | | | * | Fix compiler flagsGravatar Craig Tiller2016-01-25
| | | |/ /
| | | * | Fix *SAN compilationGravatar Craig Tiller2016-01-25
| | | | |
| | | * | Fix a build error on newer clangs with msanGravatar Craig Tiller2016-01-25
| | |/ /
| * / / get C# version generated by templatesGravatar Jan Tattermusch2016-01-22
| |/ /
| * | Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
| |\ \ | | | | | | | | Make zlib a first class build citizen
| * \ \ Merge pull request #4791 from ctiller/rtt2Gravatar Michael Lumish2016-01-21
| |\ \ \ | | | | | | | | | | Move build configs into build.yaml
| | | * | Fix sanityGravatar Craig Tiller2016-01-21
| | | | |
| * | | | Add -std=gnu99 when building libgrpcGravatar Rob Earhart2016-01-21
| | | | |
| | | * | Clean up WindowsGravatar Craig Tiller2016-01-21
| | | | |
| | | * | Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
| | |/ / | |/| |
| | * | Fix C++Gravatar Craig Tiller2016-01-20
| | | |
| | * | Move build configs into build.yamlGravatar Craig Tiller2016-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.
* | | Update copyright in binding.gypGravatar murgatroid992016-01-20
| | |
* | | Make sure that the binary URL includes the word NodeGravatar murgatroid992016-01-20
| | |