summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: distutils: Remove named templates from the output.Warren Weckesser2018-03-102-2/+56
* Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris2018-03-081-8/+12
|\
| * BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee2018-03-041-8/+12
* | MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-1/+1
|/
* ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat2018-01-302-4/+8
* BUG: fix config where PATH isn't set on win32xoviat2018-01-071-1/+2
* More misc. typosluz.paz2018-01-041-1/+1
* BUG: skip the extra-dll directory when there are no DLLSxoviat2018-01-031-2/+2
* Merge branch 'master' into config-load-dllxoviat2017-12-304-13/+46
|\
| * Merge pull request #10226 from xoviat/system-info-locationCharles Harris2017-12-302-11/+21
| |\
| | * BUG: distutils: use correct top-level package namexoviat2017-12-242-11/+21
| * | Merge pull request #10128 from xoviat/system-info-librariesCharles Harris2017-12-271-0/+2
| |\ \
| | * | BUG: distutils: prefix library namexoviat2017-12-171-0/+2
| * | | BUG: distutils: fix decoding errorsxoviat2017-12-251-1/+17
| | |/ | |/|
| * | ENH: distutils: set NPY_NUM_BUILD_JOBS to cpu_countxoviat2017-12-171-1/+6
| |/
* | BUG: distutils: use AddDllDirectory where availablexoviat2017-12-171-2/+17
|/
* DOC: fix minor typosUnknown2017-12-123-5/+5
* ENH: disutils: add the flang compilerxoviat2017-11-222-20/+102
* ENH: distutils: improve windows autoconfigurationxoviat2017-11-221-11/+40
* MAINT: simplify logic from #9983Kristofor Maynard2017-11-121-8/+6
* Merge pull request #9977 from xoviat/squashedCharles Harris2017-11-0918-77/+53
|\
| * MAINT: distutils: trivial cleanupsxoviat2017-11-0618-77/+53
* | MAINT: small robustness change for mingw support on Windows.Ralf Gommers2017-11-091-1/+2
* | ENH: let f2py discover location of libgfortranKristofor Maynard2017-11-071-0/+27
|/
* MAINT: made sure both compiler strings are included in testAndrew Lawson2017-10-231-11/+10
* TST: Improved tests for nag fortran compilerAndrew Lawson2017-10-201-12/+15
* ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-193-10/+77
* MAINT: make vcpkg include directories more clearxoviat2017-10-141-3/+13
* BLD: distutils: auto-find vcpkg include and library directoriesxoviat2017-10-111-0/+18
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-1/+1
|\
| * TST: fix failures:xoviat2017-09-041-1/+1
* | BUG: adjust gfortran version search regexJonathan Helmus2017-09-202-2/+4
* | Make system_info output reproducible (#9652)Chris Lamb2017-09-051-1/+1
|/
* distutils: gnu: revert :art:xoviat2017-09-021-8/+8
* distutils: gnu: cleanupxoviat2017-09-021-3/+0
* distutils: gnu: revert :art:xoviat2017-09-021-13/+11
* distutils: gnu: hash files + chained dllsxoviat2017-09-021-1/+1
* distutils: system_info: fixupxoviat2017-09-021-2/+2
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-026-175/+264
* distutils: gnu: patch fcompilexoviat2017-09-026-134/+360
* MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-263-12/+0
* BUG: fix distutils/cpuinfo.py:getoutput()Mike Nolta2017-08-151-1/+1
* BUG: fix regression in 1.13.x in distutils.mingw32ccompiler.Ralf Gommers2017-08-151-1/+1
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* BLD: remove -xhost flag from IntelFCompiler. Closes gh-9042.Ralf Gommers2017-07-271-1/+1
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-176-82/+84
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-5/+6
* Merge pull request #9280 from rolk/9280_msys2_baseprefCharles Harris2017-06-271-4/+16
|\
| * BUG: Handle MinGW module compilation in Py2.7 venvsRoland Kaufmann2017-06-221-1/+9
| * BUG: Make extensions compilable with MinGW on Py2.7Roland Kaufmann2017-06-221-3/+7