aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Expand)AuthorAge
* Googlify indentationGravatar Craig Tiller2015-01-18
* Pretty print tests.jsonGravatar Craig Tiller2015-01-18
* Only run language specified testsGravatar Craig Tiller2015-01-18
* Explicitly name the target language.Gravatar Craig Tiller2015-01-18
* Merge pull request #70 from ctiller/benchmarkGravatar vjpai2015-01-16
|\
* | Adding a few more comments in the Makefile template, to explain some of its m...Gravatar Nicolas Noble2015-01-16
* | Fixing parallel build.Gravatar Nicolas "Pixel" Noble2015-01-16
| * Opportunistically use perftools if installed.Gravatar Craig Tiller2015-01-15
|/
* Merge pull request #47 from ctiller/makecleanGravatar Nicolas Noble2015-01-15
|\
* | Add missing spaceGravatar Craig Tiller2015-01-15
* | Fixing zlib dependency build.Gravatar Nicolas "Pixel" Noble2015-01-15
| * Remove protoc_plugins, and use a variable.Gravatar Craig Tiller2015-01-15
| * Add missing spaceGravatar Craig Tiller2015-01-15
| * Remove _DEPS variablesGravatar Craig Tiller2015-01-15
| * Generate dependencies when compiling the .oGravatar Craig Tiller2015-01-15
| * Remove clean rulesGravatar Craig Tiller2015-01-15
* | Force using custom libraries if we are using ?SAN.Gravatar Craig Tiller2015-01-15
* | Support compiling zlib with ?SANGravatar Craig Tiller2015-01-15
* | Compile OpenSSL differently for each config.Gravatar Craig Tiller2015-01-15
|/
* Fixing test_config.cGravatar Nicolas "Pixel" Noble2015-01-13
* Merge github.com:google/grpc into gcovGravatar Craig Tiller2015-01-13
|\
* | Fix Makefile.templateGravatar Craig Tiller2015-01-13
| * Don't mix C and C++ libraries.Gravatar Nicolas Noble2015-01-13
|/
* Merge github.com:google/grpc into testcppGravatar Craig Tiller2015-01-12
|\
| * Splitting grpc_test_util into gpr_test_util.Gravatar nnoble2015-01-12
* | Allow C++ tests to be built in parallelGravatar Craig Tiller2015-01-12
* | Fix some C++ test dependenciesGravatar Craig Tiller2015-01-12
|/
* Fix opensource build.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Fix opensource build.Gravatar ctiller2015-01-08
* Use CONFIG after defining it. Define CONFIG before using it.Gravatar yangg2015-01-06
* Add msan, tsan, asan targets for Makefile.Gravatar ctiller2015-01-06
* Allow specifying CONFIG as a string, instead of DEBUG=1.Gravatar ctiller2015-01-06
* Adding plugins to the mako rendering system.Gravatar nnoble2015-01-06
* Solving chicken-and-egg issue while detecting OpenSSL capabilities.Gravatar nnoble2014-12-29
* Improving Makefile support for shared libraries.Gravatar nnoble2014-12-29
* Build debug/optimized builds into different target directories.Gravatar ctiller2014-12-29
* Fixing chicken-and-egg dependency by putting the openssl dependency first, in...Gravatar nnoble2014-12-17
* The built-in ssl target now properly merges the archives instead of nesting t...Gravatar nnoble2014-12-16
* Tweaking solution settings to be able to compile with OpenSSL (not link yet),...Gravatar nnoble2014-12-16
* Avoiding bashisms that'll prevent other shells to run our Makefile.Gravatar nnoble2014-12-15
* Fixing typo that was preventing some targets to build.Gravatar nnoble2014-12-15
* Fix Makefile help text.Gravatar ctiller2014-12-15
* Makefile will now build zlib and/or OpenSSL if needed.Gravatar nnoble2014-12-12
* Add Visual Studio project for building zlib.Gravatar jtattermusch2014-12-12
* Getting the generated Makefile to support .proto files.Gravatar nnoble2014-12-12
* Fixing C++ and ruby code generators for the opensource build.Gravatar nnoble2014-12-12
* Add batch file that builds and executes all GPR tests.Gravatar jtattermusch2014-12-11
* First pass at making the compilers open-sourcable.Gravatar nnoble2014-12-11
* Build CPP interop client in Git-on-[] as well as in [].Gravatar chenw2014-12-11