Skip to content
Snippets Groups Projects
  1. Jun 16, 2017
  2. Jun 08, 2017
  3. May 09, 2017
  4. May 08, 2017
  5. Apr 21, 2017
  6. Apr 17, 2017
  7. Apr 15, 2017
  8. Apr 14, 2017
  9. Apr 10, 2017
  10. Apr 08, 2017
  11. Mar 20, 2017
  12. Mar 10, 2017
  13. Mar 07, 2017
  14. Jan 24, 2017
  15. Dec 15, 2016
  16. Nov 08, 2016
  17. Oct 29, 2016
  18. Oct 26, 2016
  19. Aug 29, 2016
  20. Aug 17, 2016
  21. Aug 15, 2016
  22. Aug 12, 2016
  23. Aug 03, 2016
  24. Jul 22, 2016
    • Masood Malekghassemi's avatar
      Be more intelligent about Cython in grpcio · fd9cc106
      Masood Malekghassemi authored
      Before, Cython would *need* to be imported immediately if generated
      files did not already exist. Now, missing generated files will trigger a
      `setup_requires` inclusion of Cython and defer cythonization until
      extension build-time. If cythonization was specified via environment
      variable and setup could not find Cython, the extensions are poisoned
      instead of blocking non-extension commands from running.
      fd9cc106
  25. Jul 19, 2016
  26. Jul 18, 2016
  27. Jul 16, 2016
  28. Jul 14, 2016
  29. Jul 13, 2016
    • Masood Malekghassemi's avatar
      Set more build-flags in `setup.py`s · d66be0b6
      Masood Malekghassemi authored
      Removes MinGW flags from various build scripts, since they're now set in
      our `setup.py`s by default. Also removes the arguments for the
      extensions in grpcio's setup.py; that function was already accessing
      globals anyway, might as well go whole-hog.
      d66be0b6
  30. Jul 12, 2016
  31. Jul 08, 2016
Loading