summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/unixccompiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* Serious overhaul of the C compiler interface and the two classes thatGreg Ward2000-03-061-185/+52
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* In the 'compile()' method: preserve the directory portion of sourceGreg Ward2000-03-021-2/+7
* In compile/link methods: ensure that the directory we expect to be writing toGreg Ward2000-03-011-1/+6
* Typecheck 'output_dir' argument to compile/link methods.Greg Ward2000-02-101-0/+6
* Added 'debug' flags to compile and link methods, and modified code to addGreg Ward2000-02-091-1/+13
* Changed 'compile()' method to compile files one-at-a-time -- gives betterGreg Ward2000-02-031-28/+21
* Abstracted '_fix_link_args()' out of 'link_shared_object()'.Greg Ward2000-01-091-37/+133
* In 'compile()' method, renamed 'includes' parameter to 'include_dirs' forGreg Ward1999-12-121-6/+16
* Fixed order of link options: object files now precede library stuff.Greg Ward1999-10-031-21/+58
* Catch up with latest changes in CCompiler:Greg Ward1999-09-291-10/+22
* In 'link_shared_object()', try to be less sensitive to missing input filesGreg Ward1999-09-211-1/+11
* Added 'output_dir' parameter to 'compile()' and 'link_shared_object().Greg Ward1999-09-131-22/+83
* Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they'reGreg Ward1999-09-081-68/+8
* Patch from Perry Stoll: caught up with changes in CCompiler necessary (?)Greg Ward1999-08-291-8/+21
* Changed to use 'spawn()', now that it exists.Greg Ward1999-08-141-24/+62
* The first concrete subclass of CCompiler: defines a barebones Unix C compiler.Greg Ward1999-07-101-0/+192