summaryrefslogtreecommitdiff
path: root/numpy/distutils/cpuinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Py3k: make cpuinfo py3k-importable.David Cournapeau2009-12-031-22/+29
|
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+2
|
* mimic gcc driver detection for nocona cpu detection.David Cournapeau2008-03-231-1/+1
|
* Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau2008-03-231-1/+4
|
* Include patch from jsbronder to fix ticket #644 related to nocona cpu detection.David Cournapeau2008-03-221-1/+5
|
* Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo ↵David Cournapeau2008-03-221-1/+1
| | | | for some linux kernels (at least 2.6.23).
* Apply David's patch to fix ticket 653.Charles Harris2008-03-061-20/+10
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-1/+1
|
* Update distutils/cpuinfo.pycookedm2007-10-021-171/+155
| | | | | | | | | | | | * convert class names to CamelCase * Add PentiumM to LinuxCPUInfo and Win32CPUInfo. Also add it to SSE2 detection. * remove is_Athlon64() and is_Operton() from Win32CPUInfo, and add is_AMD64(). We can't reliably distinguish between the two (or from other 64-bit Athlons). Also add is_AMD64() to LinuxCPUInfo. * Factor out common command output checking, and remove (most) of the bare try/excepts used in the __init__ methods (exception is Win32CPUInfo; don't know what exceptions could be thrown). Use warnings.warn instead of printing exceptions to stderr
* Remove use of the string module in distutils/cpuinfo.pycookedm2007-10-021-26/+28
|
* Get rid of print statement.Travis Oliphant2007-09-201-1/+0
|
* cpuinfo: Nocona is a PentiumIV, not 686. Fixes #438cookedm2007-03-291-3/+3
|
* Fixed detection of Core2 CPUs (scipy ticket #349)edschofield2007-02-051-2/+7
|
* remove some remaining references to scipy. fixes #428Tim Leslie2007-01-261-1/+1
|
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-091-1/+1
|
* Applied http://projects.scipy.org/scipy/numpy/ticket/39Pearu Peterson2006-03-311-0/+4
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-7/+7
| | | | extraneous whitespace
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+687