summaryrefslogtreecommitdiff
path: root/numpy/build_utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-051-1/+0
* 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-0/+1
* BUG: build waf build utils in separate module to avoid 'spurious' imports.David Cournapeau2011-08-291-467/+0
* BUG: use 1/0 instead of booleans in config.hDavid Cournapeau2011-08-291-0/+8
* BENTO: add complex checks.David Cournapeau2011-08-291-0/+27
* BENTO: check for inline support.David Cournapeau2011-08-291-0/+38
* BENTO: add math runtime checks.David Cournapeau2011-08-291-0/+172
* BENTO: add basic type checks.David Cournapeau2011-08-291-0/+114
* BENTO: check for C99 formats + add check_declaration.David Cournapeau2011-08-291-0/+29
* BENTO: start numpy.core configuration + waf_utils helpers.David Cournapeau2011-08-291-0/+79