Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Some distutils work: | cookedm | 2007-04-22 | 1 | -17/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add better support for C++ in numpy.distutils. Instead of munging the C compiler command, build_clib and build_ext call the new Compiler.cxx_compiler() method to get a version of the compiler suitable for C++ (this also takes care of the special needs of AIX). - If config_fc is specified in the Extension definition, merge that info instead of replacing it (otherwise, the name of the Fortran compiler is overwritten). This is done at the key level (ex., compiler options are replaced instead of appended). - clean up compiler.py a bit - clean up linking in build_ext | |||||
* | | Fix docstrings for loading with DocFileSuite. | Stefan van der Walt | 2007-02-18 | 1 | -3/+3 | |
| | | ||||||
* | | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+2 | |
| | | ||||||
* | | Fix #198 | Robert Kern | 2006-09-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #114: Problems with building with MSVC and GCC under Cygwin | cookedm | 2006-07-28 | 1 | -1/+1 | |
|/ | ||||||
* | Fix some compiler_cxx errors. | Travis Oliphant | 2006-06-29 | 1 | -7/+9 | |
| | ||||||
* | Remove -Wstrict-prototypes from C++ compilations (it's an invalid option for | Fernando Perez | 2006-06-13 | 1 | -0/+13 | |
| | | | | C++). | |||||
* | Make system_info saner. | cookedm | 2006-06-09 | 1 | -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. | cookedm | 2006-06-06 | 1 | -3/+3 | |
| | ||||||
* | Better version matching for Sun Fortran, and don't panic when we can't match ↵ | cookedm | 2006-03-21 | 1 | -2/+3 | |
| | | | | the version number | |||||
* | For version checking of compilers, first look for a .version_match method | cookedm | 2006-03-18 | 1 | -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 ↵ | cookedm | 2006-03-10 | 1 | -9/+9 | |
| | | | | extraneous whitespace | |||||
* | Merge trunk (r2142:2204) to power_optimization branch | cookedm | 2006-03-07 | 1 | -0/+8 | |
| | ||||||
* | Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker ↵ | Pearu Peterson | 2006-02-18 | 1 | -3/+2 | |
| | | | | failure. | |||||
* | Replace type(a) is (something) with appropiate is_string/is_sequence tests | cookedm | 2006-02-01 | 1 | -11/+11 | |
| | ||||||
* | Misc cleanups + replace `a` with %r or repr(a) | cookedm | 2006-01-31 | 1 | -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 numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 | |
| | ||||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+359 | |