summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* TST: make pointer-arith error fatalJulian Taylor2016-01-041-1/+2
* TST: Increase the allowable warning count to 1 for i386 debug test.Charles Harris2016-01-021-2/+4
* MAINT: Remove commented out code blocksgfyoung2015-12-202-19/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-192-4/+4
* STY: Style fixes for .travis.yml and travis-upload-wheel.shCharles Harris2015-12-161-5/+7
* TST: Clean up travis-test and make it work with current travis ci.Charles Harris2015-12-161-52/+79
* CI: run benchmark suite in travis-CIPauli Virtanen2015-12-141-0/+11
* ENH deploy dev wheels to rackspaceOlivier Grisel2015-12-102-3/+16
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-roll...Charles Harris2015-11-261-1/+1
|\
| * TST: Fix travis-ci test for numpy wheels.Charles Harris2015-11-251-1/+1
* | MAINT: enable Werror=vla in travisJulian Taylor2015-11-241-4/+4
|/
* BUG: Fix swig make_fortran function.Charles Harris2015-11-041-1/+1
* BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris2015-11-011-1/+1
* typo in numpy.ijschueller2015-09-021-1/+1
* MAINT,TST: Remove Bento from the travis ci testing.Charles Harris2015-08-191-35/+1
* BLD: Speed up up Travis jobs by running on container-based infrastructureAlex Willmer2015-08-051-8/+1
* TST: fail tests on compiler warningsJulian Taylor2015-07-031-2/+11
* New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-258-26/+394
* MAINT: switch waf download to https://github.com/numpy/numpy-vendorRalf Gommers2015-05-071-1/+1
* Merge pull request #5829 from rgommers/bento-ciCharles Harris2015-05-031-1/+1
|\
| * TST: re-enable TravisCI testing with Bento.Ralf Gommers2015-05-031-1/+1
* | TEST: add module to test installed scriptsMatthew Brett2015-04-301-3/+10
|/
* DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers2015-03-181-0/+34
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-157-7/+7
* Use correct #ifdef __cplusplus guard to include std_complex.iMichele Vallisneri2015-02-131-2/+2
* ENH: added std::complex support to numpy.iGlen Mabey2014-11-077-12/+333
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-0/+3
* Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-041-0/+5
|\
| * TST: Add test with python flag -OO.Charles Harris2014-10-041-0/+5
* | MAINT: Update waf to 1.7.16Charles Harris2014-09-041-3/+3
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-1/+1
|\ \
| * | MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.Charles Harris2014-05-061-1/+1
* | | BUG: disable garbage collector during memory allocation hookJulian Taylor2014-07-051-0/+10
* | | Fix typemap for Fortran ordered array inputAdam Reeve2014-06-161-3/+3
| |/ |/|
* | BLD: add a simple python file to build cpucaps.dllJulian Taylor2014-06-042-0/+17
* | BUG: Fix missing fragment in ARGOUTVIEWM typemaps.David Froger2014-05-261-18/+18
* | Merge pull request #4662 from matthew-brett/cythonize-for-wheelsRalf Gommers2014-05-111-1/+7
|\ \
| * | TST: add travis test for wheel build and installMatthew Brett2014-05-041-1/+7
* | | TST: update package list for chroot buildJulian Taylor2014-05-091-1/+2
| |/ |/|
* | MAINT: annotate reference stealing and burrowed refs in multiarrayJulian Taylor2014-04-241-1/+1
|/
* BLD: remove cython c source from gitJulian Taylor2014-04-052-1/+200
* STY: Whitespace patrol on numpy.i.Charles Harris2014-03-121-6/+6
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-1236-0/+7361
* TST: work around outdated travis boxesJulian Taylor2014-03-061-0/+1
* TST: switch i386 build to python3.4 defaulting ubuntu 14.04Julian Taylor2014-02-251-3/+3
* TST: bootstrap chroot in tmpfsJulian Taylor2014-02-131-0/+3
* TST: fail on declaration-after-statement in travis testJulian Taylor2014-01-241-1/+3
* TST: add travis test using python-dbgJulian Taylor2014-01-161-0/+13
* TST: run 32 bit test with python3Julian Taylor2014-01-111-6/+11