Skip to content
Snippets Groups Projects
  1. Jul 18, 2017
  2. Jul 11, 2017
  3. Jun 27, 2017
  4. Jun 20, 2017
  5. Jun 08, 2017
  6. May 30, 2017
  7. May 23, 2017
  8. May 20, 2017
  9. May 18, 2017
  10. May 16, 2017
  11. May 11, 2017
  12. May 10, 2017
  13. May 08, 2017
  14. May 04, 2017
  15. Apr 27, 2017
  16. Apr 26, 2017
  17. Apr 19, 2017
  18. Apr 18, 2017
  19. Apr 14, 2017
  20. Apr 12, 2017
  21. Apr 07, 2017
  22. Apr 06, 2017
  23. Apr 03, 2017
  24. Mar 29, 2017
  25. Mar 24, 2017
  26. Mar 21, 2017
  27. Mar 20, 2017
  28. Mar 16, 2017
  29. Mar 10, 2017
  30. Mar 07, 2017
    • Mehrdad Afshari's avatar
      9b3c73d1
    • Jan Tattermusch's avatar
      fix grpcio_tools build on windows · 3b7bcc3e
      Jan Tattermusch authored
      3b7bcc3e
    • Mehrdad Afshari's avatar
      Updated python scripts to work with protobuf 3.2.0 · 065d9244
      Mehrdad Afshari authored
      Since the build script of python grpcio-tools package
      is very much entangled with the build system of protobuf,
      and protobuf build scripts added a build step that
      compiles js/embed.cc to create a preprocessor binary
      that takes some .js files and generates a single
      well_known_types_embed.cc which then gets linked to the
      rest of protobuf source tree.
      
      The generated code seems to be used only by the JS
      portion of protoc, so is not expected to affect
      our python build.  Since we did not want to replicate
      the entire build process of protobuf, we decided to
      pre-generate the well_known_types_embed.cc and keep
      it in our repo and then substitute the js/embed.cc
      compiler file with it.
      065d9244
Loading