summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* Lyle Johnson: added stubs for the four miscellaneous methods that must beGreg Ward2000-05-201-0/+27
* Added support for the 'export_symbols' parameter to 'link_shared_object()'Greg Ward2000-05-201-1/+9
* Added 'runtime_library_dirs' parameter to 'link_*()' methods.Greg Ward2000-03-261-28/+43
* Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'Greg Ward2000-03-181-1/+4
* Renamed 'link_static_lib() to 'create_static_lib()'.Greg Ward2000-03-101-12/+13
* Serious overhaul of the C compiler interface and the two classes thatGreg Ward2000-03-061-47/+243
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that addsGreg Ward2000-03-011-1/+4
* Added 'debug' flag to compile and link method signatures.Greg Ward2000-02-091-23/+43
* Removed a bunch of irrelevant parameters from 'link_static_lib()' signature.Greg Ward2000-01-091-8/+18
* Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.Greg Ward1999-12-121-6/+6
* Slight change to the meaning of the 'libraries' list: if a library nameGreg Ward1999-10-031-14/+37
* Added 'extra_preargs' and 'extra_postargs' parameters to most methods,Greg Ward1999-09-291-47/+94
* Typecheck elements of 'macros' parameter in 'gen_preprocess_options().Greg Ward1999-09-211-0/+8
* Added 'output_dir' attribute, and 'output_dir' parameter to several methodGreg Ward1999-09-131-6/+33
* os.name is "posix" or "nt" or we don't care.Greg Ward1999-09-081-1/+97
* Patch from Perry Stoll:Greg Ward1999-08-291-6/+19
* Added 'verbose' and 'dry_run' flags to CCompiler constructor andGreg Ward1999-08-141-15/+64
* The abstract base class that defines the C/C++ compiler abstraction model.Greg Ward1999-07-101-0/+313