summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix npy_pkg_config unit test failures.David Cournapeau2009-07-261-4/+6
* 'Merge' docstring and reference guide for Distribution methods documentation.David Cournapeau2009-07-262-244/+319
* Use automethod for the functions we added to numpy.distutils.David Cournapeau2009-07-262-53/+53
* Fix npy_pkg_config script.David Cournapeau2009-07-261-2/+2
* Add documentation + example for npy-pkg-config files.David Cournapeau2009-07-261-0/+77
* Add a dirs argument to get_info to look for npy-pkg-config files in additiona...David Cournapeau2009-07-261-6/+24
* Fix add_installed_library so that install_dir is actually relatively to the c...David Cournapeau2009-07-263-2/+4
* Remove unused mlib_pkg_content function.David Cournapeau2009-07-261-17/+0
* Add doc for add_installed_library and add_npy_pkg_config.David Cournapeau2009-07-263-8/+99
* Fix returned dict by get_info so that it works with add_extension.David Cournapeau2009-07-262-3/+9
* Fix get_config.David Cournapeau2009-07-262-10/+11
* Fix scons build w.r.t pkg-config and installed C lib location.David Cournapeau2009-07-262-6/+4
* Update numscons build to support pkg-config-like files.David Cournapeau2009-07-262-2/+27
* Add dummy cflags options for mlib template.David Cournapeau2009-07-261-0/+2
* Add add_installed_pkg_config function, for automatic pkg-config-like generati...David Cournapeau2009-07-265-80/+102
* Refactor a bit the code to generate npymath.ini.David Cournapeau2009-07-262-20/+41
* Handle path sep as well in npymath.ini.David Cournapeau2009-07-262-3/+3
* Move subst_vars as we will need it at several places.David Cournapeau2009-07-261-19/+19
* Require 0.10.2 version of numscons - needed for installed C libraries.David Cournapeau2009-07-261-1/+1
* Raise a PkgNotFound exception in get_info if the package is not found.David Cournapeau2009-07-263-4/+20
* Add a function get_info to replace get_npymath_info, in a more generic way.David Cournapeau2009-07-262-11/+17
* When built in-place, make sure build_clib is built inplace too.David Cournapeau2009-07-261-2/+14
* Fix typo in add_library.David Cournapeau2009-07-261-1/+1
* Add an inplace option to build_clib - this is necessary for using installed C...David Cournapeau2009-07-261-0/+13
* Refactor function to substitute a dict from an .in file.David Cournapeau2009-07-261-11/+22
* Add parse_flags function + some unit tests.David Cournapeau2009-07-262-2/+58
* Add two unit-tests for LibraryInfo.David Cournapeau2009-07-261-0/+72
* Fix npymath.ini generation, and handle in-place build correctly.David Cournapeau2009-07-261-18/+38
* 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
* First attempt at generating .ini file with install-time info.David Cournapeau2009-07-263-13/+27
* Fix mlib.ini generation.David Cournapeau2009-07-261-2/+2
* Install the mlib.ini file.David Cournapeau2009-07-261-0/+30
* 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-263-41/+73
* we now implement cflags, libs, variables handling and basic depends - the cod...David Cournapeau2009-07-263-53/+147
* Start working on npy_pkg_config, to handle core libraries build issues throug...David Cournapeau2009-07-261-0/+129
* Update comment on using install_clib as a subcommand.David Cournapeau2009-07-261-1/+1
* Minver for numscons is now 0.10.1.David Cournapeau2009-07-261-12/+11
* Refactor the code to get top dir relatively to scons build dir.David Cournapeau2009-07-261-12/+11
* Support for installable libraries in numscons.David Cournapeau2009-07-263-0/+19
* 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-264-10/+50
* Add a install_clib command.David Cournapeau2009-07-264-2/+27
* Add a new function to add installed library - do nothing for now.David Cournapeau2009-07-262-1/+9
* Strange things going on with git/svn interaction. Let's see if they go.Charles Harris2009-07-251-135/+110