summaryrefslogtreecommitdiff
path: root/numpy/distutils/msvccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fix lib flags for librandomMatthew Brett2022-06-291-0/+18
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: fix minor typosUnknown2017-12-121-3/+3
* BUG: Correct signature of inherited methodRoland Kaufmann2017-02-231-2/+2
* BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.Charles Harris2016-08-241-13/+47
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* DOC: Document the reason msvc requires SSE2 on 32 bit platforms.Charles Harris2015-10-101-0/+2
* BLD: enable SSE2 for 32-bit msvc 9 and 10 compilersChristoph Gohlke2015-10-101-0/+5
* Changed from distutils_MSVCCompiler toDmitry Zagorny2015-09-151-4/+4
* MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-151-0/+17