summaryrefslogtreecommitdiff
path: root/numpy/distutils/ccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix #198Robert Kern2006-09-081-1/+1
| |
* | Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-1/+1
|/
* Fix some compiler_cxx errors.Travis Oliphant2006-06-291-7/+9
|
* Remove -Wstrict-prototypes from C++ compilations (it's an invalid option forFernando Perez2006-06-131-0/+13
| | | | C++).
* Make system_info saner.cookedm2006-06-091-5/+2
| | | | | | * Add a get_output() method to the config command, which compiles, links, and runs a program, and returns the output from that program. * Also cleaned up some stuff. system_info uses log instead of print.
* Add power to integer scalar types.cookedm2006-06-061-3/+3
|
* Better version matching for Sun Fortran, and don't panic when we can't match ↵cookedm2006-03-211-2/+3
| | | | the version number
* For version checking of compilers, first look for a .version_match methodcookedm2006-03-181-11/+40
| | | | | | | to call, then check the version_pattern regex if not found. Also add a simple_version_match function to ccompiler which does a fuzzy match. Update the GNU Fortran compilers to use version_match.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-9/+9
| | | | extraneous whitespace
* Merge trunk (r2142:2204) to power_optimization branchcookedm2006-03-071-0/+8
|
* Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker ↵Pearu Peterson2006-02-181-3/+2
| | | | failure.
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-11/+11
|
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-3/+4
| | | | | Also replace some type checks with misc_util.is_sequence or misc_util.is_string or appropiate isinstance().
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+359