| Commit message (Expand) | Author | Age |
* | Properly deal with end of stream | Craig Tiller | 2015-01-29 |
* | Re-enabling errors on warning, disabling unused parameter warning, and fixing... | Nicolas "Pixel" Noble | 2015-01-30 |
* | Enabling extra warnings, and disabling error on warning. | Nicolas "Pixel" Noble | 2015-01-30 |
* | Merge pull request #286 from nicolasnoble/no-stripping | Craig Tiller | 2015-01-29 |
|\ |
|
| * | Let's not strip libraries if compiled in anything other than release. | Nicolas "Pixel" Noble | 2015-01-29 |
* | | Generating library aliases under Linux, hopefully fixing #192. | Nicolas "Pixel" Noble | 2015-01-29 |
|/ |
|
* | Sort out some more compile flags for Mac | Craig Tiller | 2015-01-21 |
* | Make libraries compile on Darwin | Craig Tiller | 2015-01-21 |
* | Explicitly name the target language. | Craig Tiller | 2015-01-18 |
* | Merge pull request #70 from ctiller/benchmark | vjpai | 2015-01-16 |
|\ |
|
* | | Adding a few more comments in the Makefile template, to explain some of its m... | Nicolas Noble | 2015-01-16 |
* | | Fixing parallel build. | Nicolas "Pixel" Noble | 2015-01-16 |
| * | Opportunistically use perftools if installed. | Craig Tiller | 2015-01-15 |
|/ |
|
* | Merge pull request #47 from ctiller/makeclean | Nicolas Noble | 2015-01-15 |
|\ |
|
* | | Add missing space | Craig Tiller | 2015-01-15 |
* | | Fixing zlib dependency build. | Nicolas "Pixel" Noble | 2015-01-15 |
| * | Remove protoc_plugins, and use a variable. | Craig Tiller | 2015-01-15 |
| * | Add missing space | Craig Tiller | 2015-01-15 |
| * | Remove _DEPS variables | Craig Tiller | 2015-01-15 |
| * | Generate dependencies when compiling the .o | Craig Tiller | 2015-01-15 |
| * | Remove clean rules | Craig Tiller | 2015-01-15 |
* | | Force using custom libraries if we are using ?SAN. | Craig Tiller | 2015-01-15 |
* | | Support compiling zlib with ?SAN | Craig Tiller | 2015-01-15 |
* | | Compile OpenSSL differently for each config. | Craig Tiller | 2015-01-15 |
|/ |
|
* | Merge github.com:google/grpc into gcov | Craig Tiller | 2015-01-13 |
|\ |
|
* | | Fix Makefile.template | Craig Tiller | 2015-01-13 |
| * | Don't mix C and C++ libraries. | Nicolas Noble | 2015-01-13 |
|/ |
|
* | Allow C++ tests to be built in parallel | Craig Tiller | 2015-01-12 |
* | Fix some C++ test dependencies | Craig Tiller | 2015-01-12 |
* | Fix opensource build. | ctiller | 2015-01-09 |
* | Add a --forever flag, to continuously run tests as things change. | ctiller | 2015-01-09 |
* | Fix opensource build. | ctiller | 2015-01-08 |
* | Use CONFIG after defining it. Define CONFIG before using it. | yangg | 2015-01-06 |
* | Add msan, tsan, asan targets for Makefile. | ctiller | 2015-01-06 |
* | Allow specifying CONFIG as a string, instead of DEBUG=1. | ctiller | 2015-01-06 |
* | Adding plugins to the mako rendering system. | nnoble | 2015-01-06 |
* | Solving chicken-and-egg issue while detecting OpenSSL capabilities. | nnoble | 2014-12-29 |
* | Improving Makefile support for shared libraries. | nnoble | 2014-12-29 |
* | Build debug/optimized builds into different target directories. | ctiller | 2014-12-29 |
* | Fixing chicken-and-egg dependency by putting the openssl dependency first, in... | nnoble | 2014-12-17 |
* | The built-in ssl target now properly merges the archives instead of nesting t... | nnoble | 2014-12-16 |
* | Avoiding bashisms that'll prevent other shells to run our Makefile. | nnoble | 2014-12-15 |
* | Fixing typo that was preventing some targets to build. | nnoble | 2014-12-15 |
* | Fix Makefile help text. | ctiller | 2014-12-15 |
* | Makefile will now build zlib and/or OpenSSL if needed. | nnoble | 2014-12-12 |
* | Getting the generated Makefile to support .proto files. | nnoble | 2014-12-12 |
* | Fixing C++ and ruby code generators for the opensource build. | nnoble | 2014-12-12 |
* | First pass at making the compilers open-sourcable. | nnoble | 2014-12-11 |
* | Build CPP interop client in Git-on-[] as well as in []. | chenw | 2014-12-11 |
* | C/C++ separation of the install target. | nnoble | 2014-12-08 |