summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Do not install config.h, since it not needed anymore for numpy APIDavid Cournapeau2008-02-091-1/+0
* Add numpyconfig.h to the installchris.burns2008-02-081-0/+1
* ran reindentJarrod Millman2008-02-081-4/+4
* Merge changes in cleanconfig_rtmDavid Cournapeau2008-01-181-29/+34
* Remove distutils test for C declaration from numpy.core, since it is put in d...David Cournapeau2007-12-221-19/+0
* Add code to test for a declaration in headerDavid Cournapeau2007-12-221-6/+25
* Fix escaping problem when generating numpyconfig.h on win32David Cournapeau2007-12-181-0/+2
* Add CHAR_BITS as a public symbol in numpyconfig headerDavid Cournapeau2007-12-181-0/+15
* separate config.h (private header) and numpyconfig.h (public header)David Cournapeau2007-12-181-1/+99
* Refactor the NPY_ALLOW_THREAD logic outside config.h generation, and put it i...David Cournapeau2007-12-181-4/+7
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Trying to use DL_IMPORT for logf, sqrtf.Pearu Peterson2007-07-281-6/+5
* Fix typo.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, 7.Pearu Peterson2007-07-281-0/+6
* Trying to fix inconsisted dll linkage warning, 6.Pearu Peterson2007-07-281-1/+3
* Trying to fix inconsisted dll linkage warning, 5.Pearu Peterson2007-07-281-2/+4
* Trying to fix inconsisted dll linkage warning, 4.Pearu Peterson2007-07-281-0/+3
* Fix: _dotblas will not ork with fortran compiled blas.Pearu Peterson2007-06-011-0/+2
* Use log.info instead of print in setup.py'scookedm2007-05-281-3/+3
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+2
* Improved error message for missing Python.h.Pearu Peterson2007-05-111-1/+7
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-2/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-3/+2
* Fix default type of empty array. Fix test for strtod on Python 2.3Travis Oliphant2006-09-011-1/+2
* Don't use LONGJMP on windows.Travis Oliphant2006-08-251-0/+3
* Fix logic for using THREADSTravis Oliphant2006-08-181-10/+9
* numpy.core.setup: remove forgotten kws_argscookedm2006-08-121-1/+0
* The code generators for the API now create a .txt file (in ReST format)cookedm2006-08-101-43/+41
* Update check for no-threading and change wording of error.Travis Oliphant2006-07-251-1/+1
* Fix memory leak and Fix segfault on Python2.3 by disabling threading.Travis Oliphant2006-07-211-5/+20
* Change so that WITH_THREAD is used in a define statementTravis Oliphant2006-07-181-4/+4
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ...Travis Oliphant2006-07-181-2/+10
* Bump up version number. Fix methods on matrices to preserve order. Add more...Travis Oliphant2006-04-271-0/+7
* Reimplemented add_data_dir and add_data_files methods to fix ambiguities.Pearu Peterson2006-03-301-2/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-5/+5
* Add check for rint and a default implementation if not present. Make UserArr...Travis Oliphant2006-02-241-0/+2
* Moved fenv codes to numpy/include/fenv/ as mingw32 compiler was picking up wr...Pearu Peterson2006-02-181-4/+4
* Add patch from BSD to get cygwin working.Travis Oliphant2006-02-171-0/+6
* Change accuracy of fill and more _WIN32 fixes.Travis Oliphant2006-02-091-2/+3
* Merged unicode changes back into main branch.Travis Oliphant2006-02-091-0/+1
* Fix 2.3 compatibility.Travis Oliphant2006-01-221-1/+7
* Use better functions for inverse hyperbolic functions, and expose log1p and e...cookedm2006-01-121-0/+4
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-2/+2
* Added Chris Stawarz patch for solaris.Travis Oliphant2006-01-051-0/+2
* Change most setup.py filesTravis Oliphant2006-01-041-17/+10
* rename sub-packagesTravis Oliphant2006-01-041-0/+284