Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ | |||
| * | Update required protobuf version to v3.0.0 | Yuchen Zeng | 2016-08-15 |
| | | |||
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-16 |
|\| | |||
| * | Remove use of verify-install target in Makefile | murgatroid99 | 2016-08-10 |
| | | |||
| * | Remove warning about protobuf 3.0.0+ from the Makefile | murgatroid99 | 2016-08-10 |
| | | |||
* | | We should always try to compile the protoc plugins when building tests. | Nicolas "Pixel" Noble | 2016-07-25 |
| | | |||
* | | Makefile modifications and instructions to enable cross-compilation | Vijay Pai | 2016-07-19 |
|/ | |||
* | Expunge all references to zookeeper | Craig Tiller | 2016-07-01 |
| | |||
* | Merge pull request #6954 from dgquintas/protoc_include_path | Nicolas Noble | 2016-06-20 |
|\ | | | | | Added third_party/protobuf/src to protoc's include path | ||
| * | Added third_party/protobuf/src to protoc's include path | David Garcia Quintas | 2016-06-17 |
| | | |||
* | | Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL is | vjpai | 2016-06-15 |
|/ | | | | not true | ||
* | Merge pull request #6707 from murgatroid99/makefile_warning_wording | Jan Tattermusch | 2016-06-01 |
|\ | | | | | Improve wording of protobuf warning in Makefile | ||
| * | Improve wording of protobuf warning in Makefile | murgatroid99 | 2016-05-24 |
| | | |||
* | | Make grpc_zookeeper.pc file generation consistent with other .pc files | murgatroid99 | 2016-05-24 |
|/ | |||
* | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 |
| | | | | Use some template magic to make warning detection much easier in the future. | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | First version of json fuzzer | Craig Tiller | 2016-03-17 |
| | |||
* | Test for a working -Wshadow | Craig Tiller | 2016-02-23 |
| | |||
* | Ensure we can compile boringssl before trying: old compiler compatibility | Craig Tiller | 2016-02-23 |
| | | | | Allow compiling with openssl | ||
* | Fixing MacOS. | Nicolas "Pixel" Noble | 2016-02-23 |
| | |||
* | Further cleanup | Craig Tiller | 2016-02-09 |
| | |||
* | Further cleanup | Craig Tiller | 2016-02-09 |
| | |||
* | Get compilation working again | Craig Tiller | 2016-02-09 |
| | |||
* | Rollback gpr deletion | Craig Tiller | 2016-02-09 |
| | |||
* | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
| | |||
* | Remove pr in Makefile | yang-g | 2016-02-04 |
| | |||
* | Merge pull request #5031 from nicolasnoble/groar | Michael Lumish | 2016-02-03 |
|\ | | | | | Making the ruby gem for MacOS work again. | ||
* \ | Merge pull request #5036 from ctiller/fixes2 | Jan Tattermusch | 2016-02-03 |
|\ \ | | | | | | | Binary compatibility fixes | ||
| * | | Better dynamic linking | Craig Tiller | 2016-02-03 |
| | | | |||
| | * | Shifting the merge mechanism. | Nicolas "Pixel" Noble | 2016-02-03 |
| | | | |||
| | * | Using libtool instead of ar under MacOS. | Nicolas "Pixel" Noble | 2016-02-03 |
| |/ |/| | |||
* | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-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 wrappers | Craig Tiller | 2016-02-02 |
| | | |||
* | | Cleaning up cruft to properly create a dll file. | Nicolas "Pixel" Noble | 2016-01-30 |
| | | |||
* | | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 |
|/ | |||
* | Merge branch 'master' into makefile-cleanup | Nicolas "Pixel" Noble | 2016-01-28 |
|\ | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
* | | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵ | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | | | | around. | ||
* | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | |||
* | | Removing Makefile circular dependencies. | Nicolas "Pixel" Noble | 2016-01-27 |
| | | |||
| * | Merge github.com:grpc/grpc into mwah | Craig Tiller | 2016-01-27 |
| |\ | |/ |/| | |||
* | | Finally fixing the issue with CC, CX, LD, and AR not being overridable from ↵ | Nicolas "Pixel" Noble | 2016-01-27 |
| | | | | | | | | the environment. | ||
* | | Cleaning up our Makefile. | Nicolas "Pixel" Noble | 2016-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 flags | Craig Tiller | 2016-01-25 |
| | | |||
| * | Fix *SAN compilation | Craig Tiller | 2016-01-25 |
| | | |||
| * | Fix a build error on newer clangs with msan | Craig Tiller | 2016-01-25 |
|/ | |||
* | Merge pull request #4812 from ctiller/integrate-zlib | Jan Tattermusch | 2016-01-22 |
|\ | | | | | Make zlib a first class build citizen | ||
| * | Make zlib a first class build citizen | Craig Tiller | 2016-01-21 |
| | | |||
* | | Fix C++ | Craig Tiller | 2016-01-20 |
| | | |||
* | | Move build configs into build.yaml | Craig Tiller | 2016-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 machine | Craig Tiller | 2016-01-15 |
| |