aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
Commit message (Collapse)AuthorAge
* 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
|/
* Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
|\ | | | | Make zlib a first class build citizen
| * 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.
* 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
| | * 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.
| * support static linkage for dependenciesGravatar Jan Tattermusch2016-01-12
| |
* | Updated copyrightsGravatar murgatroid992016-01-12
|/
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Merge pull request #4616 from ctiller/i-like-pieGravatar Michael Lumish2016-01-07
| |\ | | | | | | Tweak compiler settings to hopefully make Jenkins more robust