index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
ccompiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Lyle Johnson: added stubs for the four miscellaneous methods that must be
Greg Ward
2000-05-20
1
-0/+27
*
Added support for the 'export_symbols' parameter to 'link_shared_object()'
Greg Ward
2000-05-20
1
-1/+9
*
Added 'runtime_library_dirs' parameter to 'link_*()' methods.
Greg Ward
2000-03-26
1
-28/+43
*
Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'
Greg Ward
2000-03-18
1
-1/+4
*
Renamed 'link_static_lib() to 'create_static_lib()'.
Greg Ward
2000-03-10
1
-12/+13
*
Serious overhaul of the C compiler interface and the two classes that
Greg Ward
2000-03-06
1
-47/+243
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds
Greg Ward
2000-03-01
1
-1/+4
*
Added 'debug' flag to compile and link method signatures.
Greg Ward
2000-02-09
1
-23/+43
*
Removed a bunch of irrelevant parameters from 'link_static_lib()' signature.
Greg Ward
2000-01-09
1
-8/+18
*
Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.
Greg Ward
1999-12-12
1
-6/+6
*
Slight change to the meaning of the 'libraries' list: if a library name
Greg Ward
1999-10-03
1
-14/+37
*
Added 'extra_preargs' and 'extra_postargs' parameters to most methods,
Greg Ward
1999-09-29
1
-47/+94
*
Typecheck elements of 'macros' parameter in 'gen_preprocess_options().
Greg Ward
1999-09-21
1
-0/+8
*
Added 'output_dir' attribute, and 'output_dir' parameter to several method
Greg Ward
1999-09-13
1
-6/+33
*
os.name is "posix" or "nt" or we don't care.
Greg Ward
1999-09-08
1
-1/+97
*
Patch from Perry Stoll:
Greg Ward
1999-08-29
1
-6/+19
*
Added 'verbose' and 'dry_run' flags to CCompiler constructor and
Greg Ward
1999-08-14
1
-15/+64
*
The abstract base class that defines the C/C++ compiler abstraction model.
Greg Ward
1999-07-10
1
-0/+313
[prev]