Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve numpy.distutils detection | J. Goutin | 2016-08-16 | 1 | -1/+2 | |
| | | | Agree with @pitrou comment. | |||||
* | Patch with numpy at execution time and not at import time | J. Goutin | 2016-08-16 | 1 | -7/+18 | |
| | ||||||
* | numpy.distutils and distutils._msvccompiler compatibility | J. Goutin | 2016-08-16 | 1 | -3/+13 | |
| | | | | - Fix compatibility between `numpy.distutils` and `distutils._msvccompiler`. See #728 : Setuptools 24 `msvc.py` improvement import `distutils._msvccompiler` (New Python 3.5 C compiler for MSVC >= 14), but this one is not compatible with `numpy.distutils` (because not patched with `numpy.distutils.ccompiler.gen_lib_options`) and return unquoted libpaths when linking. The problem was patched in Numpy, but need to be patched also in Setuptools for compatibility between older versions of Numpy and `distutils._msvccompiler` (and indirectly Setuptools > 24). - Replace some residuals `except Exception`. | |||||
* | revert `library_dir_option` patch. | J. Goutin | 2016-08-05 | 1 | -28/+0 | |
| | | | | | Revert patch on `distutils._msvccompiler.MSVCCompiler.library_dir_option` See comments on #694. | |||||
* | quote library_dir_option after calling unpatched version | Min RK | 2016-08-05 | 1 | -3/+4 | |
| | | | | avoids double-quotes if the calling function does the quoting correctly. | |||||
* | Merge pull request #716 from JGoutin/patch-2 | Jason R. Coombs | 2016-08-04 | 1 | -28/+39 | |
|\ | | | | | #707 MSVC patch and Python 2 | |||||
| * | Fix #707 MSVC patch and Python 2 | J. Goutin | 2016-08-02 | 1 | -28/+39 | |
| | | | | | | | | #707 Fix Python 2 Compatibility, and improve registry lookup (Key may not always be in 64bit registry node). | |||||
* | | doc for msvc14_library_dir_option | J. Goutin | 2016-08-04 | 1 | -1/+15 | |
| | | ||||||
* | | Fix from @vallsv | J. Goutin | 2016-08-03 | 1 | -4/+4 | |
| | | | | | | Fix from @vallsv | |||||
* | | Update msvc.py | J. Goutin | 2016-08-02 | 1 | -1/+1 | |
| | | ||||||
* | | Update msvc.py | J. Goutin | 2016-08-02 | 1 | -0/+2 | |
| | | ||||||
* | | Patch distutils._msvccompiler.library_dir_option | J. Goutin | 2016-08-02 | 1 | -0/+11 | |
|/ | | | Try to fix #694. | |||||
* | Fix for #646 | J. Goutin | 2016-07-28 | 1 | -0/+4 | |
| | ||||||
* | Fix regression in commit #e404a4a | J. Goutin | 2016-07-27 | 1 | -2/+2 | |
| | | | Missing `,` | |||||
* | Add missing blank line. | stepshal | 2016-07-21 | 1 | -0/+1 | |
| | ||||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+1 | |
| | ||||||
* | Minor change : Link to MSVC14 Standalone | J. Goutin | 2016-07-03 | 1 | -1/+5 | |
| | | | Add the new link to "Microsoft Visual C++ Build Tools" if MSVC14 is not installed. | |||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+1 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+1 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -6/+16 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -18/+11 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -11/+6 | |
| | ||||||
* | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+4 | |
| | ||||||
* | msvc fixe | J. Goutin | 2016-07-03 | 1 | -5/+5 | |
| | | | | | Fixes : - Bad argument name - Better Python 2 compatibility | |||||
* | Extract variable for bin_dir | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 | |
| | ||||||
* | Reindent to avoid raw strings and hanging indents. Let os.path.join provide ↵ | Jason R. Coombs | 2016-07-02 | 1 | -12/+28 | |
| | | | | the backslash characters. | |||||
* | Remove superfluous raw strings | Jason R. Coombs | 2016-07-02 | 1 | -10/+10 | |
| | ||||||
* | Extract template as variable to avoid line continuation. | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 | |
| | ||||||
* | Rename msvc9_support to simply msvc. | Jason R. Coombs | 2016-07-02 | 1 | -0/+1175 | |