summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* fix #234: IntelVisualFCompiler is brokencookedm2006-08-081-3/+0
* Fix bugs in gnu and vast fcompilers (should fix #214)cookedm2006-07-292-2/+2
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-286-48/+139
* TypoTravis Oliphant2006-07-281-4/+3
* Add NPY_MAXARGS to arrayobject.h for Multi-iterator object. Don't fail if ge...Travis Oliphant2006-07-281-3/+18
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-177-15/+15
* fix arch flags for ifort on machines in em64t modecookedm2006-07-171-0/+6
* Fix use of os.WEXITSTATUS and friends: only use if they existcookedm2006-07-131-11/+12
* cache the ATLAS version computationcookedm2006-07-061-3/+8
* Fixed typos in distutils.system_infoedschofield2006-07-061-2/+2
* Fixed lapack finding on intel-macTravis Oliphant2006-06-301-10/+32
* Fix some compiler_cxx errors.Travis Oliphant2006-06-291-7/+9
* Put back the test for bdist_egg when using setuptoolscookedm2006-06-281-0/+5
* Don't import setuptools by default, but do use it if it has been imported.cookedm2006-06-281-6/+5
* Eliminate more warnings and add fixes from #149 and #150Travis Oliphant2006-06-211-1/+3
* Add numarray configuration command.Travis Oliphant2006-06-201-0/+4
* Fix bad syntax in generated __config__.py files.Robert Kern2006-06-191-1/+1
* Remove -Wstrict-prototypes from C++ compilations (it's an invalid option forFernando Perez2006-06-131-0/+13
* Checkin another error I found and not checked in, in numpy.distutils.system_infocookedm2006-06-121-1/+0
* Fix 'UnboundLocalError' in numpy.distutils.command.configcookedm2006-06-121-0/+1
* Changed normpath to normcase to close #129Travis Oliphant2006-06-121-1/+1
* Fix logging when 'None' is used to disable environment-variableTravis Oliphant2006-06-121-2/+2
* Fix typo in system_info (at 6am 'libray' looks like 'library')cookedm2006-06-091-1/+1
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
* Make system_info saner.cookedm2006-06-094-153/+179
* Add power to integer scalar types.cookedm2006-06-062-6/+6
* Updated g95 version pattern.Pearu Peterson2006-05-311-1/+4
* Apply Stephan's recommendation to fix issue #129 with line directives on ming...Travis Oliphant2006-05-251-1/+2
* label g95 as the G95 Fortran Compiler, not GNU Fortran 95cookedm2006-05-201-1/+1
* Add feature: read f77 compiler flags from source. Added a section for extra f...Pearu Peterson2006-05-191-1/+29
* Add comment.Pearu Peterson2006-05-191-0/+3
* Set NUMERIX env variable in get_info('numerix')Pearu Peterson2006-05-181-0/+1
* Fix for using NAG Fortran 95, due to James Graham <jg307@cam.ac.uk>cookedm2006-05-171-1/+1
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
* Use sasha's patch to add #line to generated files (#85).cookedm2006-05-161-7/+14
* Use a hack to get numpy to install with easy_install (#81)cookedm2006-05-161-0/+9
* Warning messages from numpy.distutils.misc_util.Configuration are printed in ...cookedm2006-05-151-3/+3
* get_info returns deep copy of a dictionary, fixes bugs when one modifies info...Pearu Peterson2006-05-031-2/+2
* Added numerix info class to choose between different array backends using env...Pearu Peterson2006-05-031-0/+34
* Fixed prune file pattern - subdirectories were exluded by this bug for add_da...Pearu Peterson2006-05-021-2/+2
* Try harder to get swig module name when in package.Pearu Peterson2006-04-261-1/+2
* Fixed typo.Pearu Peterson2006-04-251-1/+1
* Fix splitting a pattern on win32.Pearu Peterson2006-04-241-1/+1
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* Minor bug fix in interactive sys.argv set feature.Pearu Peterson2006-04-241-0/+3
* Adding plat_specifier to build/src directory so that multiple platforms could...Pearu Peterson2006-04-241-1/+4
* Fix old scipy Issue173.Pearu Peterson2006-04-241-1/+6
* Fixed subpackage name when adding subpackage with setup.py script.Pearu Peterson2006-04-201-3/+6
* Fail with long traceback from setup before closing interactive session.Pearu Peterson2006-04-201-11/+11
* Fixed the order of setup commands.Pearu Peterson2006-04-201-3/+5