summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/autodist.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-091-0/+2
* BLD: add check for C99 restrict keywordJulian Taylor2014-09-291-0/+17
* REF: remove obsolete code.David Cournapeau2014-07-071-7/+0
* FEAT: add a check_gcc_variable_attribute function in config command.David Cournapeau2014-07-071-0/+17
* ENH: use pragma instead of generic warning when detecting for function attrib...David Cournapeau2014-07-071-5/+12
* BUG: fix check_gcc_function_attribute when attribute is actually supported.David Cournapeau2014-07-061-8/+1
* FEAT: add check to ensure compilation without warning for a piece of code.David Cournapeau2014-07-061-0/+7
* FEAT: add check_gcc_function_attribute check.David Cournapeau2014-07-061-0/+17
* BUG: fix wrong gcc version checkJulian Taylor2013-09-271-2/+2
* 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-1/+5
* Do not harcode visibility macro, enable it for gcc 4.David Cournapeau2009-04-301-0/+14
* Add check for (C) inline.David Cournapeau2009-03-111-0/+25