| Commit message (Expand) | Author | Age | Files | Lines |
* | Define the 'executables' class attribute so the CCompiler constructor | Greg Ward | 2000-06-25 | 1 | -1/+8 |
|
|
* | 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 |
|
|
* | Added PreprocessError and UnknownFileError (both used by CCompiler). | Greg Ward | 2000-06-25 | 1 | -1/+5 |
|
|
* | Call 'customize_compiler()' after getting CCompiler object. | Greg Ward | 2000-06-25 | 1 | -0/+2 |
|
|
* | Fixed a few silly bugs in my SWIG support code. (Hey, I said it was | Greg Ward | 2000-06-25 | 1 | -3/+5 |
|
|
* | Added the 'customize_compiler()' function, which plugs in the essential | Greg Ward | 2000-06-25 | 1 | -0/+20 |
|
|
* | Introduced some bureaucracy for setting and tracking the executables | Greg Ward | 2000-06-25 | 1 | -3/+58 |
|
|
* | Got rid of direct dependence on the sysconfig module. Mainly, this | Greg Ward | 2000-06-25 | 1 | -67/+35 |
|
|
* | Added 'split_quoted()' function to deal with strings that are quoted in | Greg Ward | 2000-06-24 | 1 | -0/+67 |
|
|
* | Docstring reformatting/tweaking binge. | Greg Ward | 2000-06-24 | 1 | -249/+253 |
|
|
* | Print a warning if we install a data file right in install_dir. | Greg Ward | 2000-06-24 | 1 | -3/+7 |
|
|
* | Changed the default installation directory for data files (used by | Greg Ward | 2000-06-24 | 1 | -4/+4 |
|
|
* | Changed 'object_filenames()' to raise exception instead of silently carrying | Greg Ward | 2000-06-24 | 1 | -1/+3 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 5 | -41/+56 |
|
|
* | More stylistic tweaks to the generic '--help-xxx' code. | Greg Ward | 2000-06-24 | 1 | -12/+15 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 7 | -42/+72 |
|
|
* | Experimental, completely untested SWIG support. | Greg Ward | 2000-06-24 | 1 | -5/+74 |
|
|
* | Revised docstring so 'sources' isn't necessarily all C/C++ files (to | Greg Ward | 2000-06-24 | 1 | -3/+5 |
|
|
* | Bastian Kleineidam: 'copy_file()' now returns the output filename, rather | Greg Ward | 2000-06-23 | 1 | -6/+5 |
|
|
* | Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two | Greg Ward | 2000-06-21 | 1 | -0/+181 |
|
|
* | Fix inspired by Rene Liebscher: if setup script is newer than the | Greg Ward | 2000-06-21 | 1 | -3/+26 |
|
|
* | Delete spurious comment. | Greg Ward | 2000-06-21 | 1 | -1/+0 |
|
|
* | Build the 'outfiles' list so 'get_outputs()' has something to return. | Greg Ward | 2000-06-21 | 2 | -5/+15 |
|
|
* | Rene Liebscher: when fixing up directories with an alternate root, include | Greg Ward | 2000-06-21 | 1 | -1/+2 |
|
|
* | Fleshed out and added a bunch of useful stuff, notably 'check_func()', | Greg Ward | 2000-06-21 | 1 | -32/+176 |
|
|
* | Oops, import 'grok_environment_error()'. | Greg Ward | 2000-06-21 | 1 | -0/+1 |
|
|
* | Added 'preprocess()' method to CCompiler interface, and implemented | Greg Ward | 2000-06-21 | 2 | -0/+48 |
|
|
* | 'get_platform()' now just returns 'sys.platform' on all platforms. | Greg Ward | 2000-06-18 | 1 | -12/+4 |
|
|
* | Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()', | Greg Ward | 2000-06-17 | 1 | -36/+63 |
|
|
* | Renamed PATH_CREATED to _path_created, on the grounds that it's private and | Greg Ward | 2000-06-17 | 1 | -8/+8 |
|
|
* | Changed 'remove_tree()' to use the new 'grok_environment_error()' function | Greg Ward | 2000-06-17 | 1 | -7/+6 |
|
|
* | Changed to use the new 'grok_environment_error()' function instead of | Greg Ward | 2000-06-17 | 1 | -10/+1 |
|
|
* | Added 'grok_environment_error()' function to deal with the various | Greg Ward | 2000-06-17 | 1 | -0/+20 |
|
|
* | Bastian Kleineidam: added 'remove_tree()' function. Needed so that | Greg Ward | 2000-06-17 | 1 | -10/+25 |
|
|
* | Fixed install directory for header files on Unix. | Greg Ward | 2000-06-17 | 1 | -1/+1 |
|
|
* | Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if | Greg Ward | 2000-06-08 | 1 | -0/+2 |
|
|
* | Include setup.cfg in the list of default files to distribute. | Greg Ward | 2000-06-08 | 1 | -1/+5 |
|
|
* | Moved the code that prunes the file list after reading the manifest | Greg Ward | 2000-06-08 | 1 | -9/+14 |
|
|
* | Renamed 'find_defaults()' to 'add_defaults()'. | Greg Ward | 2000-06-08 | 1 | -13/+5 |
|
|
* | Docstring addition binge. | Greg Ward | 2000-06-08 | 1 | -15/+44 |
|
|
* | Fixed so we print more than just the first line of help for options with | Greg Ward | 2000-06-08 | 1 | -3/+3 |
|
|
* | Docstring reformatting binge. | Greg Ward | 2000-06-08 | 1 | -28/+23 |
|
|
* | Cosmetic tweaks to imports, the 'show_formats()' function, and the | Greg Ward | 2000-06-08 | 1 | -11/+19 |
|
|
* | Made all debug output go through the 'debug_print()' method instead of | Greg Ward | 2000-06-08 | 1 | -75/+90 |
|
|
* | Added 'debug_print()' method (driven by DEBUG global from distutils.core). | Greg Ward | 2000-06-08 | 1 | -0/+9 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 8 | -25/+107 |
|
|
* | Always look for the system config file in the Distutils module directory, | Greg Ward | 2000-06-07 | 1 | -9/+12 |
|
|
* | Patch from Rene Liebscher: | Greg Ward | 2000-06-07 | 1 | -15/+16 |
|
|
* | First crack at the Distutils "config" command. Unlike other commands, this | Greg Ward | 2000-06-06 | 1 | -0/+180 |
|
|