summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* FIX: Add multiarch paths to the distutils' onesOndřej Čertík2012-12-131-0/+13
* Merge pull request #2795 from d5h/issue_2551Ralf Gommers2012-12-081-5/+2
|\
| * Fix distutils build_src with 'c++' in swig_opts and a c++ comment in the .i f...Dan Hipschman2012-12-061-5/+2
* | add platform specific python include directories to search pathsJulian Taylor2012-12-051-2/+8
|/
* Code cleanupGabriel2012-11-241-1/+1
* Assume we can use sys.stdout.fileno() and friends.Gabriel2012-11-231-7/+5
* Handle MSVC v10 in _MSVCRVER_TO_FULLVERpeterjc2012-11-121-4/+7
* Cope with two digit major number in MSCV v10peterjc2012-11-121-1/+4
* Include msvcr100 (MSVC v10 aka 2010) in msvc_runtime_library()peterjc2012-11-121-0/+1
* FIX: remove log line causing warning from disutilsMatthew Brett2012-10-061-2/+0
* Style: use 4 spaces per indentation level as per PEP8cgohlke2012-09-161-26/+26
* Fix whitespace formattingcgohlke2012-09-161-1/+1
* MAINT: update Intel Fortran compiler flags for the 21st century.Ralf Gommers2012-09-091-55/+16
* prefer gfortran over g77 and vendor compilers on OS X and LinuxAron Ahmadia2012-07-171-4/+4
* prefer gfortran (g95) over vendor compilers, g77 and g95 on OSX and Linux. ahmadia2012-06-281-8/+8
* BUG: '-framework Python' is not needed and can interfere.Robert Kern2012-05-311-1/+1
* Fix numpy.distutils to find atlas BLAS on UbuntuNathaniel J. Smith2012-05-201-3/+10
* BUG: Find only platform-specific dlls in winsxs directory.Han Genuit2012-04-151-1/+5
* BUG: BLD: fix OS X build issue introduced in the PEP8 cleanup in 72c6fbd.Ralf Gommers2012-03-181-4/+4
* BUG: BLD: add missing line in distutils/system_info.pyRalf Gommers2012-03-161-0/+1
* MISC: cosmetic changes to distutils/system_info, PEP8 safe.Nicolas Pinto2012-03-141-346/+446
* ENH: support for detecting libraries in several directories simultaneously, s...Nicolas Pinto2012-03-141-78/+60
* BLD: Avoid repeatedly testing for the Fortran compiler when it is missingMark Wiebe2012-02-191-0/+8
* MAINT: update version match regexp for IBM AIX Fortran compilers.Carlos Valiente2011-12-051-1/+1
* BLD: add support for the new X11 directory structure on Ubuntu & co.Raymond Roberts2011-10-291-1/+8
* ENH: Add 'pgfortran' as a valid compiler in the Portland Grouptim cera2011-10-231-10/+10
* BLD: fix up detection of Intel CPU on OS X in system_info.py.Ralf Gommers2011-10-171-3/+5
* BUG: Fix version comparison bug on Py25.Han2011-10-041-2/+2
* BUG: Fixes for Python3 and some further enhancements.hangenuit@gmail.com2011-10-041-17/+19
* ENH: Incorporated review advice and changed macro hack to MinGW hint.hangenuit@gmail.com2011-10-041-5/+7
* BUG: Add another preprocessor statement for 64-bits fallback mechanism.hangenuit@gmail.com2011-10-041-0/+4
* BUG: DLL finder should also look in WinSxS directory.hangenuit@gmail.com2011-10-041-2/+13
* BUG: Also build MSVC debug library if MINGW_USE_CUSTOM_MSVCR is defined (best...hangenuit@gmail.com2011-10-041-10/+6
* ENH: In debug mode, do not use customized MSVC runtime library.Han2011-10-041-0/+3
* ENH: Clean up symbol definition file.Han2011-10-041-0/+3
* ENH: Some commments. Skip customization for MSVC < 8.0.Han2011-10-041-3/+14
* ENH: Generate custom MSCV runtime library for mingw32.Han2011-10-041-0/+46
* FIX: add ufsparse to the libraries search path.Fabian Pedregosa2011-08-291-0/+2
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-205-2/+32
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-205-32/+2
* 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-165-2/+32
* BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2011-08-131-1/+5
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-233-24/+50
* ENH: distutils: do the correct thing when swig_opts is a string in setup.pyrgommers2011-06-021-0/+7
* BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1.Ralf Gommers2011-04-221-2/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-052-6/+6
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-052-2/+2
* ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.Ralf Gommers2011-03-301-0/+12