summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Add CPU dispatch/baseline tests for VSX4Rafael Cardoso Fernandes Sousa2022-01-171-2/+2
* Fix lint issuesPradipta Ghosh2021-12-141-1/+2
* Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-141-1/+1
* MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-1/+1
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-271-0/+12
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+9
* 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-0/+3
* MAINT: move the option to build_src, simplifies logicmattip2019-09-201-3/+0
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-8/+3
* Use *sys.version_info[:2]Hugo2019-08-261-1/+1
* BUG: Fix for Python 3.10Hugo2019-08-261-1/+1
* MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-161-5/+5
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-0/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 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
* Run scons command in build_ext instead of build.David Cournapeau2008-08-201-3/+0
* Make distutils command build run scons commandDavid Cournapeau2008-01-251-0/+6
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-4/+0
* Added --fcompiler,--help-fcompiler options to build command parallel to --com...Pearu Peterson2007-05-181-0/+16
* added config to --fcompiler option unification method. introduced config_cc f...Pearu Peterson2007-05-181-1/+2
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-181-1/+4
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+8