- 07 Tem, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 05 Tem, 2000 4 kayıt (commit)
- 29 Haz, 2000 4 kayıt (commit)
-
-
Greg Ward yazdı
misc/install.c, still needs to be updated, and it looks like a non-trivial change.
-
Greg Ward yazdı
otherwise just generate an '/export:' option.
-
Greg Ward yazdı
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 yazdı
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 Haz, 2000 4 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Greg Ward yazdı
'link_shared_object()'.
-
Greg Ward yazdı
command objects. Various formatting tweaks, typo fixes in comments.
-
Greg Ward yazdı
-
- 27 Haz, 2000 5 kayıt (commit)
-
-
Greg Ward yazdı
the 'implib_dir' attribute is back (only on NT, of course).
-
Greg Ward yazdı
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 yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Added 'check_lib()', which provides a subset of the functionality of 'check_func()' with a simpler interface and implementation.
-
- 25 Haz, 2000 4 kayıt (commit)
-
-
Greg Ward yazdı
Ensure that 'extra_args' (whether compile or link args) is never None.
-
Greg Ward yazdı
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()'.
-
Greg Ward yazdı
-
Greg Ward yazdı
experimental and untested.) Call 'customize_compiler()' after getting CCompiler object.
-
- 24 Haz, 2000 5 kayıt (commit)
-
-
Greg Ward yazdı
Tweaked help text.
-
Greg Ward yazdı
the "install_data" command to the installation base, which is usually just sys.prefix. (Any setup scripts out there that specify data files will have to set the installation directory, relative to the base, explicitly.)
-
Greg Ward yazdı
in the module of the command classes that have command-specific help options. This lets us keep the principle of lazily importing the ccompiler module, and also gets away from defining non-methods at class level.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
- 21 Haz, 2000 5 kayıt (commit)
-
-
Greg Ward yazdı
manifest, regenerate the manifest.
-
Greg Ward yazdı
-
Greg Ward yazdı
(Bug spotted and originally fixed by Rene Liebscher; fix redone by me.)
-
Greg Ward yazdı
'install_headers'.
-
Greg Ward yazdı
'try_cpp()', 'search_cpp()', and 'check_header()'. This is enough that the base config is actually useful for implementing a real config command, specifically one for mxDateTime.
-
- 17 Haz, 2000 2 kayıt (commit)
- 08 Haz, 2000 6 kayıt (commit)
-
-
Greg Ward yazdı
passed None.
-
Greg Ward yazdı
-
Greg Ward yazdı
template into a new method 'prune_file_list()', called from 'get_file_list()' rather than 'read_manifest()' -- this keeps 'read_manifest()' more general. Deleted the redundant call to 'exclude_pattern()' in 'make_distribution()' -- this had the same intention as 'prune_file_list()', but was incomplete (only pruned the release tree, not the build tree) and in the wrong place (the prune wouldn't be reflected in the manifest file).
-
Greg Ward yazdı
Deleted old, commented-out 'exclude_pattern()' method.
-
Greg Ward yazdı
-
Greg Ward yazdı
-