summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* BUG: setup.py install --skip-build failsmattip2019-05-261-0/+3
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-192-0/+26
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+2
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-012-46/+35
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-062-3/+1
* Use set litteralsRoman Yurchak2018-11-241-2/+2
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+0
* MAINT: avoid modifying mutable default valuesEmil Hessman2018-09-291-3/+6
* MAINT: remove usage of exec_command in config.pyTyler Reddy2018-09-121-6/+27
* Merge pull request #11909 from mattip/flake8-cleanupsCharles Harris2018-09-111-1/+0
|\
| * MAINT: remove redundant importsmattip2018-09-091-1/+0
* | MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
|/
* BLD: cleanup _configtest.o.d during buildAllan Haldane2018-06-011-2/+6
* More misc. typosluz.paz2018-01-041-1/+1
* BUG: skip the extra-dll directory when there are no DLLSxoviat2018-01-031-2/+2
* BUG: distutils: use correct top-level package namexoviat2017-12-241-10/+20
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-022-26/+86
* distutils: gnu: patch fcompilexoviat2017-09-022-81/+117
* MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-261-4/+0
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* BUG: distutils, place fortranobject files in subfolderJulian Taylor2017-05-041-6/+6
* MAINT: better warning message when running build_src from sdistRalf Gommers2017-03-091-3/+11
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-5/+6
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* Restore get_outputMarshall Bockrath-Vandegrift2016-07-151-0/+45
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-1/+1
* MAINT: warn in egg_info command if using setuptools.sdist.Ralf Gommers2016-01-271-0/+8
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-061-39/+8
* 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: some fixes for Intel compilers.Ralf Gommers2015-08-032-2/+3
|/
* 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
* | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-163-17/+17
|/
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-283-1/+29
* MAINT: remove obsolete version checksJulian Taylor2014-10-151-6/+2
* BLD: add check for C99 restrict keywordJulian Taylor2014-09-292-0/+23
* MAINT: make main a strict prototype in configure checksJulian Taylor2014-09-091-6/+6
* Merge pull request #4892 from rgommers/msvc10-fixJulian Taylor2014-07-201-5/+16
|\
| * BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
* | REF: remove obsolete code.David Cournapeau2014-07-072-33/+1
* | FEAT: add a check_gcc_variable_attribute function in config command.David Cournapeau2014-07-072-0/+21
* | ENH: use pragma instead of generic warning when detecting for function attrib...David Cournapeau2014-07-071-5/+12
* | BUG: fix check_gcc_function_attribute when attribute is actually supported.David Cournapeau2014-07-061-8/+1
* | FEAT: add check to ensure compilation without warning for a piece of code.David Cournapeau2014-07-062-1/+14