aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* 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
|
* Merge pull request #4952 from murgatroid99/node_windows_compileGravatar Nicolas Noble2016-01-29
|\ | | | | Compile Node library on Windows
* \ 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
| | |
* | | 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
| | |
* | | Completed integration of node-pre-gyp into Node libraryGravatar murgatroid992016-01-20
| | |
| * | Use CPU cost modelling to increase parallelismGravatar Craig Tiller2016-01-20
| | |
* | | Added node-pre-gyp stuff to package.jsonGravatar murgatroid992016-01-15
| | |
| * | Fix TSAN on Jenkins and on my machineGravatar Craig Tiller2016-01-15
| | |
| * | Merge pull request #4739 from ctiller/fix-the-fscking-tsan-buildGravatar Nicolas Noble2016-01-15
|/| | | | | | | | Hard code text segment address for msan, tsan
* | | Merge pull request #4688 from jtattermusch/static_depsGravatar Nicolas Noble2016-01-15
|\ \ \ | | | | | | | | Statically link dependencies of grpc_csharp_ext
* | | | public_headers not found in some cases when running the importGravatar Sree Kuchibhotla2016-01-14
| | | |
| | * | Hard code text segment address for msan, tsanGravatar Craig Tiller2016-01-15
| | | | | | | | | | | | | | | | Somehow these are getting loaded at bad addresses by whatever kernels we have on our Jenkins slaves. Fix the load address to something safe to avoid this.
* | | | Merge branch 'master' into release-0_12_master_mergeGravatar murgatroid992016-01-13
|\ \ \ \ | | |/ / | |/| |
| | * | support static linkage for dependenciesGravatar Jan Tattermusch2016-01-12
| | | |
| * | | Updated copyrightsGravatar murgatroid992016-01-12
| | | |
| * | | Merge pull request #4457 from soltanmm/plate-tectonicsGravatar Nathaniel Manista2016-01-12
| |\ \ \ | | |/ / | |/| | Include core in Python distribution.
| * | | Merge pull request #4238 from ctiller/poffyGravatar Vijay Pai2016-01-11
| |\ \ \ | | | | | | | | | | Make pick_first fast path lock free