summaryrefslogtreecommitdiff
path: root/numpy/distutils/npy_pkg_config.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: do not add empty string when interpolating values in LibraryInfo.David Cournapeau2010-09-051-1/+2
* DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring.rgommers2010-07-311-2/+40
* BUG: fix escaping of pkgdir on windows.David Cournapeau2009-12-121-1/+1
* ENH: automatically translate pkgdir in .ini file.David Cournapeau2009-12-121-0/+12
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-031-6/+10
* first set of checkins from the doc editorJarrod Millman2009-11-131-0/+90
* Fix escaping backslash when parsing .ini files.David Cournapeau2009-09-191-3/+8
* BUG: fix npy_pkg_config_path variable escaping on windows.David Cournapeau2009-08-271-1/+1
* Fix npy_pkg_config script.David Cournapeau2009-07-261-2/+2
* Fix returned dict by get_info so that it works with add_extension.David Cournapeau2009-07-261-3/+3
* Fix get_config.David Cournapeau2009-07-261-6/+6
* Raise a PkgNotFound exception in get_info if the package is not found.David Cournapeau2009-07-261-2/+10
* Add parse_flags function + some unit tests.David Cournapeau2009-07-261-1/+35
* Fix whitespaces issues.David Cournapeau2009-07-261-3/+3
* Handle NPY_PKG_CONFIG_PATH in our fake pkg-config emulator.David Cournapeau2009-07-261-1/+6
* Handle variable definition in pkg-config emulator.David Cournapeau2009-07-261-0/+12
* Deal with multiple locations for one filename.David Cournapeau2009-07-261-12/+22
* Implement a trivial cache mechanism for LibraryInfo instances creation.David Cournapeau2009-07-261-5/+16
* Better design for LibraryInfo, to handle variables redefinition and requireme...David Cournapeau2009-07-261-32/+65
* we now implement cflags, libs, variables handling and basic depends - the cod...David Cournapeau2009-07-261-53/+117
* Start working on npy_pkg_config, to handle core libraries build issues throug...David Cournapeau2009-07-261-0/+129