summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO.Ralf Gommers2015-08-031-0/+3
* BLD: some fixes for Intel compilers.Ralf Gommers2015-08-033-6/+8
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* Merge pull request #6091 from novocaine/masterCharles Harris2015-08-011-2/+21
|\
| * restrict to windows py3 and add commentJames Salter2015-07-171-7/+18
| * don't pass un-encodable env to spawnJames Salter2015-07-171-2/+10
* | 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
* | | STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-2510-36/+40
| |/ |/|
* | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-164-22/+22
|/
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-32/+50
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* DEP,MAINT: Remove deprecated splitcmdline.Charles Harris2015-06-211-7/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-212-0/+3
* Merge pull request #5866 from tdsmith/include_dirsRalf Gommers2015-06-091-3/+17
|\
| * BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* | Simplify numpy/distutils/__init__.pyAndrea Bedini2015-05-161-28/+12
|/
* BUG: distutils: fix a typo in 64-bit Intel compiler for Windows support.Ralf Gommers2015-05-061-1/+1
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-245-1/+269
|\
| * BUG: rpath was not implemented for numpy.distutils.fcompilerNick Papior Andersen2015-02-273-0/+19
| * BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-262-10/+10
| * ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-262-2/+11
| * BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
| * BUG: PEP correctionsNick Papior Andersen2015-02-252-74/+82
| * BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-252-43/+25
| * BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-5/+4
| * BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-30/+36
| * ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+203
| * BLD, ENH: Reading of extra flags from site.cfg to extend flexibilityNick Papior Andersen2015-02-231-3/+44
* | BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-192-15/+40
* | ENH: distutils: add compiler classes for Intel compilers + MSVC-built Python.Ralf Gommers2015-03-192-9/+55
* | Merge pull request #5644 from rgommers/fix-gfortran-version-checkCharles Harris2015-03-083-2/+11
|\ \
| * | BUG: fix import in distutils/__init__.py under Python 2.xRalf Gommers2015-03-071-1/+1
| * | MAINT: distutils: fix gfortran version check when gfortran emits warnings.Ralf Gommers2015-03-072-1/+10
| |/
* | STY: Some style cleanups in distutils.Charles Harris2015-02-272-109/+92
* | BLD: Improve mingw-w64 detection of check_embedded_lapack.carlkl2015-02-271-0/+17
* | BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-272-26/+49
|/
* DEV: Replace deprecated options for ifort.Åsmund Hjulstad2015-02-101-1/+1
* Uses universal_newlines option for subprocess.Popen to automatically decode t...Åsmund Hjulstad2015-02-061-2/+2
* Return output from nm command as string (and not bytes)Åsmund Hjulstad2015-02-051-1/+1
* BLD: ensure OPT link environment variable is readmbyt2015-01-061-3/+6
* BLD: ensure OPT build environment variable is readmbyt2015-01-051-0/+9
* Removed NotImplementedError for MinGW-w64Juan Luis Cano Rodríguez2014-12-291-1/+1
* Merge pull request #5364 from charris/detect_atlas_3_10Charles Harris2014-12-241-3/+80
|\
| * ENH: Add support for ATLAS > 3.9.33.Charles Harris2014-12-241-3/+80
* | BLD: Change Fortran version flag and string checkRyan Nelson2014-12-012-23/+20
* | BUG: missing default None values in getattr(...)Alistair Muldal2014-11-191-3/+3
* | ENH: support parallel compilation of extensionsJulian Taylor2014-10-285-16/+105