aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_artifact_python.bat
Commit message (Collapse)AuthorAge
* Set more build-flags in `setup.py`sGravatar Masood Malekghassemi2016-07-13
| | | | | | | 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.
* Build Python distributions standalone for WindowsGravatar Masood Malekghassemi2016-07-08
|
* Updated grpcio c extension build for windows to use mingw.Gravatar Ken Payson2016-06-23
| | | | | | | The default compiler for Python c extensions is VS2008 or VS2010 depending on the Python version. Since c-core moved onto the c99 standard, these compilers are not compatible.
* Fix windows linkage in Python grpcio-toolsGravatar Masood Malekghassemi2016-05-07
|
* Fix Python grpcio-tools windows buildGravatar Masood Malekghassemi2016-05-05
|
* Build grpcio tools on WindowsGravatar Masood Malekghassemi2016-05-04
|
* 32 bits support.Gravatar Nicolas "Pixel" Noble2016-02-20
|
* Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
|
* Enabling python artifact building for Windows.Gravatar Nicolas "Pixel" Noble2016-02-18