| Commit message (Expand) | Author | Age | Files | Lines |
* | Added 'debug' flag to 'find_library_file()'. | Greg Ward | 2000-08-04 | 1 | -1/+1 |
|
|
* | Fix to call 'library_filename()' instead of the non-existent | Greg Ward | 2000-07-27 | 1 | -3/+5 |
|
|
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 1 | -3/+8 |
|
|
* | Got rid of direct dependence on the sysconfig module. Mainly, this | Greg Ward | 2000-06-25 | 1 | -67/+35 |
|
|
* | Added 'preprocess()' method to CCompiler interface, and implemented | Greg Ward | 2000-06-21 | 1 | -0/+32 |
|
|
* | Import exceptions from errors.py, not ccompiler.py. | Greg Ward | 2000-05-30 | 1 | -3/+3 |
|
|
* | Changed to catch compile/link failures and raise CompileError, LibError, | Greg Ward | 2000-05-30 | 1 | -5/+22 |
|
|
* | Added support for the 'export_symbols' parameter to 'link_shared_object()' | Greg Ward | 2000-05-20 | 1 | -0/+3 |
|
|
* | Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) starts | Greg Ward | 2000-04-14 | 1 | -5/+7 |
|
|
* | Cleaned up use of sysconfig module a bit: don't import more names | Greg Ward | 2000-04-14 | 1 | -7/+13 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to | Greg Ward | 2000-03-26 | 1 | -9/+13 |
|
|
* | Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' | Greg Ward | 2000-03-18 | 1 | -2/+9 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()'. | Greg Ward | 2000-03-10 | 1 | -6/+6 |
|
|
* | Serious overhaul of the C compiler interface and the two classes that | Greg Ward | 2000-03-06 | 1 | -185/+52 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Typecheck 'output_dir' argument to compile/link methods. | Greg Ward | 2000-02-10 | 1 | -0/+6 |
|
|
* | Added 'debug' flags to compile and link methods, and modified code to add | Greg Ward | 2000-02-09 | 1 | -1/+13 |
|
|
* | Changed 'compile()' method to compile files one-at-a-time -- gives better | Greg Ward | 2000-02-03 | 1 | -28/+21 |
|
|
* | Abstracted '_fix_link_args()' out of 'link_shared_object()'. | Greg Ward | 2000-01-09 | 1 | -37/+133 |
|
|
* | In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for | Greg Ward | 1999-12-12 | 1 | -6/+16 |
|
|
* | Fixed order of link options: object files now precede library stuff. | Greg Ward | 1999-10-03 | 1 | -21/+58 |
|
|
* | Catch up with latest changes in CCompiler: | Greg Ward | 1999-09-29 | 1 | -10/+22 |
|
|
* | In 'link_shared_object()', try to be less sensitive to missing input files | Greg Ward | 1999-09-21 | 1 | -1/+11 |
|
|
* | Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). | Greg Ward | 1999-09-13 | 1 | -22/+83 |
|
|
* | Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're | Greg Ward | 1999-09-08 | 1 | -68/+8 |
|
|
* | Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) | Greg Ward | 1999-08-29 | 1 | -8/+21 |
|
|
* | Changed to use 'spawn()', now that it exists. | Greg Ward | 1999-08-14 | 1 | -24/+62 |
|
|
* | The first concrete subclass of CCompiler: defines a barebones Unix C compiler. | Greg Ward | 1999-07-10 | 1 | -0/+192 |
|
|