Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6707 from murgatroid99/makefile_warning_wording | 2016-06-01 | |
|\ | | | | | Improve wording of protobuf warning in Makefile | ||
| * | Improve wording of protobuf warning in Makefile | 2016-05-24 | |
| | | |||
* | | Make grpc_zookeeper.pc file generation consistent with other .pc files | 2016-05-24 | |
|/ | |||
* | Enable -Wextra-semi on compilers that support it | 2016-05-10 | |
| | | | | Use some template magic to make warning detection much easier in the future. | ||
* | Update copyrights | 2016-03-31 | |
| | |||
* | First version of json fuzzer | 2016-03-17 | |
| | |||
* | Test for a working -Wshadow | 2016-02-23 | |
| | |||
* | Ensure we can compile boringssl before trying: old compiler compatibility | 2016-02-23 | |
| | | | | Allow compiling with openssl | ||
* | Fixing MacOS. | 2016-02-23 | |
| | |||
* | Further cleanup | 2016-02-09 | |
| | |||
* | Further cleanup | 2016-02-09 | |
| | |||
* | Get compilation working again | 2016-02-09 | |
| | |||
* | Rollback gpr deletion | 2016-02-09 | |
| | |||
* | build.yaml centric versioning | 2016-02-08 | |
| | |||
* | Remove pr in Makefile | 2016-02-04 | |
| | |||
* | Merge pull request #5031 from nicolasnoble/groar | 2016-02-03 | |
|\ | | | | | Making the ruby gem for MacOS work again. | ||
* \ | Merge pull request #5036 from ctiller/fixes2 | 2016-02-03 | |
|\ \ | | | | | | | Binary compatibility fixes | ||
| * | | Better dynamic linking | 2016-02-03 | |
| | | | |||
| | * | Shifting the merge mechanism. | 2016-02-03 | |
| | | | |||
| | * | Using libtool instead of ar under MacOS. | 2016-02-03 | |
| |/ |/| | |||
* | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | 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 | 2016-02-02 | |
| | | |||
* | | Cleaning up cruft to properly create a dll file. | 2016-01-30 | |
| | | |||
* | | Removing gpr as a separated library. | 2016-01-30 | |
|/ | |||
* | Merge branch 'master' into makefile-cleanup | 2016-01-28 | |
|\ | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
* | | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵ | 2016-01-28 | |
| | | | | | | | | around. | ||
* | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS. | 2016-01-28 | |
| | | |||
* | | Removing Makefile circular dependencies. | 2016-01-27 | |
| | | |||
| * | Merge github.com:grpc/grpc into mwah | 2016-01-27 | |
| |\ | |/ |/| | |||
* | | Finally fixing the issue with CC, CX, LD, and AR not being overridable from ↵ | 2016-01-27 | |
| | | | | | | | | the environment. | ||
* | | Cleaning up our Makefile. | 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 | 2016-01-25 | |
| | | |||
| * | Fix *SAN compilation | 2016-01-25 | |
| | | |||
| * | Fix a build error on newer clangs with msan | 2016-01-25 | |
|/ | |||
* | Merge pull request #4812 from ctiller/integrate-zlib | 2016-01-22 | |
|\ | | | | | Make zlib a first class build citizen | ||
| * | Make zlib a first class build citizen | 2016-01-21 | |
| | | |||
* | | Fix C++ | 2016-01-20 | |
| | | |||
* | | Move build configs into build.yaml | 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 | 2016-01-15 | |
| | |||
* | Merge pull request #4739 from ctiller/fix-the-fscking-tsan-build | 2016-01-15 | |
|\ | | | | | Hard code text segment address for msan, tsan | ||
* \ | Merge pull request #4688 from jtattermusch/static_deps | 2016-01-15 | |
|\ \ | | | | | | | Statically link dependencies of grpc_csharp_ext | ||
| | * | Hard code text segment address for msan, tsan | 2016-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 dependencies | 2016-01-12 | |
| | | |||
* | | Updated copyrights | 2016-01-12 | |
|/ | |||
* | Merge github.com:grpc/grpc into proto_names | 2016-01-07 | |
|\ | |||
| * | Merge pull request #4616 from ctiller/i-like-pie | 2016-01-07 | |
| |\ | | | | | | | Tweak compiler settings to hopefully make Jenkins more robust | ||
* | | | Merge github.com:grpc/grpc into proto_names | 2016-01-06 | |
|\| | | |||
| | * | Tweak compiler settings to hopefully make Jenkins more robust | 2016-01-05 | |
| | | | |||
| * | | Fix makefile, codegen bugs | 2016-01-04 | |
| | | | |||
| * | | Add a test that public headers compile as C99 | 2016-01-04 | |
| |/ |