summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_clib.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Raise C++ standard to C++17Sayed Adel2023-04-041-0/+1
* Allow clib callable build flagsMatthew Brett2021-10-231-3/+31
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-20/+29
* BLD, BUG: Fix bdist_wheel duplicate buildingSayed Adel2021-05-051-5/+15
* BLD, BUG: Fix compiler optimization log AttributeErrorSayed Adel2021-05-041-4/+4
* ENH, SIMD: Add support for dispatching C++ sourcesSayed Adel2021-04-221-4/+24
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-5/+13
* MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-131-34/+33
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-2/+64
* ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-3/+4
* 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-2/+12
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-021-14/+28
* distutils: gnu: patch fcompilexoviat2017-09-021-32/+46
* 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-161-6/+6
|/
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-1/+12
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-9/+9
* STY: Giant whitespace cleanup.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/+1
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-0/+4
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-201-4/+0
* BLD: follow build_ext coding convention in build_clib to catch strange fcompi...Pearu Peterson2011-08-191-12/+14
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-161-0/+4
* Make build_src and build_clib python3 importable.David Cournapeau2009-12-031-5/+4
* Add an inplace option to build_clib - this is necessary for using installed C...David Cournapeau2009-07-261-0/+13
* Make sure to always call build_src before build_clib.David Cournapeau2009-06-071-2/+4
* Add numpy_include_dirs to C libraries as well.David Cournapeau2009-02-181-1/+5
* Fix typo (bug #704).David Cournapeau2008-03-211-1/+1
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-2/+4
* Minor refactoring of build_clib (break up build_library a bit)cookedm2007-06-151-153/+156
* do an appropiate behaviour in the distutils commands when new_fcompiler retur...cookedm2007-05-311-10/+12
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+3
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-6/+3
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-181-5/+1
* Extension modules and libraries are built with suitable compilers/linkers. Im...Pearu Peterson2007-05-181-25/+83
* Workaround Python distutils bug sf 1718574.Pearu Peterson2007-05-141-0/+7
* Some distutils work:cookedm2007-04-221-24/+14
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
* numpy.distutils: use language flag or source file extension to select default...Pearu Peterson2006-10-081-3/+9
* Fixed typo.Pearu Peterson2006-04-081-1/+2
* Add support to specify config_fc option in setup.py file.Pearu Peterson2006-04-081-2/+18
* Remove unused importscookedm2006-02-021-7/+2
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-3/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+185