- 30 Jul, 2000 3 commits
-
-
Greg Ward authored
'_parse_template_line()'.
-
Greg Ward authored
Indentation/whitspace fixes.
-
Greg Ward authored
the filesystem, and filtering the list by applying various patterns. Initial revision (almost) as supplied in a patch by Rene Liebscher; I just renamed the class from Template to FileList, and the module accordingly.
-
- 27 Jul, 2000 5 commits
- 14 Jul, 2000 1 commit
-
-
Andrew M. Kuchling authored
-
- 07 Jul, 2000 1 commit
-
-
Jeremy Hylton authored
-
- 05 Jul, 2000 4 commits
- 30 Jun, 2000 2 commits
- 29 Jun, 2000 7 commits
-
-
Greg Ward authored
misc/install.c, still needs to be updated, and it looks like a non-trivial change.
-
Greg Ward authored
otherwise just generate an '/export:' option.
-
Greg Ward authored
fail do we try for win32api/win32con. If *those* both fail, then we don't have registry access. Phew!
-
Greg Ward authored
-
Greg Ward authored
More reformatting by me. Also added some editorial comments.
-
Greg Ward authored
we can run "sdist" on a distribution with old-style extension structures even if we haven't built it yet. Bug spotted by Harry Gebel.
-
Greg Ward authored
Changed 'prune_file_list()' so it also prunes out RCS and CVS directories. Added 'is_regex' parameter to 'select_pattern()', 'exclude_pattern()', and 'translate_pattern()', so that you don't have to be constrained by the simple shell-glob-like pattern language, and can escape into full-blown regexes when needed. Currently this is only available in code -- it's not exposed in the manifest template mini-language. Added 'prune' option (controlled by --prune and --no-prune) to determine whether we call 'prune_file_list()' or not -- it's true by default. Fixed 'negative_opt' -- it was misnamed and not being seen by dist.py. Added --no-defaults to the option table, so it's seen by FancyGetopt.
-
- 28 Jun, 2000 7 commits
-
-
Jeremy Hylton authored
-
Greg Ward authored
'link_shared_object()'.
-
Greg Ward authored
methods (but not 'link_executable()', hmmm). Currently only used by BCPPCompiler; it's a dummy parameter for UnixCCompiler and MSVCCompiler. Also added 'bcpp' to compiler table used by 'new_compiler()'.
-
Greg Ward authored
-
Greg Ward authored
Two major points: * lots of overlap with MSVCCompiler; the common code really should be factored out into a base class, say WindowsCCompiler * it doesn't work: weird problem spawning the linker (see comment for details)
-
Greg Ward authored
command objects. Various formatting tweaks, typo fixes in comments.
-
Greg Ward authored
-
- 27 Jun, 2000 7 commits
-
-
Greg Ward authored
-
Greg Ward authored
Ditched my old code that fixed relative paths in the Makefile -- didn't work, doomed to failure, etc.
-
Greg Ward authored
the 'implib_dir' attribute is back (only on NT, of course).
-
Greg Ward authored
Also supposedly made some change to where .lib files wind up under MSVC++, but I don't understand how to code is doing what Thomas says it's doing.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Added 'check_lib()', which provides a subset of the functionality of 'check_func()' with a simpler interface and implementation.
-
- 25 Jun, 2000 3 commits
-
-
Greg Ward authored
doesn't blow up. We don't currently use the 'set_executables()' bureaucracy, although it would be nice to do so for consistency with UnixCCompiler.
-
Greg Ward authored
Ensure that 'extra_args' (whether compile or link args) is never None.
-
Greg Ward authored
to 'msvc_prelink_hack()', adding the parameters that it actually needs, and only calling it for MSVC compiler objects. Generally gave up on the idea of a general "hook" mechanism: deleted the empty 'precompile_hook()'.
-