| Commit message (Expand) | Author | Age | Files | Lines |
* | A-ha! Read Thomas' patch a little more carefully and figured it out: | Greg Ward | 2000-06-27 | 1 | -1/+2 |
|
|
* | Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support. | Greg Ward | 2000-06-27 | 1 | -9/+21 |
|
|
* | Removed some debugging code that slipped into the last checkin. | Greg Ward | 2000-06-25 | 1 | -4/+3 |
|
|
* | Fixed the "pre-link hook" so it actually works, mainly by renaming it | Greg Ward | 2000-06-25 | 1 | -41/+33 |
|
|
* | Fixed a few silly bugs in my SWIG support code. (Hey, I said it was | Greg Ward | 2000-06-25 | 1 | -3/+5 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 1 | -3/+7 |
|
|
* | Experimental, completely untested SWIG support. | Greg Ward | 2000-06-24 | 1 | -5/+74 |
|
|
* | Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()', | Greg Ward | 2000-06-17 | 1 | -36/+63 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 1 | -0/+5 |
|
|
* | Overhauled to expect 'self.extensions' (taken from 'ext_modules' in the | Greg Ward | 2000-05-31 | 1 | -66/+128 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -2/+2 |
|
|
* | Rene Liebscher: check if the extension file (.so or .pyd) is | Greg Ward | 2000-05-26 | 1 | -19/+24 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Harry Henry Gebel: get extra compiler flags from the CFLAGS environment | Gregory P. Smith | 2000-05-13 | 1 | -0/+8 |
|
|
* | From Lyle Johnson: renamed 'implib_dir' to 'implib_file', and | Gregory P. Smith | 2000-05-13 | 1 | -7/+5 |
|
|
* | Fix from Lyle Johnson: add the '--compiler' option. | Gregory P. Smith | 2000-05-12 | 1 | -2/+11 |
|
|
* | Added comment about the MSVC-specific kludge. | Greg Ward | 2000-05-09 | 1 | -0/+10 |
|
|
* | Added the ability to sneak extra flags onto the C compiler command line | Greg Ward | 2000-05-06 | 1 | -1/+3 |
|
|
* | Cleaned up/simplified error-handling: | Greg Ward | 2000-04-15 | 1 | -6/+6 |
|
|
* | Use 'get_python_inc()' to figure out the Python include directories | Greg Ward | 2000-04-14 | 1 | -8/+5 |
|
|
* | Added '--force' option -- very clear what it means for building (ignore | Greg Ward | 2000-04-10 | 1 | -1/+5 |
|
|
* | Patch (mostly) from Thomas Heller for building on Windows: | Greg Ward | 2000-03-31 | 1 | -11/+36 |
|
|
* | Oops: 'build_extensions()' no longer takes an 'extensions' list. | Greg Ward | 2000-03-30 | 1 | -1/+1 |
|
|
* | Put the Python "system" include dir last, rather than first. | Greg Ward | 2000-03-29 | 1 | -1/+3 |
|
|
* | Added 'get_outputs()' in prepartion for the 'bdist' command. | Greg Ward | 2000-03-29 | 1 | -8/+29 |
|
|
* | Fixed a bunch of screwed-up logic and inconsistent terminology. | Greg Ward | 2000-03-26 | 1 | -19/+33 |
|
|
* | Took out what looks like old debugging code that probably should never | Greg Ward | 2000-03-22 | 1 | -2/+1 |
|
|
* | In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. | Greg Ward | 2000-03-18 | 1 | -0/+3 |
|
|
* | Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. | Greg Ward | 2000-03-06 | 1 | -3/+4 |
|
|
* | Renamed 'build_lib' command to 'build_clib': | Greg Ward | 2000-03-02 | 1 | -3/+3 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | If the "build_lib" command built any C libraries, link with them all | Greg Ward | 2000-03-02 | 1 | -3/+12 |
|
|
* | Build reorg: | Greg Ward | 2000-03-01 | 1 | -16/+41 |
|
|
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 1 | -5/+5 |
|
|
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -19/+20 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 1 | -1/+1 |
|
|
* | Path from Thomas Heller: resurrect the .def file kludge while preserving the | Greg Ward | 2000-02-10 | 1 | -2/+14 |
|
|
* | Added 'debug' option, and changed compile/link calls to use it. | Greg Ward | 2000-02-09 | 1 | -4/+12 |
|
|
* | Ditch .def file kludge for (much smaller) /export option kludge. | Greg Ward | 2000-02-08 | 1 | -12/+1 |
|
|
* | Tweaked various comments, docstrings, and error messages. | Greg Ward | 2000-02-05 | 1 | -2/+12 |
|
|
* | Improved an error message. | Greg Ward | 2000-02-03 | 1 | -2/+5 |
|
|
* | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 1 | -5/+10 |
|
|
* | Changed 'build_extensions()' so 'sources' can be a list or tuple; and | Greg Ward | 1999-12-12 | 1 | -3/+4 |
|
|
* | Pass 'force' flag to 'new_compiler()'. | Greg Ward | 1999-10-03 | 1 | -2/+3 |
|
|
* | Added 'package' option. | Greg Ward | 1999-09-29 | 1 | -7/+44 |
|
|
* | Some option changes: | Greg Ward | 1999-09-21 | 1 | -17/+30 |
|
|
* | Added support for 'package' option, including where to link the | Greg Ward | 1999-09-13 | 1 | -8/+11 |
|
|
* | Changed to reflect the new "command options" regime -- in particular, | Greg Ward | 1999-09-08 | 1 | -7/+15 |
|
|
* | Patch from Perry Stoll: pass 'build_info' to link method. | Greg Ward | 1999-08-29 | 1 | -2/+1 |
|
|
* | Implements the 'build_ext' command for building C/C++ extension modules. | Greg Ward | 1999-08-14 | 1 | -0/+192 |
|
|