Skip to content
Snippets Groups Projects
  1. May 09, 2017
  2. May 08, 2017
  3. Apr 21, 2017
  4. Apr 17, 2017
  5. Apr 15, 2017
  6. Apr 14, 2017
  7. Apr 10, 2017
  8. Apr 08, 2017
  9. Mar 20, 2017
  10. Mar 10, 2017
  11. Mar 07, 2017
  12. Jan 24, 2017
  13. Dec 15, 2016
  14. Nov 08, 2016
  15. Oct 29, 2016
  16. Oct 26, 2016
  17. Aug 29, 2016
  18. Aug 17, 2016
  19. Aug 15, 2016
  20. Aug 12, 2016
  21. Aug 03, 2016
  22. 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
  23. Jul 19, 2016
  24. Jul 18, 2016
  25. Jul 16, 2016
  26. Jul 14, 2016
  27. 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
  28. Jul 12, 2016
  29. Jul 08, 2016
  30. Jul 01, 2016
  31. Jun 29, 2016
Loading