summaryrefslogtreecommitdiff
path: root/numpy/distutils/ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "MAINT: `f2py` cleanup (#22885)"revert-22885-cleanCrackfortranRalf Gommers2023-01-221-2/+1
* MAINT: `f2py` cleanup (#22885)Rohit Goswami2023-01-161-1/+2
* DEV: supporting IBM i systemGavinZhang2022-08-141-1/+8
* BUG: Ensure compile errors are raised correcltySebastian Berg2022-05-051-1/+2
* Add space after argument nameOscar Gustafsson2022-04-031-1/+1
* BUG: use ThreadPoolExecutor instead of ThreadPoolGalaxySnail2022-02-101-4/+3
* Merge pull request #20416 from ARCCA/armcompilerMatti Picus2021-12-241-0/+3
|\
| * Update ccompiler.pyThomas Green2021-11-161-0/+3
* | BUG: Support env argument in CCompiler.spawnIsuru Fernando2021-12-221-3/+5
|/
* BUG, DIST: Print os error message when the executable not existSayed Adel2021-11-141-2/+8
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-2/+5
* DOC: Remove references to Python 2Dimitri Papadopoulos2021-10-071-3/+0
* BLD: Use `-ftrapping-math` for clang and for `_so`Sebastian Berg2021-07-141-1/+2
* API,BLD: Always force `-ffp-exception-behavior=strict` on clangSebastian Berg2021-05-191-0/+6
* MAINT: Remove dummy_threadingKevin Sheppard2021-02-111-4/+2
* Remove code that will never runmarload2020-07-131-8/+0
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-3/+8
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-6/+2
* MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-121-5/+2
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-5/+4
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-5/+4
* | MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-051-5/+0
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* BUG: remove -std=c99 for c++ compilation (#15194)Matti Picus2019-12-301-1/+1
* MAINT: fixes from reviewmattip2019-10-261-1/+1
* BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-251-0/+5
* BUG: fixes from reviewmattip2019-09-201-2/+3
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-4/+10
* BUG: Remove our patched version of `distutils.split_quoted`, which was a work...Eric Wieser2019-03-021-60/+0
* also match the stderr in get_version()Jingbei Li2019-01-231-1/+1
* BUG: ensure new-lines in compiler error messages are actually printed to the ...Eric Wieser2018-12-091-6/+6
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+2
* BUG: Do not double-quote arguments to the command lineEric Wieser2018-11-181-8/+8
* MAINT: remove exec_command usage from ccompiler.pyTyler Reddy2018-10-311-16/+50
* DOC: fix minor typosUnknown2017-12-121-1/+1
* BUG: Fix Intel compilation on Unix.Charles Harris2017-06-261-0/+20
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* BUG: distutils, add compatiblity python parallelizationJulian Taylor2017-05-041-3/+44
* BUG: check compiler flags to determine the need for a rebuildJulian Taylor2017-05-021-5/+17
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-101-2/+66
* Monkey-patch _msvccompile.gen_lib_option like any other compilatorsValentin Valls2016-08-101-1/+1
* MAINT: Resolve import naming collision and optimize importsFrancis T. O'Donovan2015-12-121-5/+3
* BUG: fix AttributeError in numpy/distutils.Ryan Grout2015-10-191-2/+3
* LIBPATH with spaces is now supported Python 2.7+ and Win32Gabi Davar2015-10-161-2/+2
* Distutils doesn't warn unless compiler_cxx is emptyPeter Iannucci2015-08-101-1/+1
* BUG: distutils: fix a typo in 64-bit Intel compiler for Windows support.Ralf Gommers2015-05-061-1/+1
* ENH: distutils: add compiler classes for Intel compilers + MSVC-built Python.Ralf Gommers2015-03-191-3/+11
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-8/+34
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-30/+30