| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't assume GNU tar -- generate tar file and compress in separate steps. | Greg Ward | 1999-10-23 | 1 | -12/+23 |
|
|
* | Removed massive comment speculating about needlessly complex variations | Greg Ward | 1999-10-23 | 1 | -139/+0 |
|
|
* | Qualified use of 'newer_group' function. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
* | Fix how we run 'zip' -- give explicit .zip extension. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
* | Filter 'glob()' results so we only look at regular files. | Greg Ward | 1999-10-03 | 1 | -2/+2 |
|
|
* | Pass 'force' flag to 'new_compiler()'. | Greg Ward | 1999-10-03 | 1 | -2/+3 |
|
|
* | Don't import what we don't use. | Greg Ward | 1999-10-03 | 1 | -1/+1 |
|
|
* | Tweaked verbosity messages for byte-compilation. | Greg Ward | 1999-10-03 | 2 | -4/+4 |
|
|
* | Added 'force' and 'quiet' (negative alias for 'verbose') to the | Greg Ward | 1999-10-03 | 1 | -83/+84 |
|
|
* | Fixed 'mkpath()' to normalize the path right off the bat -- cleans up | Greg Ward | 1999-10-03 | 1 | -5/+7 |
|
|
* | Hacked to support the notion of "negative alias" options, to handle | Greg Ward | 1999-10-03 | 1 | -3/+32 |
|
|
* | Catch up with changes in 'gen_lib_options()': | Greg Ward | 1999-10-03 | 1 | -5/+30 |
|
|
* | Fixed order of link options: object files now precede library stuff. | Greg Ward | 1999-10-03 | 1 | -21/+58 |
|
|
* | Slight change to the meaning of the 'libraries' list: if a library name | Greg Ward | 1999-10-03 | 1 | -14/+37 |
|
|
* | Added 'list_only' option (and modified 'run()' to respect it). | Greg Ward | 1999-09-29 | 1 | -1/+9 |
|
|
* | Added all documentation. | Greg Ward | 1999-09-29 | 1 | -13/+106 |
|
|
* | New command to generate source distribution based on a manifest file. | Greg Ward | 1999-09-29 | 1 | -0/+590 |
|
|
* | Added 'package' option. | Greg Ward | 1999-09-29 | 1 | -7/+44 |
|
|
* | Renamed 'dir' option to be consistent with other commands. | Greg Ward | 1999-09-29 | 1 | -35/+66 |
|
|
* | Renamed many options to be consistent across commands. | Greg Ward | 1999-09-29 | 5 | -41/+35 |
|
|
* | Catch up with latest changes in CCompiler: | Greg Ward | 1999-09-29 | 1 | -58/+45 |
|
|
* | Catch up with latest changes in CCompiler: | Greg Ward | 1999-09-29 | 1 | -10/+22 |
|
|
* | Added 'extra_preargs' and 'extra_postargs' parameters to most methods, | Greg Ward | 1999-09-29 | 1 | -47/+94 |
|
|
* | More tweaks to 'mkpath()': | Greg Ward | 1999-09-29 | 1 | -0/+5 |
|
|
* | Added 'ready' flag and 'ensure_ready()' method to Command: together | Greg Ward | 1999-09-29 | 1 | -28/+53 |
|
|
* | Added docstring and RCS id (apparently some Windows tar extractors | Greg Ward | 1999-09-22 | 1 | -0/+11 |
|
|
* | Ditched the whole notion of "alias options": this meant dropping the | Greg Ward | 1999-09-21 | 1 | -39/+21 |
|
|
* | Added 'write_file()' function. | Greg Ward | 1999-09-21 | 1 | -1/+22 |
|
|
* | In 'link_shared_object()', try to be less sensitive to missing input files | Greg Ward | 1999-09-21 | 1 | -1/+11 |
|
|
* | Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). | Greg Ward | 1999-09-21 | 1 | -0/+8 |
|
|
* | Added docstring, brought __all__ up-to-date. | Greg Ward | 1999-09-21 | 1 | -2/+19 |
|
|
* | Added 'install_path' option for giving non-packagized module | Greg Ward | 1999-09-21 | 1 | -12/+82 |
|
|
* | Only run build_py if we have pure Python modules, and build_ext if we | Greg Ward | 1999-09-21 | 1 | -5/+9 |
|
|
* | Some option changes: | Greg Ward | 1999-09-21 | 1 | -17/+30 |
|
|
* | Basically a complete rewrite to support dealing with modules in whole | Greg Ward | 1999-09-21 | 1 | -36/+197 |
|
|
* | Changed selection of installation directories (in 'set_final_options()') | Greg Ward | 1999-09-13 | 2 | -12/+28 |
|
|
* | Straightened up the selection of installation directories for platform- | Greg Ward | 1999-09-13 | 1 | -31/+21 |
|
|
* | Added support for 'package' option, including where to link the | Greg Ward | 1999-09-13 | 1 | -8/+11 |
|
|
* | Comment addition. | Greg Ward | 1999-09-13 | 1 | -0/+3 |
|
|
* | Now run 'build_ext'. | Greg Ward | 1999-09-13 | 1 | -2/+2 |
|
|
* | Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). | Greg Ward | 1999-09-13 | 1 | -22/+83 |
|
|
* | New command -- install_ext to install extension modules. | Greg Ward | 1999-09-13 | 1 | -0/+38 |
|
|
* | Added 'newer_pairwise()' and 'newer_group()'. | Greg Ward | 1999-09-13 | 1 | -16/+133 |
|
|
* | Added 'output_dir' attribute, and 'output_dir' parameter to several method | Greg Ward | 1999-09-13 | 1 | -6/+33 |
|
|
* | Fixed some goofs in 'alias_options'. | Greg Ward | 1999-09-13 | 1 | -2/+15 |
|
|
* | Changed to reflect the new "command options" regime -- in particular, | Greg Ward | 1999-09-08 | 2 | -14/+22 |
|
|
* | Careful rethink of command options, distribution options, distribution | Greg Ward | 1999-09-08 | 1 | -26/+108 |
|
|
* | Ditched redundant docstrings and comments (overlap with ccompiler.py). | Greg Ward | 1999-09-08 | 1 | -111/+20 |
|
|
* | Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're | Greg Ward | 1999-09-08 | 1 | -68/+8 |
|
|
* | os.name is "posix" or "nt" or we don't care. | Greg Ward | 1999-09-08 | 1 | -1/+97 |
|
|