1. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 10 years ago
  2. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  3. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 10 years ago
  4. da224d6 Fixes by Craig Tiller · 10 years ago
  5. 61b910f Add support for out of tree builds by Craig Tiller · 10 years ago
  6. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 10 years ago
  7. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  8. 96bd5f6 Add ubsan support by Craig Tiller · 10 years ago
  9. 5383062 Compiling protobuf from the Makefile if we don't have it on the system. by Nicolas Noble · 10 years ago
  10. 50524cc Properly deal with end of stream by Craig Tiller · 10 years ago
  11. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  12. c630682 Enabling extra warnings, and disabling error on warning. by Nicolas "Pixel" Noble · 10 years ago
  13. 14a2b8d Merge pull request #286 from nicolasnoble/no-stripping by Craig Tiller · 10 years ago
  14. 3a2551c Let's not strip libraries if compiled in anything other than release. by Nicolas "Pixel" Noble · 10 years ago
  15. d8f8b6b Generating library aliases under Linux, hopefully fixing #192. by Nicolas "Pixel" Noble · 10 years ago
  16. 96b4955 Sort out some more compile flags for Mac by Craig Tiller · 10 years ago
  17. b4ee3b5 Make libraries compile on Darwin by Craig Tiller · 10 years ago
  18. 59140fc Explicitly name the target language. by Craig Tiller · 10 years ago
  19. a537ae4 Merge pull request #70 from ctiller/benchmark by vjpai · 10 years ago
  20. 047b727 Adding a few more comments in the Makefile template, to explain some of its more obscure features. by Nicolas Noble · 10 years ago
  21. 17f2b59 Fixing parallel build. by Nicolas "Pixel" Noble · 10 years ago
  22. 297fafa Opportunistically use perftools if installed. by Craig Tiller · 10 years ago
  23. db2963e Merge pull request #47 from ctiller/makeclean by Nicolas Noble · 10 years ago
  24. a614caa Add missing space by Craig Tiller · 10 years ago
  25. 85bf09b Fixing zlib dependency build. by Nicolas "Pixel" Noble · 10 years ago
  26. f58b9ef Remove protoc_plugins, and use a variable. by Craig Tiller · 10 years ago
  27. f0afe50 Add missing space by Craig Tiller · 10 years ago
  28. 8f126a6 Remove _DEPS variables by Craig Tiller · 10 years ago
  29. 12c8209 Generate dependencies when compiling the .o by Craig Tiller · 10 years ago
  30. 3759e6f Remove clean rules by Craig Tiller · 10 years ago
  31. c4da6b7 Force using custom libraries if we are using ?SAN. by Craig Tiller · 10 years ago
  32. 3ccae02 Support compiling zlib with ?SAN by Craig Tiller · 10 years ago
  33. ec0b8f3 Compile OpenSSL differently for each config. by Craig Tiller · 10 years ago
  34. ee988bc Merge github.com:google/grpc into gcov by Craig Tiller · 10 years ago
  35. 699ba21 Fix Makefile.template by Craig Tiller · 10 years ago
  36. 9e47552 Don't mix C and C++ libraries. by Nicolas Noble · 10 years ago
  37. 27715ca Allow C++ tests to be built in parallel by Craig Tiller · 10 years ago
  38. f5371ef Fix some C++ test dependencies by Craig Tiller · 10 years ago
  39. c008ae5 Fix opensource build. by ctiller · 10 years ago
  40. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  41. 228ad9b Fix opensource build. by ctiller · 10 years ago
  42. 102e4fe Use CONFIG after defining it. Define CONFIG before using it. by yangg · 10 years ago
  43. 8cfebb9 Add msan, tsan, asan targets for Makefile. by ctiller · 10 years ago
  44. cab52e7 Allow specifying CONFIG as a string, instead of DEBUG=1. by ctiller · 10 years ago
  45. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  46. 7e012cf Solving chicken-and-egg issue while detecting OpenSSL capabilities. by nnoble · 10 years ago
  47. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  48. 09cb6d5 Build debug/optimized builds into different target directories. by ctiller · 10 years ago
  49. 9ebc9b7 Fixing chicken-and-egg dependency by putting the openssl dependency first, in order to make sure headers are present. by nnoble · 10 years ago
  50. 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
  51. 6082540 Avoiding bashisms that'll prevent other shells to run our Makefile. by nnoble · 10 years ago
  52. bba7692 Fixing typo that was preventing some targets to build. by nnoble · 10 years ago
  53. 64f2910 Fix Makefile help text. by ctiller · 10 years ago
  54. 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
  55. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  56. c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago
  57. ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago
  58. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
  59. 85a4926 C/C++ separation of the install target. by nnoble · 10 years ago
  60. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  61. 29e1d29 Better C/C++ split in the Makefile targets, to better prepare slicing it into two different Makefiles. by nnoble · 10 years ago
  62. b7ebd3b Initial import. by Nicolas Noble · 10 years ago