Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Py3k: make cpuinfo py3k-importable. | David Cournapeau | 2009-12-03 | 1 | -22/+29 |
| | |||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -2/+2 |
| | |||||
* | mimic gcc driver detection for nocona cpu detection. | David Cournapeau | 2008-03-23 | 1 | -1/+1 |
| | |||||
* | Fix has_sse3 and add has_ssse3 function for cpuinfo on linux. | David Cournapeau | 2008-03-23 | 1 | -1/+4 |
| | |||||
* | Include patch from jsbronder to fix ticket #644 related to nocona cpu detection. | David Cournapeau | 2008-03-22 | 1 | -1/+5 |
| | |||||
* | Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo ↵ | David Cournapeau | 2008-03-22 | 1 | -1/+1 |
| | | | | for some linux kernels (at least 2.6.23). | ||||
* | Apply David's patch to fix ticket 653. | Charles Harris | 2008-03-06 | 1 | -20/+10 |
| | |||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | Update distutils/cpuinfo.py | cookedm | 2007-10-02 | 1 | -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.py | cookedm | 2007-10-02 | 1 | -26/+28 |
| | |||||
* | Get rid of print statement. | Travis Oliphant | 2007-09-20 | 1 | -1/+0 |
| | |||||
* | cpuinfo: Nocona is a PentiumIV, not 686. Fixes #438 | cookedm | 2007-03-29 | 1 | -3/+3 |
| | |||||
* | Fixed detection of Core2 CPUs (scipy ticket #349) | edschofield | 2007-02-05 | 1 | -2/+7 |
| | |||||
* | remove some remaining references to scipy. fixes #428 | Tim Leslie | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | Add Intel EM64T Fortran Compiler support. | Pearu Peterson | 2006-04-09 | 1 | -1/+1 |
| | |||||
* | Applied http://projects.scipy.org/scipy/numpy/ticket/39 | Pearu Peterson | 2006-03-31 | 1 | -0/+4 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -7/+7 |
| | | | | extraneous whitespace | ||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+687 |