summaryrefslogtreecommitdiff
path: root/numpy/distutils/intelccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix Intel compiler flags for OS X buildChris Hogan2015-10-151-2/+12
* BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
* Align with pep8Dmitry Zagorny2015-09-151-4/+6
* MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-151-17/+16
* BLD: fix compiler_cxx check failureyolanda152015-08-221-0/+1
* STY: fix for PEP8 online checkyolanda152015-08-201-6/+7
* BLD: add platform check to avoid intel compiler build failure on Linux when i...yolanda152015-08-191-2/+1
* fix for linux build break with msvcyolanda152015-08-181-28/+34
* BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO.Ralf Gommers2015-08-031-0/+3
* BLD: some fixes for Intel compilers.Ralf Gommers2015-08-031-4/+5
* ENH: distutils: add compiler classes for Intel compilers + MSVC-built Python.Ralf Gommers2015-03-191-6/+44
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: fix indentation issue in distutils/intelccompiler.pyRalf Gommers2011-03-231-8/+2
* ENH: add Intel 64-bit C compiler. Closes #960.rgommers2011-03-111-0/+20
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-1/+1
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-30/+0
|/
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+30