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
/
msvccompiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 'link_executable()' method (Berthold Hoellmann).
Greg Ward
2000-04-19
1
-3/+48
*
Cleaned up/simplified error-handling:
Greg Ward
2000-04-15
1
-0/+3
*
Fixed my simplification to Thomas' patch: winreg and win32api export the same
Greg Ward
2000-03-31
1
-8/+13
*
Simplified Thomas Heller's registry patch: just assign all those
Greg Ward
2000-03-31
1
-32/+32
*
Patch from Thomas Heller: use the new winreg module if available.
Greg Ward
2000-03-31
1
-24/+47
*
Don't perpetrate the "_d" hack for naming debugging extensions -- that's
Greg Ward
2000-03-31
1
-4/+0
*
Don't put Python's library directory into the library search path -- that's
Greg Ward
2000-03-31
1
-3/+0
*
Call 'find_exe()', not '_find_exe()'.
Greg Ward
2000-03-29
1
-3/+3
*
Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that
Greg Ward
2000-03-26
1
-6/+11
*
Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'
Greg Ward
2000-03-18
1
-1/+7
*
Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create
Greg Ward
2000-03-10
1
-25/+15
*
Serious overhaul of the C compiler interface and the two classes that
Greg Ward
2000-03-06
1
-130/+105
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Ditched '_find_SET()', since it was a no-value-added wrapper around
Greg Ward
2000-02-11
1
-23/+14
*
Latest patch from Thomas Heller/Robin Becker:
Greg Ward
2000-02-11
1
-47/+68
*
Stylistic changes to the registry-grovelling code: code formatting, changed
Greg Ward
2000-02-10
1
-23/+51
*
Patch from Thomas heller:
Greg Ward
2000-02-10
1
-11/+33
*
Added 'debug' flags to compile and link methods, and added dummy code for
Greg Ward
2000-02-09
1
-3/+13
*
Revised version (thank to Thomas Heller and Robin Becker) that tries a lot
Greg Ward
2000-02-08
1
-3/+98
*
Removed /GD switch -- currently ignored by MSVC.
Greg Ward
2000-01-17
1
-1/+1
*
Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded
Greg Ward
2000-01-17
1
-1/+1
*
Fix library filename methods -- there is no 'lib' prefix under DOS/Windows.
Greg Ward
2000-01-17
1
-5/+2
*
Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.
Greg Ward
1999-12-12
1
-5/+6
*
Catch up with changes in 'gen_lib_options()':
Greg Ward
1999-10-03
1
-5/+30
*
Catch up with latest changes in CCompiler:
Greg Ward
1999-09-29
1
-58/+45
*
Ditched redundant docstrings and comments (overlap with ccompiler.py).
Greg Ward
1999-09-08
1
-111/+20
*
Added msvccompiler module exactly as supplied by Perry Stoll.
Greg Ward
1999-08-29
1
-0/+317