summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Collapse)AuthorAgeFilesLines
* numpy.distutils: Fixed bug in Configuration._get_svn_revision. Introduced ↵Pearu Peterson2010-07-271-3/+95
| | | | make_hg_version_py method, get_version supports hg revision.
* BUG: distutils: clean up temporary files more aggressivelyPauli Virtanen2010-03-061-1/+2
|
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-5/+7
|
* BUG: Add more protection against uninitialized lists on the Distribution object.Robert Kern2010-01-291-0/+6
|
* BUG: guard against having an uninitialized list of scripts.Robert Kern2010-01-291-0/+2
|
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-8/+8
|
* 3K: distutils: produce a 3K-compatible __config__.pyPauli Virtanen2009-12-061-7/+6
|
* Do no use has_key in misc_utils.David Cournapeau2009-12-031-2/+2
|
* Fix callable in misc_utils.David Cournapeau2009-12-031-2/+2
|
* python3 changes function object attributes names.David Cournapeau2009-12-031-2/+12
|
* Py3k fix for misc_util.David Cournapeau2009-12-031-24/+27
|
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-271-3/+3
| | | | | | | | | | Universal builds break the configure stage: we have to harcode the arch-specific values in the case of mac os x, as we have only one configuration stage per compile, but several arch per compile with the braindead -arch machinery. We rename the old numpyconfig.h to a private header, and numpyconfig.h itself post-fix the values in the case of mac os x.
* BUG: import DistutilsError.David Cournapeau2009-11-271-0/+2
|
* DOC: fix wrong Example section.David Cournapeau2009-11-201-2/+2
|
* first set of checkins from the doc editorJarrod Millman2009-11-131-71/+172
|
* Add a pkg_path option to add_sconcript.David Cournapeau2009-10-011-3/+10
| | | | | This is necessary to handle some cases where scons scripts and packages are not in the same directory.
* Put scons data into its own class.David Cournapeau2009-10-011-10/+14
|
* Fix imports in get_pkg_info/get_info.David Cournapeau2009-07-261-2/+2
|
* Split up get_info so that we get a function which returns the LibraryInfo ↵David Cournapeau2009-07-261-10/+34
| | | | directly - we can feed that to scons easily.
* BUG: Fix missing return stmt in get_npy_pkg_dir.David Cournapeau2009-07-261-0/+1
|
* 'Merge' docstring and reference guide for Distribution methods documentation.David Cournapeau2009-07-261-44/+297
|
* Use automethod for the functions we added to numpy.distutils.David Cournapeau2009-07-261-32/+50
|
* Add a dirs argument to get_info to look for npy-pkg-config files in ↵David Cournapeau2009-07-261-6/+24
| | | | additional directories.
* Fix add_installed_library so that install_dir is actually relatively to the ↵David Cournapeau2009-07-261-0/+2
| | | | current package.
* Add doc for add_installed_library and add_npy_pkg_config.David Cournapeau2009-07-261-6/+75
|
* Fix returned dict by get_info so that it works with add_extension.David Cournapeau2009-07-261-0/+6
|
* Fix get_config.David Cournapeau2009-07-261-4/+5
|
* Add add_installed_pkg_config function, for automatic pkg-config-like ↵David Cournapeau2009-07-261-1/+12
| | | | generation/handling.
* Raise a PkgNotFound exception in get_info if the package is not found.David Cournapeau2009-07-261-2/+9
|
* Add a function get_info to replace get_npymath_info, in a more generic way.David Cournapeau2009-07-261-10/+15
|
* Fix typo in add_library.David Cournapeau2009-07-261-1/+1
|
* Support for installable libraries in numscons.David Cournapeau2009-07-261-0/+4
| | | | | | | | Numscons has been modified such as clib are now copied (using the Install builder) where numpy.distutils expect them, and a function has been added to numpy.distutils so that we can add installable libraries in setupscons.py scripts (which add the library to the NumpyDistribution instance).
* Refactor common code between add_library and add_installed_library.David Cournapeau2009-07-261-18/+12
|
* Remove dead code.David Cournapeau2009-07-261-4/+1
|
* Add get_npymath_info function to reuse npymath outside numpy.David Cournapeau2009-07-261-0/+16
|
* Installing a clib now works.David Cournapeau2009-07-261-5/+29
| | | | | | | | Installable libraries are built exactly like conventional clib (they are added to the NumpyDistribution instance libraries member, and build_clib is not aware of the libraries/installable libraries distinction). Everything is done in the install_clib. The library cannot be used yet by external code, though.
* Add a new function to add installed library - do nothing for now.David Cournapeau2009-07-261-0/+8
|
* BUG#1134: Fix handling of depends arg when not given in add_library.David Cournapeau2009-06-091-0/+5
|
* Move is_bootstrapping outside scons command, may be useful elsewhere.David Cournapeau2009-04-211-0/+9
|
* Remove tabs and unnecessary whitespace.Stefan van der Walt2009-04-161-2/+2
|
* Add a function to get MSVC version.David Cournapeau2009-03-111-0/+8
|
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-3/+5
|
* Do not use popen* but subprocess.Popen instead.David Cournapeau2009-01-041-1/+5
|
* ran reindentJarrod Millman2008-08-081-1/+1
|
* Change API for pre/post hooks: they should be able to take arbitrary arguments.David Cournapeau2008-07-311-1/+2
|
* Remove add_configres function which did nothing...David Cournapeau2008-07-311-5/+0
|
* Make it possible to execute post/pre hooks in scons command even when no ↵David Cournapeau2008-07-311-1/+4
| | | | scons script is used.
* Handle VS 2008 in msvc_runtime_library.David Cournapeau2008-07-291-0/+1
|
* Generate headers in the right place for inplace builds.Robert Kern2008-07-191-3/+14
|
* Use the default terminal colour to print out INFO messages in distutils. Stefan van der Walt2008-04-161-1/+3
| | | | This prevents visibility problems on backgrounds other than black.