summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not use mingw workaround for msvc runtime 7.1.David Cournapeau2008-11-171-1/+1
|
* Forgot to update needs_mingw_ftime_workaround function.David Cournapeau2008-11-171-1/+1
|
* Do not generate a config.h for randomkit: it does not work as it is, and ↵David Cournapeau2008-11-171-25/+12
| | | | adding per-subpackage include path is a PITA with distutils.
* Simplify ftime workaround for python 2.6 under mingw: we only need to make ↵David Cournapeau2008-11-171-21/+11
| | | | _ftime an alias to _ftime64 when needed.
* Another typo.David Cournapeau2008-11-141-1/+1
|
* Fix hex conversion for msvcrt (we do not need to convert VS verion, but ↵David Cournapeau2008-11-141-3/+3
| | | | MSVCRT version).
* Typo.David Cournapeau2008-11-141-1/+1
|
* Typo.David Cournapeau2008-11-141-1/+1
|
* Add a macro to know whether we need the mingw workaround for _ftime + add a ↵David Cournapeau2008-11-141-0/+17
| | | | define for the MSVCR version.
* Generate config header for random kit (empty for now).David Cournapeau2008-11-141-2/+19
|
* Add code to detect msvc used to build python.David Cournapeau2008-11-141-0/+9
|
* Generate headers in the right place for inplace builds.Robert Kern2008-07-191-5/+1
|
* Temporary workaround for problem with 'multivariate' when specifying zeroStefan van der Walt2007-08-281-0/+1
| | | | probabilities.
* When checking for the _WIN32 preprocessor symbol, don't #error on failurecookedm2007-05-281-2/+1
|
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+1
|
* Use add_data_files instead of add_headers to install randomkit.hedschofield2006-04-191-2/+2
|
* Modified numpy/random/setup.py to export randomkit.h header fileedschofield2006-04-181-0/+2
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-3/+2
| | | | extraneous whitespace
* Change accuracy of fill and more _WIN32 fixes.Travis Oliphant2006-02-091-1/+0
|
* Fixes to help compilation on Windows with MSVCTravis Oliphant2006-02-091-4/+34
|
* Change most setup.py filesTravis Oliphant2006-01-041-2/+2
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+24