| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a bunch of screwed-up logic and inconsistent terminology. | Greg Ward | 2000-03-26 | 1 | -19/+33 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that | Greg Ward | 2000-03-26 | 1 | -6/+11 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to | Greg Ward | 2000-03-26 | 1 | -9/+13 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods. | Greg Ward | 2000-03-26 | 1 | -28/+43 |
|
|
* | Import fix. | Greg Ward | 2000-03-23 | 1 | -1/+1 |
|
|
* | Fixed '_nt_quote_args()': backwards logic reversed, and now it actually | Greg Ward | 2000-03-23 | 1 | -2/+2 |
|
|
* | Fixed the class name. | Greg Ward | 2000-03-23 | 1 | -1/+1 |
|
|
* | Revised tons of comments to reflect the current state of affairs better. | Greg Ward | 2000-03-22 | 1 | -72/+39 |
|
|
* | Run 'install_lib' instead of 'install_py', and ditch 'install_ext' | Greg Ward | 2000-03-22 | 1 | -13/+4 |
|
|
* | Renamed install_py.py to install_lib.py, since it now handles installing all | Greg Ward | 2000-03-22 | 1 | -76/+0 |
|
|
* | Obsolete command -- no longer relevant since we now build all modules, pure | Greg Ward | 2000-03-22 | 1 | -43/+0 |
|
|
* | Dropped the evil and misguided 'set_peer_option()' method -- it's no | Greg Ward | 2000-03-22 | 1 | -20/+0 |
|
|
* | Dropped any notion of allowing the user to specify the build directories: | Greg Ward | 2000-03-22 | 1 | -13/+10 |
|
|
* | Improved an error message in 'mkpath()'. | Greg Ward | 2000-03-22 | 1 | -7/+47 |
|
|
* | Renamed 'install_path' to 'extra_path'. | Greg Ward | 2000-03-22 | 1 | -2/+6 |
|
|
* | Yet another complete rewrite. Hopefully the *last* complete rewrite of | Greg Ward | 2000-03-22 | 1 | -129/+299 |
|
|
* | Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- | Greg Ward | 2000-03-22 | 1 | -2/+2 |
|
|
* | Took out what looks like old debugging code that probably should never | Greg Ward | 2000-03-22 | 1 | -2/+1 |
|
|
* | Simplified doc string. | Greg Ward | 2000-03-18 | 1 | -11/+2 |
|
|
* | Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- | Greg Ward | 2000-03-18 | 1 | -2/+3 |
|
|
* | Tweaked all over: | Greg Ward | 2000-03-18 | 1 | -9/+29 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-18 | 1 | -16/+2 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. | Greg Ward | 2000-03-18 | 1 | -1/+20 |
|
|
* | Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-18 | 1 | -0/+44 |
|
|
* | In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. | Greg Ward | 2000-03-18 | 1 | -0/+3 |
|
|
* | Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' | Greg Ward | 2000-03-18 | 3 | -4/+20 |
|
|
* | Catch up with change to CCompiler API: call 'create_static_lib()', not | Greg Ward | 2000-03-10 | 1 | -3/+3 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create | Greg Ward | 2000-03-10 | 1 | -25/+15 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()'. | Greg Ward | 2000-03-10 | 2 | -18/+19 |
|
|
* | There are a few places which can raise DistutilsPlatformError; make | Fred Drake | 2000-03-09 | 1 | -41/+54 |
|
|
* | Added Joe Van Andel's 'get_python_inc()', adapted by me to supply | Greg Ward | 2000-03-09 | 1 | -15/+80 |
|
|
* | Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): | Greg Ward | 2000-03-07 | 1 | -0/+11 |
|
|
* | Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. | Greg Ward | 2000-03-07 | 1 | -0/+22 |
|
|
* | Added 'native_path()' for use on pathnames from the setup script: split on | Greg Ward | 2000-03-07 | 1 | -0/+28 |
|
|
* | Added '_nt_quote_args()' to deal with whitespace in command-line arguments | Greg Ward | 2000-03-07 | 1 | -5/+22 |
|
|
* | Rewrote 'newer_pairwise(): more natural (and incompatible) interface, | Greg Ward | 2000-03-06 | 1 | -12/+13 |
|
|
* | Serious overhaul of the C compiler interface and the two classes that | Greg Ward | 2000-03-06 | 3 | -362/+400 |
|
|
* | Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. | Greg Ward | 2000-03-06 | 1 | -1/+0 |
|
|
* | Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. | Greg Ward | 2000-03-06 | 1 | -3/+4 |
|
|
* | Typo fix. | Greg Ward | 2000-03-03 | 1 | -1/+1 |
|
|
* | Fixed 'mkpath()' to accept empty string silently (it's just the current dir). | Greg Ward | 2000-03-03 | 1 | -9/+11 |
|
|
* | Renamed 'build_lib' command to 'build_clib': | Greg Ward | 2000-03-02 | 4 | -209/+7 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 20 | -20/+20 |
|
|
* | If the "build_lib" command built any C libraries, link with them all | Greg Ward | 2000-03-02 | 1 | -3/+12 |
|
|
* | Added command description. | Greg Ward | 2000-03-02 | 2 | -28/+96 |
|
|
* | In the 'compile()' method: preserve the directory portion of source | Greg Ward | 2000-03-02 | 1 | -2/+7 |
|
|
* | In compile/link methods: ensure that the directory we expect to be writing to | Greg Ward | 2000-03-01 | 1 | -1/+6 |
|
|
* | Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds | Greg Ward | 2000-03-01 | 1 | -1/+4 |
|
|
* | Added call to 'ensure_ready()' on the command object in | Greg Ward | 2000-03-01 | 1 | -0/+1 |
|
|
* | Added 'get_platform()' to construct a string that identifies the current | Greg Ward | 2000-03-01 | 1 | -1/+19 |
|
|