summaryrefslogtreecommitdiff
path: root/numpy/distutils
AgeCommit message (Expand)AuthorFilesLines
2018-03-10MAINT: Remove obsolete comment.Warren Weckesser1-1/+1
2018-03-10BUG: distutils: Remove named templates from the output.Warren Weckesser2-2/+56
2018-03-08Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris1-8/+12
2018-03-08MAINT: Hard tab and whitespace cleanup.Charles Harris1-1/+1
2018-03-04BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee1-8/+12
2018-01-30ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat2-4/+8
2018-01-07BUG: fix config where PATH isn't set on win32xoviat1-1/+2
2018-01-04More misc. typosluz.paz1-1/+1
2018-01-03BUG: skip the extra-dll directory when there are no DLLSxoviat1-2/+2
2017-12-30Merge branch 'master' into config-load-dllxoviat4-13/+46
2017-12-30Merge pull request #10226 from xoviat/system-info-locationCharles Harris2-11/+21
2017-12-27Merge pull request #10128 from xoviat/system-info-librariesCharles Harris1-0/+2
2017-12-25BUG: distutils: fix decoding errorsxoviat1-1/+17
2017-12-24BUG: distutils: use correct top-level package namexoviat2-11/+21
2017-12-17BUG: distutils: use AddDllDirectory where availablexoviat1-2/+17
2017-12-17ENH: distutils: set NPY_NUM_BUILD_JOBS to cpu_countxoviat1-1/+6
2017-12-17BUG: distutils: prefix library namexoviat1-0/+2
2017-12-12DOC: fix minor typosUnknown3-5/+5
2017-11-22ENH: disutils: add the flang compilerxoviat2-20/+102
2017-11-22ENH: distutils: improve windows autoconfigurationxoviat1-11/+40
2017-11-12MAINT: simplify logic from #9983Kristofor Maynard1-8/+6
2017-11-09Merge pull request #9977 from xoviat/squashedCharles Harris18-77/+53
2017-11-09MAINT: small robustness change for mingw support on Windows.Ralf Gommers1-1/+2
2017-11-07ENH: let f2py discover location of libgfortranKristofor Maynard1-0/+27
2017-11-06MAINT: distutils: trivial cleanupsxoviat18-77/+53
2017-10-23MAINT: made sure both compiler strings are included in testAndrew Lawson1-11/+10
2017-10-20TST: Improved tests for nag fortran compilerAndrew Lawson1-12/+15
2017-10-19ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson3-10/+77
2017-10-14MAINT: make vcpkg include directories more clearxoviat1-3/+13
2017-10-11BLD: distutils: auto-find vcpkg include and library directoriesxoviat1-0/+18
2017-09-30Merge pull request #9645 from xoviat/appveyorCharles Harris1-1/+1
2017-09-20BUG: adjust gfortran version search regexJonathan Helmus2-2/+4
2017-09-05Make system_info output reproducible (#9652)Chris Lamb1-1/+1
2017-09-04TST: fix failures:xoviat1-1/+1
2017-09-02distutils: gnu: revert :art:xoviat1-8/+8
2017-09-02distutils: gnu: cleanupxoviat1-3/+0
2017-09-02distutils: gnu: revert :art:xoviat1-13/+11
2017-09-02distutils: gnu: hash files + chained dllsxoviat1-1/+1
2017-09-02distutils: system_info: fixupxoviat1-2/+2
2017-09-02distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen6-175/+264
2017-09-02distutils: gnu: patch fcompilexoviat6-134/+360
2017-08-26MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy3-12/+0
2017-08-15BUG: fix distutils/cpuinfo.py:getoutput()Mike Nolta1-1/+1
2017-08-15BUG: fix regression in 1.13.x in distutils.mingw32ccompiler.Ralf Gommers1-1/+1
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-07-27BLD: remove -xhost flag from IntelFCompiler. Closes gh-9042.Ralf Gommers1-1/+1
2017-07-17TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris6-82/+84
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-5/+6
2017-06-27Merge pull request #9280 from rolk/9280_msys2_baseprefCharles Harris1-4/+16
2017-06-26BUG: Fix Intel compilation on Unix.Charles Harris3-4/+24