summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Tag unused variables in numpy.lib C code.David Cournapeau2008-10-081-9/+9
* More unused warning handled.David Cournapeau2008-10-083-16/+19
* Fix missing initializers warnings.David Cournapeau2008-10-087-109/+537
* Use NPY_UNUSED in numpy.core sources.David Cournapeau2008-10-0811-170/+204
* Add utils.h, with macro to tag a variable as unused.David Cournapeau2008-10-081-0/+19
* Fix function prototypes decl in check_func to avoid warning with -Wstrict-pro...David Cournapeau2008-10-051-2/+2
* Merged revisions 5882-5911 via svnmerge from David Cournapeau2008-10-058-905/+891
|\
| * Fix ticket #925Travis Oliphant2008-10-034-37/+116
| * Update the minimum version for numscons: had to change to cope with Chuck cha...David Cournapeau2008-10-031-1/+1
| * Fix problem with subclasses of object arrays.Travis Oliphant2008-10-022-2/+15
| * Cleanup ufunc loops.Charles Harris2008-10-011-890/+790
| * Small cleanup to clarify repeated string.Charles Harris2008-10-011-1/+1
| * Make some error messages more informative.Charles Harris2008-10-011-13/+28
* | Generate math_c99.inc in numscons build.David Cournapeau2008-10-031-0/+1
* | Remove old configuration checks, supersded by new math config.David Cournapeau2008-10-031-32/+0
* | Add check for C99 macros related IEEE-754.David Cournapeau2008-10-031-0/+12
* | Check for float/long double C99 functions.David Cournapeau2008-10-031-1/+14
* | Check for some optional, C99 double math functions.David Cournapeau2008-10-031-0/+7
* | Fix typo in check_funcs.David Cournapeau2008-10-031-1/+1
* | Add an help function to check a list of functions in scons build.David Cournapeau2008-10-031-0/+9
* | Start updating numscons configuration for new math config.David Cournapeau2008-10-031-2/+10
* | Merged revisions 5861-5881 via svnmerge from David Cournapeau2008-09-308-185/+223
|\ \ | |/
| * replaced assert with self.failUnlesspierregm2008-09-294-166/+166
| * use if ...: raise AssertionError instead of assertpierregm2008-09-291-7/+14
| * Umath tests: remove signed zero check on branch cut for log* as it fails on s...Pauli Virtanen2008-09-291-3/+8
| * core:pierregm2008-09-282-1/+22
| * Fix python2.5 dependency in lookforPauli Virtanen2008-09-241-8/+13
* | Enhance code_generator to allow continuation lines.Charles Harris2008-09-282-14/+29
* | Merged revisions 5844-5860 via svnmerge from David Cournapeau2008-09-232-1/+16
|\ \ | |/
| * Ignore unused converters in `loadtxt`.Stefan van der Walt2008-09-222-1/+16
* | Do not use MSVC workaround anymore, since we now can test for function even w...David Cournapeau2008-09-211-12/+4
* | define -> pragma, stupid mistake.David Cournapeau2008-09-211-2/+2
* | Handle msvc intrisincs in check_funcs_once.David Cournapeau2008-09-211-0/+6
* | Handle msvc intrisincs in check_func.David Cournapeau2008-09-211-0/+7
* | More intrinsics.David Cournapeau2008-09-201-1/+1
* | Fix for isfinite on VS 2003.David Cournapeau2008-09-201-1/+3
* | Define isfinite first, and define isinf in function of isfinite/isnan.David Cournapeau2008-09-201-3/+2
* | Autoconf suggestion is totally bogus: isinf(nan) is false, not true.David Cournapeau2008-09-201-2/+2
* | Fix isfinite.David Cournapeau2008-09-201-1/+1
* | Move isfinite macro with isinf and isnan.David Cournapeau2008-09-201-5/+5
* | Use a single macro for isinf replacement.David Cournapeau2008-09-201-19/+1
* | Use a single macro for isnan replacement.David Cournapeau2008-09-201-18/+1
* | Remove redundant definition of isnan and co in ufuncobject.hDavid Cournapeau2008-09-201-5/+0
* | Merged revisions 5812-5843 via svnmerge from David Cournapeau2008-09-2032-209/+267
|\ \ | |/
| * core:pierregm2008-09-194-34/+79
| * * fixing view to recognize dtype and type parameters, for consistency with re...pierregm2008-09-191-10/+16
| * BUG: Override setuptools' install.run() method to correctly allow 'python set...Robert Kern2008-09-181-1/+36
| * median : fixed a bug in _median1D (there shouldn't have been an axis)pierregm2008-09-182-15/+26
| * Removed redundant import.Alan McIntyre2008-09-181-2/+0
| * Removed unused/redundant imports.Alan McIntyre2008-09-1811-30/+7