- 01 Mar, 2000 7 commits
-
-
Greg Ward authored
exists before calling the compiler/linker.
-
Greg Ward authored
the compiler objects 'verbose' and 'dry_run' flags.
-
Greg Ward authored
'Distribution.find_command_obj()'.
-
Greg Ward authored
platform, using 'os.uname()' or 'sys.platform'.
-
Greg Ward authored
* 'build_dir' -> 'build_lib', which by default takes its value straight from 'build_lib' in the 'build' command * added 'build_temp' and 'inplace' options * change 'build_extensions()' to put object files (compiler turds) in 'build_temp' dir * complicated the name-of-extension-file shenanigans in 'build_extensions()' to support "in-place" extension building, i.e. put the extension right into the source tree (handy for developers) * added 'get_ext_fullname()', renamed 'extension_filename()' to 'get_ext_filename()', and tweaked the latter a bit -- all to support the new filename shenanigans
-
Greg Ward authored
* 'build_lib' -> 'build_purelib' * new 'build_lib' and 'build_temp' options * use 'get_platform()' to initialize 'build_platlib' and 'build_temp'
-
Greg Ward authored
-
- 26 Feb, 2000 2 commits
- 24 Feb, 2000 1 commit
-
-
Greg Ward authored
-
- 18 Feb, 2000 7 commits
-
-
Greg Ward authored
'set_final_options()' to 'initialize_options()' and 'finalize_options()'.
-
Greg Ward authored
'set_final_options()' to 'finalize_options()'.
-
Greg Ward authored
Related docstring changes. Unrelated comment changes.
-
Greg Ward authored
-
Greg Ward authored
in 'find_command_class()' method.
-
Greg Ward authored
command itself: no more of this "FooBar class for foo_bar command" silliness.
-
Greg Ward authored
-
- 17 Feb, 2000 2 commits
- 11 Feb, 2000 2 commits
-
-
Greg Ward authored
'get_msvc_paths()'. Renamed '_do_SET()' to 'set_path_env_var()', tweaked docstring, and cosmetically tweaked code. Stylistic changes to MSVCCompiler constructor (variable renaming and type consistency).
-
Greg Ward authored
* tweak my docstrings * fix None returns to empty list * reshuffle responsibilities between '_find_exe()', '_find_SET()', and the MSVCCompiler constructor -- now the constructor worries about fetching the version list and determining the most recent one * added "/W3" compile option Also, I added/tweaked some docstrings.
-
- 10 Feb, 2000 4 commits
-
-
Greg Ward authored
function names, dbetter (hopefully) ocstrings, and comments.
-
Greg Ward authored
-
Greg Ward authored
/export option mini-kludge.
-
Greg Ward authored
* don't need to mention python<ver>.lib -- it's done by a pragma * add debug flags for compile and link, and use them * fix 'link_shared_library()' to pass everything to 'link_shared_object()' * change filename when shared object with debug info (ugh)
-
- 09 Feb, 2000 5 commits
-
-
Greg Ward authored
-
Greg Ward authored
to fallback to if the user doesn't set it for those commands.
-
Greg Ward authored
someone who knows Windows/MSVC++ to come along and add the right flags. Comment noting that 'link_static_lib()' signature is inconsistent with the other compiler classes (uh-oh!)
-
Greg Ward authored
'-g' flag to compiler/linker command lines when it's true.
-
Greg Ward authored
Doc fix: several paragraphs under 'link_static_lib()' moved to 'link_shared_lib()', where they belong.
-
- 08 Feb, 2000 3 commits
-
-
Fred Drake authored
_init_nt(): Use get_config_h_filename() instead of figuring out the name directly. g['SO'] should be set to '.pyd'. Adjust some minor coding nits.
-
Greg Ward authored
harder to find the MSVC compiler (mainly by using the registry).
-
Greg Ward authored
-
- 05 Feb, 2000 4 commits
- 03 Feb, 2000 2 commits
- 02 Feb, 2000 1 commit
-
-
Greg Ward authored
-