aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
Commit message (Collapse)AuthorAge
...
* | | Try to solve csharp build issue on macGravatar Yuchen Zeng2016-08-11
| | |
* | | Fix csharp on mac osGravatar Yuchen Zeng2016-08-10
| | |
| | * Remove use of verify-install target in MakefileGravatar murgatroid992016-08-10
| | |
| | * Remove warning about protobuf 3.0.0+ from the MakefileGravatar murgatroid992016-08-10
| | |
* | | Fix asan issue, ignore invalid-source-encoding warning when building c-ares ↵Gravatar Yuchen Zeng2016-08-09
| | | | | | | | | | | | with clang
* | | Separate event driver from ares wrapperGravatar Yuchen Zeng2016-08-08
| | |
* | | Fix multi-core build issueGravatar Yuchen Zeng2016-08-08
| | |
* | | Try fixing the ares_build.h generation issueGravatar Yuchen Zeng2016-08-05
| | |
* | | Implement c-ares based dns resolverGravatar Yuchen Zeng2016-08-05
| | |
* | | Add c-ares in Makefile.templateGravatar Yuchen Zeng2016-07-28
|/ /
* | We should always try to compile the protoc plugins when building tests.Gravatar Nicolas "Pixel" Noble2016-07-25
| |
* | Makefile modifications and instructions to enable cross-compilationGravatar Vijay Pai2016-07-19
|/
* Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
|
* Merge pull request #6954 from dgquintas/protoc_include_pathGravatar Nicolas Noble2016-06-20
|\ | | | | Added third_party/protobuf/src to protoc's include path
| * Added third_party/protobuf/src to protoc's include pathGravatar David Garcia Quintas2016-06-17
| |
* | Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL isGravatar vjpai2016-06-15
|/ | | | not true
* Merge pull request #6707 from murgatroid99/makefile_warning_wordingGravatar Jan Tattermusch2016-06-01
|\ | | | | Improve wording of protobuf warning in Makefile
| * Improve wording of protobuf warning in MakefileGravatar murgatroid992016-05-24
| |
* | Make grpc_zookeeper.pc file generation consistent with other .pc filesGravatar murgatroid992016-05-24
|/
* Enable -Wextra-semi on compilers that support itGravatar Craig Tiller2016-05-10
| | | | Use some template magic to make warning detection much easier in the future.
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* First version of json fuzzerGravatar Craig Tiller2016-03-17
|
* Test for a working -WshadowGravatar Craig Tiller2016-02-23
|
* Ensure we can compile boringssl before trying: old compiler compatibilityGravatar Craig Tiller2016-02-23
| | | | Allow compiling with openssl
* Fixing MacOS.Gravatar Nicolas "Pixel" Noble2016-02-23
|
* Further cleanupGravatar Craig Tiller2016-02-09
|
* Further cleanupGravatar Craig Tiller2016-02-09
|
* Get compilation working againGravatar Craig Tiller2016-02-09
|
* Rollback gpr deletionGravatar Craig Tiller2016-02-09
|
* build.yaml centric versioningGravatar Craig Tiller2016-02-08
|
* Remove pr in MakefileGravatar yang-g2016-02-04
|
* Merge pull request #5031 from nicolasnoble/groarGravatar Michael Lumish2016-02-03
|\ | | | | Making the ruby gem for MacOS work again.
* \ Merge pull request #5036 from ctiller/fixes2Gravatar Jan Tattermusch2016-02-03
|\ \ | | | | | | Binary compatibility fixes
| * | Better dynamic linkingGravatar Craig Tiller2016-02-03
| | |
| | * Shifting the merge mechanism.Gravatar Nicolas "Pixel" Noble2016-02-03
| | |
| | * Using libtool instead of ar under MacOS.Gravatar Nicolas "Pixel" Noble2016-02-03
| |/ |/|
* | 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
| |
* | Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|/
* 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
| |\ | |/ |/|
* | Finally fixing the issue with CC, CX, LD, and AR not being overridable from ↵Gravatar Nicolas "Pixel" Noble2016-01-27
| | | | | | | | the environment.
* | 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.
| * 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
|/