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
/
unixccompiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
[prev]