summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* BUG: Compilation crashes in MSVC when LIB or INCLUDE is not setDavid Hagen2017-05-131-5/+5
* TST: fix test_basic failure on WindowsChristoph Gohlke2017-05-111-1/+1
* BUG: distutils, add compatiblity python parallelizationJulian Taylor2017-05-041-3/+44
* BUG: distutils, place fortranobject files in subfolderJulian Taylor2017-05-041-6/+6
* BUG: check compiler flags to determine the need for a rebuildJulian Taylor2017-05-023-5/+34
* MAINT: Update Intel compiler options.Charles Harris2017-04-192-4/+16
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-103-4/+77
* BUG: return values of exec_command were swappedEric Wieser2017-04-051-1/+1
* TST: Respect compiler customizationsMarvin Schmidt2017-03-301-0/+3
* MAINT: remove some unused variablesJulian Taylor2017-03-241-6/+1
* TST: move exec_command tests out of the file itselfJulian Taylor2017-03-242-165/+127
* TST: remove exec_command svn testJulian Taylor2017-03-241-6/+0
* MAINT: restore stderr return value of exec_commandJulian Taylor2017-03-241-7/+1
* MAINT: print the received lengths on template length mismatchJulian Taylor2017-03-241-2/+2
* MAINT: remove an extra newline with the Popen based execJulian Taylor2017-03-241-1/+1
* Merge pull request #7862 from pitrou/rewrite_exec_commandJulian Taylor2017-03-111-255/+53
|\
| * BLD: rewrite np.distutils.exec_command.exec_command()Antoine Pitrou2016-07-251-255/+53
* | MAINT: better warning message when running build_src from sdistRalf Gommers2017-03-091-3/+11
* | BUG: Skip custom library check if not MSVC runtimeRoland Kaufmann2017-02-231-3/+12
* | BUG: Correct signature of inherited methodRoland Kaufmann2017-02-231-2/+2
* | BUG: blas_info should record include_dirsBenda Xu2017-02-151-0/+2
* | Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-221-41/+75
* | MAINT: Remove shebang from test modulesSami Salonen2017-01-151-1/+0
* | MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-152-2/+2
* | DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-1412-25/+26
* | Merge pull request #8356 from rolk/8356_mingw_virtenvCharles Harris2016-12-121-6/+24
|\ \
| * | STY: Avoid using string formatting in log callsRoland Kaufmann2016-12-091-6/+5
| * | BUG: Search for Python DLL in base distr. with MinGWRoland Kaufmann2016-12-081-4/+23
* | | Merge pull request #8355 from rolk/8355_mingw_py35Charles Harris2016-12-122-20/+44
|\ \ \
| * | | MAINT: Remove assumptions about RTL name, for MinGWRoland Kaufmann2016-12-091-9/+9
| * | | ENH: Monkey-patch CygwinCCompiler for Py3.5 on Wind.Roland Kaufmann2016-12-091-0/+9
| * | | ENH: Recognize C RTL used by Py3.5 on WinRoland Kaufmann2016-12-091-1/+5
| * | | MAINT: Isolate hardcoded RTL name and vers. on Win.Roland Kaufmann2016-12-091-11/+22
| |/ /
* | | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-18/+1
|/ /
* | BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found.Ralf Gommers2016-11-241-2/+4
* | MAINT: change path to env in distutils.system_info. Closes gh-8195.Ralf Gommers2016-10-221-7/+5
* | MAINT: Fix ResourceWarning new in Python 3.6.Charles Harris2016-10-191-0/+1
* | BUG: Fixed build breakOleksandr Pavlyk2016-10-061-0/+2
* | BUG: distutils: fix issue with rpath in fcompiler/gnu.pyRalf Gommers2016-10-021-1/+3
* | Fix test code on cpuinfo's main functionGustavo Serra Scalet2016-09-301-4/+4
* | BUG: Fix fid.close() to use os.close(fid)Sebastian Berg2016-09-041-1/+1
* | 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-027-23/+28
* | MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-023-6/+10
* | DOC: Corrected allowed keywords in add_(installed_)libraryOleksandr Pavlyk2016-08-261-4/+4
* | BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.Charles Harris2016-08-242-25/+97
* | BUG: Use keyword arguments to initialize Extension base class.Charles Harris2016-08-201-30/+33
* | Monkey-patch _msvccompile.gen_lib_option like any other compilatorsValentin Valls2016-08-101-1/+1
* | Fixed MKL detection for recent versions of this library.Xavier Abellan Ecija2016-08-051-19/+3
* | Merge pull request #7699 from nolta/preserve-lib-orderCharles Harris2016-07-281-45/+35
|\ \ | |/ |/|