summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11935 from tylerjereddy/rm_exec_command_6Charles Harris2018-09-171-6/+27
|\
| * MAINT: remove usage of exec_command in config.pyTyler Reddy2018-09-121-6/+27
* | MAINT: remove exec_command usage in ibm.py (#11901)Tyler Reddy2018-09-151-4/+9
|/
* Merge pull request #11909 from mattip/flake8-cleanupsCharles Harris2018-09-112-2/+0
|\
| * MAINT: remove redundant importsmattip2018-09-092-2/+0
* | MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
* | MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-101-3/+8
* | MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-102-9/+40
|/
* Simplify logicIsuru Fernando2018-07-081-11/+2
* convert env variable flags and fix LDSHAREDIsuru Fernando2018-07-082-3/+7
* Remove redundant codeIsuru Fernando2018-07-071-2/+0
* Move distutils.environment.py to distutils.fcompilerIsuru Fernando2018-07-072-1/+2
* Use monkeypatch's setenv, getenvIsuru Fernando2018-07-071-8/+7
* Test distutils flags appendingIsuru Fernando2018-07-071-0/+47
* Change default to overrideIsuru Fernando2018-07-071-1/+1
* Fix var being NoneIsuru Fernando2018-07-071-0/+2
* Append *FLAGS instead of overridingIsuru Fernando2018-07-072-33/+41
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* BUG: Revert #10229 to fix DLL loads on Windows.Charles Harris2018-06-291-13/+3
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-162-5/+5
* Merge pull request #11089 from ahaldane/speedup_build_all_filesCharles Harris2018-06-032-4/+9
|\
| * BLD: cleanup _configtest.o.d during buildAllan Haldane2018-06-012-4/+9
* | Sort input file listBernhard M. Wiedemann2018-05-271-4/+9
|/
* MAINT: distutils.system_info: handle Accelerate like any other libraryPauli Virtanen2018-05-081-70/+61
* 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
|/