summaryrefslogtreecommitdiff
path: root/scipy_distutils/command/build_clib.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-224/+0
* Fixed typos.Pearu Peterson2004-09-281-3/+3
* sdist: ignore hidden and temporary filesPearu Peterson2004-04-051-0/+2
* Fixed building c++ libraries when using msvc 6.0Pearu Peterson2004-04-031-0/+6
* Added flavor info to fortran compilation message.Pearu Peterson2004-02-261-6/+11
* Added C++ support to build_clib.Pearu Peterson2004-02-191-12/+32
* Fixed sdist: .svn contents is ignored and depends in library build_info is used.Pearu Peterson2004-02-191-7/+22
* Using new.instancemethod to override distutils internal methods - this is ver...Pearu Peterson2004-02-131-12/+18
* Reduced scipy_distutils verbosityPearu Peterson2004-02-131-2/+15
* Created branch build_src in order to work on win32 port without affecting sci...Pearu Peterson2004-02-011-218/+99
* Another blindish attempt to fix failures in build scoreboard for win32.Pearu Peterson2003-12-141-1/+8
* Fix (scoreboard) building on win32Pearu Peterson2003-12-131-1/+1
* Introduced parent_path argument to get_path; when not None and the beggining ...Pearu Peterson2003-10-241-2/+3
* Using distutils.log for displaying messages. This feature (from Python 2.3) w...Pearu Peterson2003-09-191-5/+6
* made changes to use a PYTHONINCLUDE environment variable to search forEric Jones2002-12-191-0/+3
* Cleaned up scipy_distutils messages: less verbose but keepingPearu Peterson2002-08-111-4/+4
* Updated comments. Removed -lfortran from mips_fortran_compiler.libraries.Pearu Peterson2002-06-291-1/+5
* changes for MacOS X compatibilityjswhit2002-03-231-0/+3
* added optional name argument to default_config_dict so that sdist can be used...Pearu Peterson2002-02-171-0/+1
* factored out the scipy specific distutils code into a scipy_distutils package.Eric Jones2001-12-181-0/+256