1. f868118 Better support for msys2. by Nicolas Noble · 9 years ago
  2. 051a28f Implements #276 by Nicolas "Pixel" Noble · 9 years ago
  3. 7c1c7e8 Using cc and c++ instead of gcc and g++. by Nicolas "Pixel" Noble · 9 years ago
  4. e758ed1 Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths. by Nicolas "Pixel" Noble · 9 years ago
  5. 716b5fe Disabling installing shared libraries under MacOS for the time being. by Nicolas "Pixel" Noble · 9 years ago
  6. 061690d Don't merge OpenSSL into C++ upper layer libraries; only C. by Nicolas "Pixel" Noble · 10 years ago
  7. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  8. b618136 Improved Makefile protoc message by murgatroid99 · 10 years ago
  9. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  10. f5065c5 Enable asan for C core by Craig Tiller · 10 years ago
  11. 86fa1c5 Save makefile var clobbering by Craig Tiller · 10 years ago
  12. f6901be Allow machine and build type tuning of slowdown by Craig Tiller · 10 years ago
  13. d7631a4 Fixing make install target for MacOS - strip -x is the command to use here. by Nicolas "Pixel" Noble · 10 years ago
  14. 4795a3c Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ by Craig Tiller · 10 years ago
  15. 18953e3 Fixing dependency on protobuf for parallel C++ build. by Nicolas "Pixel" Noble · 10 years ago
  16. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  17. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  18. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 10 years ago
  19. 9f80dc3 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  20. 044fe22 suppress output of which by Yang Gao · 10 years ago
  21. 2c23a72 Fixing typo in Makefile. by Nicolas "Pixel" Noble · 10 years ago
  22. 7ab4fee Allow multiple tmp-merge directories at once by Craig Tiller · 10 years ago
  23. e2b6018 Merge pull request #654 from ctiller/copyright by Tim Emiola · 10 years ago
  24. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 10 years ago
  25. 9ec95fa Fix in tree build of protobuf by Craig Tiller · 10 years ago
  26. 98ab998 Adding a helpful installation message about protobuf. by Nicolas "Pixel" Noble · 10 years ago
  27. 6a88c25 Merge pull request #690 from ctiller/mac2 by Nicolas Noble · 10 years ago
  28. 724f5dc Merge pull request #689 from nicolasnoble/macos-fix by Craig Tiller · 10 years ago
  29. cc3e613 Merge pull request #687 from nicolasnoble/no-install-protobuf by Craig Tiller · 10 years ago
  30. ec04303 Fix in tree build of openssl on mac by Craig Tiller · 10 years ago
  31. 36a6e18 Let's not install our potentially broken version of protobuf onto the system and pollute people's environment. by Nicolas "Pixel" Noble · 10 years ago
  32. 5732a8c Force compilation of protobuf using -fPIC. by Nicolas "Pixel" Noble · 10 years ago
  33. 932d5d3 Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. by Nicolas "Pixel" Noble · 10 years ago
  34. dda049c Various MacOS build fixes. by Nicolas "Pixel" Noble · 10 years ago
  35. d7f3335 Makefile cleanup by Craig Tiller · 10 years ago
  36. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 10 years ago
  37. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 10 years ago
  38. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 10 years ago
  39. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 10 years ago
  40. 522d712 Polishing Makefile to better install targets. by Nicolas "Pixel" Noble · 10 years ago
  41. 2ec0b3e make grpc_csharp_ext compile and install independently from the grpc and gpr libraries by Jan Tattermusch · 10 years ago
  42. 7cc2c30 Mac-specific Makefile inclusions and installation instructions by vjpai · 10 years ago
  43. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  44. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 10 years ago
  45. 3b93548 Add Makefile copyright by Craig Tiller · 10 years ago
  46. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  47. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 10 years ago
  48. da224d6 Fixes by Craig Tiller · 10 years ago
  49. 61b910f Add support for out of tree builds by Craig Tiller · 10 years ago
  50. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 10 years ago
  51. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  52. 96bd5f6 Add ubsan support by Craig Tiller · 10 years ago
  53. 5383062 Compiling protobuf from the Makefile if we don't have it on the system. by Nicolas Noble · 10 years ago
  54. 50524cc Properly deal with end of stream by Craig Tiller · 10 years ago
  55. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  56. c630682 Enabling extra warnings, and disabling error on warning. by Nicolas "Pixel" Noble · 10 years ago
  57. 14a2b8d Merge pull request #286 from nicolasnoble/no-stripping by Craig Tiller · 10 years ago
  58. 3a2551c Let's not strip libraries if compiled in anything other than release. by Nicolas "Pixel" Noble · 10 years ago
  59. d8f8b6b Generating library aliases under Linux, hopefully fixing #192. by Nicolas "Pixel" Noble · 10 years ago
  60. 96b4955 Sort out some more compile flags for Mac by Craig Tiller · 10 years ago
  61. b4ee3b5 Make libraries compile on Darwin by Craig Tiller · 10 years ago
  62. 59140fc Explicitly name the target language. by Craig Tiller · 10 years ago
  63. a537ae4 Merge pull request #70 from ctiller/benchmark by vjpai · 10 years ago
  64. 047b727 Adding a few more comments in the Makefile template, to explain some of its more obscure features. by Nicolas Noble · 10 years ago
  65. 17f2b59 Fixing parallel build. by Nicolas "Pixel" Noble · 10 years ago
  66. 297fafa Opportunistically use perftools if installed. by Craig Tiller · 10 years ago
  67. db2963e Merge pull request #47 from ctiller/makeclean by Nicolas Noble · 10 years ago
  68. a614caa Add missing space by Craig Tiller · 10 years ago
  69. 85bf09b Fixing zlib dependency build. by Nicolas "Pixel" Noble · 10 years ago
  70. f58b9ef Remove protoc_plugins, and use a variable. by Craig Tiller · 10 years ago
  71. f0afe50 Add missing space by Craig Tiller · 10 years ago
  72. 8f126a6 Remove _DEPS variables by Craig Tiller · 10 years ago
  73. 12c8209 Generate dependencies when compiling the .o by Craig Tiller · 10 years ago
  74. 3759e6f Remove clean rules by Craig Tiller · 10 years ago
  75. c4da6b7 Force using custom libraries if we are using ?SAN. by Craig Tiller · 10 years ago
  76. 3ccae02 Support compiling zlib with ?SAN by Craig Tiller · 10 years ago
  77. ec0b8f3 Compile OpenSSL differently for each config. by Craig Tiller · 10 years ago
  78. ee988bc Merge github.com:google/grpc into gcov by Craig Tiller · 10 years ago
  79. 699ba21 Fix Makefile.template by Craig Tiller · 10 years ago
  80. 9e47552 Don't mix C and C++ libraries. by Nicolas Noble · 10 years ago
  81. 27715ca Allow C++ tests to be built in parallel by Craig Tiller · 10 years ago
  82. f5371ef Fix some C++ test dependencies by Craig Tiller · 10 years ago
  83. c008ae5 Fix opensource build. by ctiller · 10 years ago
  84. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  85. 228ad9b Fix opensource build. by ctiller · 10 years ago
  86. 102e4fe Use CONFIG after defining it. Define CONFIG before using it. by yangg · 10 years ago
  87. 8cfebb9 Add msan, tsan, asan targets for Makefile. by ctiller · 10 years ago
  88. cab52e7 Allow specifying CONFIG as a string, instead of DEBUG=1. by ctiller · 10 years ago
  89. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  90. 7e012cf Solving chicken-and-egg issue while detecting OpenSSL capabilities. by nnoble · 10 years ago
  91. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  92. 09cb6d5 Build debug/optimized builds into different target directories. by ctiller · 10 years ago
  93. 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
  94. 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
  95. 6082540 Avoiding bashisms that'll prevent other shells to run our Makefile. by nnoble · 10 years ago
  96. bba7692 Fixing typo that was preventing some targets to build. by nnoble · 10 years ago
  97. 64f2910 Fix Makefile help text. by ctiller · 10 years ago
  98. 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
  99. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  100. c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago