summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-2/+2
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-2/+2
* | BUG, BLD: Fix indentation bug in distutilsCharles Harris2023-04-171-1/+1
* | ENH: Raise C++ standard to C++17Sayed Adel2023-04-041-0/+1
* | BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-171-0/+7
|/
* Fix build_ext interaction with non numpy extensionsserge-sans-paille2022-01-281-2/+2
* BUG: distutils: fix building mixed C/Fortran extensionsRalf Gommers2022-01-241-7/+23
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-24/+33
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* BLD, BUG: Fix bdist_wheel duplicate buildingSayed Adel2021-05-051-5/+14
* BLD, BUG: Fix compiler optimization log AttributeErrorSayed Adel2021-05-041-4/+5
* ENH, SIMD: Add support for dispatching C++ sourcesSayed Adel2021-04-221-4/+24
* BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-041-2/+5
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-6/+16
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-271-2/+6
* MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-131-31/+28
* MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-3/+58
* BUG: relpath fails for different drives on windows (#16308)Matti Picus2020-05-201-1/+1
* ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-5/+5
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-201-1/+14
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+2
* Use set litteralsRoman Yurchak2018-11-241-2/+2
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+0
* MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
* 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-021-12/+58
* distutils: gnu: patch fcompilexoviat2017-09-021-49/+71
* MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-261-4/+0
* BLD: some fixes for Intel compilers.Ralf Gommers2015-08-031-1/+1
* MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-161-6/+6
* 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-281-0/+9
* MAINT: remove obsolete version checksJulian Taylor2014-10-151-6/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-18/+18
* reduces excess cleverness from 1/2 to 1/3Adam Ginsburg2013-04-211-2/+2
* bugfix in build_ext: check that ext has an attribute before trying toAdam Ginsburg2013-04-181-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DEP: Remove scons related files and code.Charles Harris2013-01-131-5/+0
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-0/+3
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-201-3/+0
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-161-0/+3
* Fix print/repr/raise python3 incompatibilities in system_info and build_ext c...David Cournapeau2009-12-031-5/+5
* BUG: retrieve build_clib in build_ext even if it has already been run.David Cournapeau2009-11-161-0/+1
* When built in-place, make sure build_clib is built inplace too.David Cournapeau2009-07-261-2/+14