summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add record array test for putmask.Stefan van der Walt2007-08-211-0/+12
* Fast putmask implementation (patch by Eric Firing).Stefan van der Walt2007-08-214-152/+222
* Fix record assignment (based on a patch by Sameer DCosta).Stefan van der Walt2007-08-212-6/+30
* Fix parametric testing for Python 2.4.Stefan van der Walt2007-08-201-1/+5
* Fix parametric tests for Python 2.4.Stefan van der Walt2007-08-201-4/+5
* Fix allclose and add tests (based on a patch by Matthew Brett).Stefan van der Walt2007-08-202-14/+64
* Add parametric unit tests (contributed by Fernando Perez).Stefan van der Walt2007-08-202-0/+285
* exec_command.py: remove a version check for > Python 2.1cookedm2007-08-171-1/+1
* in ccompiler.CCompiler_customize_cmd, allow a list of command attributes tocookedm2007-08-171-9/+11
* - remove .a static libs and recreate, instead of updating (ar on OS X can'tcookedm2007-08-171-11/+17
* - fix specification of noopt, etc. in the config_fc commandcookedm2007-08-172-2/+10
* Improved formatting for rms docstringwfspotz@sandia.gov2007-08-153-2/+2
* Improved formatting of typemap signature listswfspotz@sandia.gov2007-08-154-57/+57
* extgen: removing old filesPearu Peterson2007-08-107-1278/+0
* extgen: restored numpy support, fixed bugs.Pearu Peterson2007-08-104-28/+330
* extgen: rewrite, clean up, update docs, simple example from Python reference ...Pearu Peterson2007-08-107-137/+1724
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be at...Pearu Peterson2007-08-092-9/+14
* Optionally use setuptools for commands that setuptools customizes.Robert Kern2007-08-082-2/+10
* extgen: added initial values to C declarations.Pearu Peterson2007-08-071-77/+75
* extgen: impl support to all scalar C types and strings that Python supports.Pearu Peterson2007-08-074-116/+201
* Make sure we import numpy's configuration. Closes ticket #565.Stefan van der Walt2007-08-071-1/+1
* extgen: added argument dependecies support, reviewed reference counting of in...Pearu Peterson2007-08-073-45/+141
* Added numpy array and scalar support to PyCTypePython.Pearu Peterson2007-08-063-91/+224
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-062-5/+21
* extgen: Impl argument support to all Python types.Pearu Peterson2007-08-065-70/+172
* ExtGen: impl PObject* and C int support, minor improvements.Pearu Peterson2007-08-059-97/+156
* Impl CType classes and rewrote docs.Pearu Peterson2007-08-059-313/+541
* Add extgen subpackage.Stefan van der Walt2007-08-041-0/+1
* ExtGen: doc update.Pearu Peterson2007-08-041-5/+5
* Impl basic argument support and documentation generation.Pearu Peterson2007-08-046-75/+475
* * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in the...Robert Kern2007-08-031-1/+9
* In documentation, removed one of the reasons for not providing (out) typemaps...wfspotz@sandia.gov2007-08-033-13/+5
* Initial commit of extgen - Python Extension module Generator package.Pearu Peterson2007-08-038-0/+954
* Ignore blank lines when determining Fortran free format.Robert Kern2007-08-021-1/+1
* Fix asfarray to return an array instead of a matrix.Stefan van der Walt2007-08-012-1/+7
* Trying to fix unknown symbol __imp_tanhf linking error, using nc_tanhf.Pearu Peterson2007-07-281-1/+1
* Trying to fix unknown symbol __imp_tanhf linking error.Pearu Peterson2007-07-281-0/+1
* Initializing funcname_data inside InitOperators to fix compilation errors on ...Pearu Peterson2007-07-281-1/+5
* Fix more compiler warnings.Pearu Peterson2007-07-281-4/+6
* Fixed typos.Pearu Peterson2007-07-281-2/+2
* Trying to fix compiler wrarnings, 5. Defined ldexpf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+6
* Trying to fix compiler wrarnings, 5. Defined frexpf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-1/+7
* Trying to fix compiler wrarnings, 4.Pearu Peterson2007-07-281-1/+2
* Trying to fix compiler wrarnings, 3.Pearu Peterson2007-07-281-2/+3
* Trying to fix compiler wrarnings, 2.Pearu Peterson2007-07-281-3/+3
* Trying to fix compiler wrarnings: conversion from 'double' to 'float'Pearu Peterson2007-07-281-1/+1
* Trying to fix mingw32 build.Pearu Peterson2007-07-281-1/+1
* Fix rint error and castings.Pearu Peterson2007-07-281-2/+5
* Using DLL_IMPORT only when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+6
* Defining fabsf, hypotf, rintf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+26