1. 605076a Handle test dependencies better by Craig Tiller · 9 years ago
  2. 730118d Merge branch 'third-coming' into endpoints by Craig Tiller · 9 years ago
  3. 6fd2384 Use msbuild for tests by Craig Tiller · 9 years ago
  4. 3b245fe C tests dont need protobuf by Craig Tiller · 9 years ago
  5. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  6. d8fc860 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  7. 1df8ee9 Recreating grpc_test_util_unsecure's template. by Nicolas "Pixel" Noble · 9 years ago
  8. d9a8fb2 add protobuf.props to plugin projects by Jan Tattermusch · 9 years ago
  9. 563b8a2 Regenerating project files and massaging VS project files. by Nicolas Noble · 9 years ago
  10. c58e501 changes to grpc.mak.template to support c++ test building by Michael Larson · 9 years ago
  11. 845019c helper script to build all .proto files in /test/ in-place by Michael Larson · 9 years ago
  12. 1ee691d changed generate_debug_projects.sh to use the .sln hint when making vcxproj templates by Michael Larson · 9 years ago
  13. 6e081e0 changed .sln to include hint about lib vs. target by Michael Larson · 9 years ago
  14. b19d4eb changed vsproject generation to make c++ tests; put a hint in the .sln about lib vs. target; expand .proto includes by Michael Larson · 9 years ago
  15. 64d8138 Faking tools target for win32. by Nicolas "Pixel" Noble · 9 years ago
  16. 8ed4c3e provide VS solution for building protoc plugins by Jan Tattermusch · 9 years ago
  17. d4db33d Add missing copyright notices by Craig Tiller · 9 years ago
  18. e144536 Various Win32 fixes and improvements. by Nicolas Noble · 9 years ago
  19. 6c8717d Adding instructions to use generate_debug_projects.sh, and cleaning the script up a bit. by Nicolas "Pixel" Noble · 9 years ago
  20. 532eb41 Properly naming grpc++_unsecure project. by Nicolas "Pixel" Noble · 9 years ago
  21. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  22. 7bf5092 Adding grpc++_unsecure project file, and adding better support for test projects. by Nicolas "Pixel" Noble · 9 years ago
  23. 74bbc41 Ensure all unsecure tests are built on Windows by Craig Tiller · 9 years ago
  24. 5fb4ba0 Updating the templates to create win64 projects. by Nicolas "Pixel" Noble · 9 years ago
  25. 65c2020 fix typo in vcxproj template by Jan Tattermusch · 9 years ago
  26. 87d621b fixes to Grpc.mak by Jan Tattermusch · 9 years ago
  27. 789e7ae updated version of nuget packages used in Grpc.mak by Jan Tattermusch · 9 years ago
  28. f6f6fdb start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages by Jan Tattermusch · 9 years ago
  29. b5bf574 regenerated project files by Jan Tattermusch · 9 years ago
  30. 8ab4538 introduced packages.include by Jan Tattermusch · 9 years ago
  31. 8ff00a3 big refactoring of visual studio projects, started using nuget dependencies. by Jan Tattermusch · 9 years ago
  32. fef0c2d Dont build uninteresting tests on Windows by Craig Tiller · 9 years ago
  33. c3d5f16 Ensure OUT_DIR created by Craig Tiller · 9 years ago
  34. f5a7c8b Make Grpc.mak more useful for run_tests.py by Craig Tiller · 9 years ago
  35. ad1d7d9 Actually removing shared project files now. by Nicolas "Pixel" Noble · 9 years ago
  36. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 9 years ago
  37. b072a4f Adding MSVC's grpc++ project file. by Nicolas "Pixel" Noble · 9 years ago
  38. d7f3335 Makefile cleanup by Craig Tiller · 10 years ago
  39. 64d10c1 added zlib and openssl dependencies by Jan Tattermusch · 10 years ago
  40. a2ad558 polishing of Grpc.mak by Jan Tattermusch · 10 years ago
  41. eca6547 added some more non-test targets to Grpc.mak by Jan Tattermusch · 10 years ago
  42. d5b076a improving makefile for Windows by Jan Tattermusch · 10 years ago
  43. 1312666 fixed GrpcTests.mak and removed build_and_run_tests.bat by Jan Tattermusch · 10 years ago
  44. 451a227 Added NMake file to ease building and running tests. by Jan Tattermusch · 10 years ago
  45. adeaf63 add more tests into build_and_run_tests.bat by Jan Tattermusch · 10 years ago
  46. 13b9cfb added ssl.props as a dependency for grpc_csharp_ext, regenerated project files by Jan Tattermusch · 10 years ago
  47. 24cad9b Enabling debug symbols while running batched tests under Windows. by Nicolas Noble · 10 years ago
  48. f6ff8f6 remove _shared suffix from target dll names by Jan Tattermusch · 10 years ago
  49. 31e4065 fixes to make shared libraries build by Jan Tattermusch · 10 years ago
  50. 9fb0116 fixed filename of grpc VS project templates by Jan Tattermusch · 10 years ago
  51. 785778b added projects for shared libraries by Jan Tattermusch · 10 years ago
  52. b7f53d9 removed filters for grpc_csharp_ext by Jan Tattermusch · 10 years ago
  53. 9e1d446 some VS project template fixes and added templates for grpc_csharp_ext by Jan Tattermusch · 10 years ago
  54. 1ea024d Adding Visual Studio filters. by Nicolas 'Pixel' Noble · 10 years ago
  55. cc0994c Factoring visual studio code into a buildgen plugin. by Nicolas "Pixel" Noble · 10 years ago
  56. 80d68c0 Fixing test_config.c by Nicolas "Pixel" Noble · 10 years ago
  57. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  58. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  59. 5447c54 Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet. by nnoble · 10 years ago
  60. 1de3a5c Add Visual Studio project for building zlib. by jtattermusch · 10 years ago
  61. 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
  62. 98bffb7 Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler) by jtattermusch · 10 years ago
  63. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago