| Commit message (Expand) | Author | Age | Files | Lines |
* | Rene Liebscher/Thomas Heller: | Greg Ward | 2000-09-01 | 1 | -20/+22 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-09-01 | 1 | -13/+13 |
|
|
* | Rene Liebscher: comment fixes. | Greg Ward | 2000-09-01 | 1 | -2/+2 |
|
|
* | Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. | Greg Ward | 2000-09-01 | 1 | -0/+17 |
|
|
* | Bump version to 0.9.2. | Greg Ward | 2000-09-01 | 1 | -1/+1 |
|
|
* | Added 'run_setup()' to allow outsiders to run a setup script under | Greg Ward | 2000-09-01 | 1 | -1/+89 |
|
|
* | Add /GX to 'compile_options'. This is definitely needed for C++ source; | Greg Ward | 2000-08-31 | 1 | -2/+3 |
|
|
* | Add ".cxx" to the list of known C++ extensions. | Greg Ward | 2000-08-30 | 1 | -1/+1 |
|
|
* | Added docstring for 'wrap()' function. | Greg Ward | 2000-08-30 | 1 | -0/+5 |
|
|
* | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 4 | -37/+58 |
|
|
* | Fix line-endings. | Greg Ward | 2000-08-27 | 1 | -1/+1 |
|
|
* | New release of the Windows installer from Thomas Heller. | Greg Ward | 2000-08-26 | 1 | -283/+296 |
|
|
* | Bumped version to 0.9.2pre. | Greg Ward | 2000-08-26 | 1 | -1/+1 |
|
|
* | In 'check_extensions_list()': when converting old-style 'buildinfo' dict, | Greg Ward | 2000-08-26 | 1 | -1/+3 |
|
|
* | Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of | Greg Ward | 2000-08-22 | 1 | -2/+0 |
|
|
* | Ensure destination directory exists before trying to create a tarball | Greg Ward | 2000-08-22 | 1 | -2/+4 |
|
|
* | Bump version to 0.9.1. | Greg Ward | 2000-08-15 | 1 | -1/+1 |
|
|
* | Fixed the move-RPM-files hack so it knows about the '--binary-only' and | Greg Ward | 2000-08-15 | 1 | -8/+11 |
|
|
* | Added support for the '--dist-dir' option, including a mildly nasty | Greg Ward | 2000-08-15 | 1 | -4/+23 |
|
|
* | Fix long-hidden inconsistency in internal interface: 'find_modules()' now | Greg Ward | 2000-08-15 | 1 | -7/+2 |
|
|
* | Overhauld 'check_config_h()': now returns a (status, details) tuple, | Greg Ward | 2000-08-13 | 1 | -26/+45 |
|
|
* | Added a whinging comment about the ugliness of constructing the BCPP | Greg Ward | 2000-08-13 | 1 | -0/+10 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -18/+23 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -4/+3 |
|
|
* | get_export_symbols() changed, adds now module init function if not given | Greg Ward | 2000-08-13 | 1 | -8/+4 |
|
|
* | Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). | Greg Ward | 2000-08-13 | 1 | -1/+1 |
|
|
* | Typo fix in docstring. | Greg Ward | 2000-08-13 | 1 | -2/+1 |
|
|
* | Fix references to functions formerly imported from 'util'. | Greg Ward | 2000-08-13 | 1 | -20/+23 |
|
|
* | Fix so 'split_quoted()' handles any whitespace delimiter (not just space). | Greg Ward | 2000-08-08 | 1 | -2/+2 |
|
|
* | Fix so the 'install_libbase' directory -- where .pth files are installed -- | Greg Ward | 2000-08-07 | 1 | -1/+1 |
|
|
* | Fix so we clear or reinitialize various data structures before populating | Greg Ward | 2000-08-07 | 1 | -0/+5 |
|
|
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 7 | -16/+18 |
|
|
* | Drop the 'extend()' function -- old 1.5.1 compatibility hack that | Greg Ward | 2000-08-05 | 1 | -20/+0 |
|
|
* | Added 'debug_print()'. | Greg Ward | 2000-08-04 | 1 | -0/+5 |
|
|
* | Rewrote 'find_library_file()' much more cleanly (and consistently with | Greg Ward | 2000-08-04 | 1 | -18/+16 |
|
|
* | Added 'debug' flag to 'find_library_file()', and changed code to handle it. | Greg Ward | 2000-08-04 | 1 | -6/+11 |
|
|
* | Added 'debug' flag to 'find_library_file()'. | Greg Ward | 2000-08-04 | 2 | -4/+6 |
|
|
* | Typo fix. | Greg Ward | 2000-08-02 | 1 | -1/+1 |
|
|
* | Added 'wininst' to the 'format_commands' list, so it's included in | Greg Ward | 2000-08-02 | 1 | -3/+6 |
|
|
* | Added 'execute()' method, a thin wrapper around 'util.execute() (just like | Greg Ward | 2000-08-02 | 1 | -1/+4 |
|
|
* | Replaced 'execute()' method with a thin wrapper around 'util.execute()'. | Greg Ward | 2000-08-02 | 1 | -25/+1 |
|
|
* | Added the 'execute()' function (moved here from cmd.py with minor tweakage). | Greg Ward | 2000-08-02 | 1 | -0/+26 |
|
|
* | Rene Liebscher: fix 'skipping byte-compilation' message for grammatical | Greg Ward | 2000-08-02 | 1 | -1/+1 |
|
|
* | Latest version from Rene Liebscher; major changes: | Greg Ward | 2000-08-02 | 1 | -107/+230 |
|
|
* | Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. | Greg Ward | 2000-08-02 | 1 | -17/+1 |
|
|
* | Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. | Greg Ward | 2000-08-02 | 1 | -13/+30 |
|
|
* | Patch from Rene Liebscher. Some ugly changes, but supposedly this makes | Greg Ward | 2000-08-02 | 1 | -29/+70 |
|
|
* | Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. | Greg Ward | 2000-08-02 | 1 | -10/+0 |
|
|
* | Removed 'export_symbol_file'. | Greg Ward | 2000-08-02 | 1 | -8/+1 |
|
|
* | Ditched some debugging prints. | Greg Ward | 2000-08-02 | 1 | -3/+0 |
|
|