| Commit message (Expand) | Author | Age | Files | Lines |
| * | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 |
| * | Always define __STDC_FORMAT_MACROS for C++ support of PRIdPTR. | David Cournapeau | 2008-08-06 | 1 | -0/+7 |
| * | Use C99 print formatting if available for NPY_INTP. | David Cournapeau | 2008-08-05 | 1 | -0/+18 |
| * | Generate headers in the right place for inplace builds. | Robert Kern | 2008-07-19 | 1 | -4/+13 |
| * | Rename generate_array_api to generate_numpy_api. | Charles Harris | 2008-05-24 | 1 | -5/+5 |
| * | get_build_architecture is not available in python 2.4 and older, so use numpy... | Pearu Peterson | 2008-05-16 | 1 | -1/+1 |
| * | Add test for #788 [patch by Eric Firing]. | Stefan van der Walt | 2008-05-15 | 1 | -0/+2 |
| * | Do not install config.h, since it not needed anymore for numpy API | David Cournapeau | 2008-02-09 | 1 | -1/+0 |
| * | Add numpyconfig.h to the install | chris.burns | 2008-02-08 | 1 | -0/+1 |
| * | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -4/+4 |
| * | Merge changes in cleanconfig_rtm | David Cournapeau | 2008-01-18 | 1 | -29/+34 |
| * | Remove distutils test for C declaration from numpy.core, since it is put in d... | David Cournapeau | 2007-12-22 | 1 | -19/+0 |
| * | Add code to test for a declaration in header | David Cournapeau | 2007-12-22 | 1 | -6/+25 |
| * | Fix escaping problem when generating numpyconfig.h on win32 | David Cournapeau | 2007-12-18 | 1 | -0/+2 |
| * | Add CHAR_BITS as a public symbol in numpyconfig header | David Cournapeau | 2007-12-18 | 1 | -0/+15 |
| * | separate config.h (private header) and numpyconfig.h (public header) | David Cournapeau | 2007-12-18 | 1 | -1/+99 |
| * | Refactor the NPY_ALLOW_THREAD logic outside config.h generation, and put it i... | David Cournapeau | 2007-12-18 | 1 | -4/+7 |
| * | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+0 |
| * | Trying to use DL_IMPORT for logf, sqrtf. | Pearu Peterson | 2007-07-28 | 1 | -6/+5 |
| * | Fix typo. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
| * | Trying to fix inconsisted dll linkage warning, 7. | Pearu Peterson | 2007-07-28 | 1 | -0/+6 |
| * | Trying to fix inconsisted dll linkage warning, 6. | Pearu Peterson | 2007-07-28 | 1 | -1/+3 |
| * | Trying to fix inconsisted dll linkage warning, 5. | Pearu Peterson | 2007-07-28 | 1 | -2/+4 |
| * | Trying to fix inconsisted dll linkage warning, 4. | Pearu Peterson | 2007-07-28 | 1 | -0/+3 |
| * | Fix: _dotblas will not ork with fortran compiled blas. | Pearu Peterson | 2007-06-01 | 1 | -0/+2 |
| * | Use log.info instead of print in setup.py's | cookedm | 2007-05-28 | 1 | -3/+3 |
| * | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+2 |
| * | Improved error message for missing Python.h. | Pearu Peterson | 2007-05-11 | 1 | -1/+7 |
| * | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -2/+1 |
| * | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -3/+2 |
| * | Fix default type of empty array. Fix test for strtod on Python 2.3 | Travis Oliphant | 2006-09-01 | 1 | -1/+2 |
| * | Don't use LONGJMP on windows. | Travis Oliphant | 2006-08-25 | 1 | -0/+3 |
| * | Fix logic for using THREADS | Travis Oliphant | 2006-08-18 | 1 | -10/+9 |
| * | numpy.core.setup: remove forgotten kws_args | cookedm | 2006-08-12 | 1 | -1/+0 |
| * | The code generators for the API now create a .txt file (in ReST format) | cookedm | 2006-08-10 | 1 | -43/+41 |
| * | Update check for no-threading and change wording of error. | Travis Oliphant | 2006-07-25 | 1 | -1/+1 |
| * | Fix memory leak and Fix segfault on Python2.3 by disabling threading. | Travis Oliphant | 2006-07-21 | 1 | -5/+20 |
| * | Change so that WITH_THREAD is used in a define statement | Travis Oliphant | 2006-07-18 | 1 | -4/+4 |
| * | Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ... | Travis Oliphant | 2006-07-18 | 1 | -2/+10 |
| * | Bump up version number. Fix methods on matrices to preserve order. Add more... | Travis Oliphant | 2006-04-27 | 1 | -0/+7 |
| * | Reimplemented add_data_dir and add_data_files methods to fix ambiguities. | Pearu Peterson | 2006-03-30 | 1 | -2/+2 |
| * | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -5/+5 |
| * | Add check for rint and a default implementation if not present. Make UserArr... | Travis Oliphant | 2006-02-24 | 1 | -0/+2 |
| * | Moved fenv codes to numpy/include/fenv/ as mingw32 compiler was picking up wr... | Pearu Peterson | 2006-02-18 | 1 | -4/+4 |
| * | Add patch from BSD to get cygwin working. | Travis Oliphant | 2006-02-17 | 1 | -0/+6 |
| * | Change accuracy of fill and more _WIN32 fixes. | Travis Oliphant | 2006-02-09 | 1 | -2/+3 |
| * | Merged unicode changes back into main branch. | Travis Oliphant | 2006-02-09 | 1 | -0/+1 |
| * | Fix 2.3 compatibility. | Travis Oliphant | 2006-01-22 | 1 | -1/+7 |
| * | Use better functions for inverse hyperbolic functions, and expose log1p and e... | cookedm | 2006-01-12 | 1 | -0/+4 |
| * | Fixed error in setflags and added a few unit tests for test_multiarray | Travis Oliphant | 2006-01-06 | 1 | -2/+2 |