summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10916 from mhsmith/check_embedded_lapackCharles Harris2018-04-161-1/+1
|\
| * Add missing underscore to prototype in check_embedded_lapackMalcolm Smith2018-04-161-1/+1
* | fix failing testmattip2018-04-111-6/+6
* | formatting fixesmattip2018-04-111-6/+6
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-068-45/+10
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+6
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-2/+2
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-1/+1
* MAINT: Remove obsolete comment.Warren Weckesser2018-03-101-1/+1
* 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