summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fix for linux build break with msvcyolanda152015-08-181-28/+34
* | | Merge pull request #6183 from charris/remove-cblas-header-checkCharles Harris2015-08-171-26/+1
|\ \ \ | |/ / |/| |
| * | BLD: Remove fallback CBLAS detection looking for cblas.h.Charles Harris2015-08-081-26/+1
* | | Distutils doesn't warn unless compiler_cxx is emptyPeter Iannucci2015-08-101-1/+1
|/ /
* | 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-033-6/+8
|/
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* Merge pull request #6091 from novocaine/masterCharles Harris2015-08-011-2/+21
|\
| * restrict to windows py3 and add commentJames Salter2015-07-171-7/+18
| * don't pass un-encodable env to spawnJames Salter2015-07-171-2/+10
* | Merge pull request #6052 from insertinterestingnamehere/lib_fixRalf Gommers2015-07-261-1/+1
|\ \
| * | BUG: Allow libraries to be used as dependencies for other libraries whenIan Henriksen2015-07-131-1/+1
* | | STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-2510-36/+40
| |/ |/|
* | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-164-22/+22
|/
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-32/+50
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* DEP,MAINT: Remove deprecated splitcmdline.Charles Harris2015-06-211-7/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-212-0/+3
* Merge pull request #5866 from tdsmith/include_dirsRalf Gommers2015-06-091-3/+17
|\
| * BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* | Simplify numpy/distutils/__init__.pyAndrea Bedini2015-05-161-28/+12
|/
* BUG: distutils: fix a typo in 64-bit Intel compiler for Windows support.Ralf Gommers2015-05-061-1/+1
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-245-1/+269
|\
| * BUG: rpath was not implemented for numpy.distutils.fcompilerNick Papior Andersen2015-02-273-0/+19