summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* ENH: Allow site.cfg information with libraries keyNick Papior2016-01-171-1/+4
* Merge pull request #7029 from rgommers/fix-interrupted-rebuildCharles Harris2016-01-161-6/+6
|\
| * BLD: fix rebuilding after a failed build. Closes gh-5467.Ralf Gommers2016-01-161-6/+6
* | BUG: make distutils.misc_util.is_string recognize unicode.Ralf Gommers2016-01-161-1/+2
|/
* BUG: skip invalid path distutils warning for empty stringsJulian Taylor2016-01-131-1/+1
* MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-0624-292/+0
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-067-91/+9
* Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-021-33/+21
|\
| * MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-33/+21
* | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* | DOC: Comment all O1s [ci skip]Eric Larson2015-12-281-2/+2
* | FIX: Fix MKL for LinuxEric Larson2015-12-281-2/+2
|/
* MAINT: Remove commented out code blocksgfyoung2015-12-201-30/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-192-2/+2
* MAINT: Resolve import naming collision and optimize importsFrancis T. O'Donovan2015-12-121-5/+3
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-052-0/+4
* BUG: link cblas library if cblas is detectedAllan Haldane2015-12-041-11/+38
* BUG: Readd fallback CBLAS detection on linux.Charles Harris2015-11-251-1/+29
* BUG: fix removing tempdirs created during buildJulian Taylor2015-11-171-17/+18
* Merge pull request #6649 from sieben/dict_litteralJaime2015-11-072-18/+15
|\
| * MAINT: Dictionary litteralRémy Léone2015-11-072-18/+15
* | MAINT: list litteralRémy Léone2015-11-072-5/+2
|/
* Merge pull request #6470 from groutr/fix_attrerrorRalf Gommers2015-10-251-2/+3
|\
| * BUG: fix AttributeError in numpy/distutils.Ryan Grout2015-10-191-2/+3
* | Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-203-85/+32
* | Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-204-32/+35
|/
* Merge pull request #6481 from charris/foreport-gh-5765Charles Harris2015-10-161-2/+2
|\
| * LIBPATH with spaces is now supported Python 2.7+ and Win32Gabi Davar2015-10-161-2/+2
* | BUG: Fix Intel compiler flags for OS X buildChris Hogan2015-10-151-2/+12
|/
* 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
* Merge pull request #6436 from juliantaylor/conf-warningsCharles Harris2015-10-101-0/+2
|\
| * MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-091-0/+2
* | BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
* | BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
* | BLD: mingwpy fixescarlkl2015-09-244-35/+32
* | Merge pull request #6243 from dzagorny/intel-distutils-fixesCharles Harris2015-09-228-63/+92
|\ \
| * | Changed from distutils_MSVCCompiler toDmitry Zagorny2015-09-152-11/+12
| * | Align with pep8Dmitry Zagorny2015-09-152-5/+8
| * | Fixed issue: SciPy can't be build in case, if python was installed intoDmitry Zagorny2015-09-151-28/+15
| * | MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-156-35/+71
| * | Added closing for 'so_dup' and 'se_dup' file descriptors.Dmitry Zagorny2015-09-151-0/+2
* | | ENH: enabled extra_link_args in OpenBLAS segmentNick Papior2015-09-171-2/+13
|/ /
* | Merge pull request #6169 from rgommers/intel-buildCharles Harris2015-08-212-2/+2
|\ \
| * | BUG: fix typo which fused two compile flags on Windows for GFortran.Ralf Gommers2015-08-201-1/+1
| * | BUG: fix 32-bit arch flag for Intel Fortran compiler.Ralf Gommers2015-08-201-1/+1
* | | BLD: fix compiler_cxx check failureyolanda152015-08-221-0/+1
|/ /
* | Merge pull request #6211 from yolanda15/intelcCharles Harris2015-08-191-31/+37
|\ \
| * | 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