| Commit message (Expand) | Author | Age |
* | 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 |
|/ |
|
* | Adding Visual Studio filters. | Nicolas 'Pixel' Noble | 2015-01-24 |
* | Merge branch 'master' of github.com:google/grpc into vsprojects | Nicolas "Pixel" Noble | 2015-01-23 |
|\ |
|
| * | Sort out some more compile flags for Mac | Craig Tiller | 2015-01-21 |
| * | Make libraries compile on Darwin | Craig Tiller | 2015-01-21 |
| * | Googlify indentation | Craig Tiller | 2015-01-18 |
| * | Pretty print tests.json | Craig Tiller | 2015-01-18 |
| * | Only run language specified tests | Craig Tiller | 2015-01-18 |
| * | 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 |
| |/ |
|
* / | Factoring visual studio code into a buildgen plugin. | Nicolas "Pixel" Noble | 2015-01-15 |
|/ |
|
* | Fixing test_config.c | Nicolas "Pixel" Noble | 2015-01-13 |
* | 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 |
|/ |
|
* | Merge github.com:google/grpc into testcpp | Craig Tiller | 2015-01-12 |
|\ |
|
| * | Splitting grpc_test_util into gpr_test_util. | nnoble | 2015-01-12 |
* | | 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 |
* | Tweaking solution settings to be able to compile with OpenSSL (not link yet),... | nnoble | 2014-12-16 |