More robust reading of VCComponents.dat. (Chad Austin)
[scons.git] / src / engine / SCons / Tool / msvc.py
2004-02-08 stevenknightMore robust reading of VCComponents.dat. (Chad Austin)
2004-01-16 stevenknightFix an incorrect registry lookup in msvc.py.
2004-01-10 stevenknightMake the static/shared object check work even if the...
2003-12-02 stevenknightMSVC fix for pre-2.3 Python versions. (Charles Crain)
2003-11-18 stevenknightEnsure that the ENV values are all strings. (Anthony...
2003-11-10 stevenknightUse sys.stdout.write() instead of print so line feeds...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-09-17 stevenknightSupport Jar manifest files and the -C option. Tool...
2003-08-16 stevenknightFix tool problems with xilink and linkloc.
2003-08-03 stevenknightRefactor extension splitting to make it more flexible...
2003-08-02 stevenknightAdd support for a platform-independent CPPDEFINES variable.
2003-08-01 stevenknightAdd /TP to CXXFLAGS for msvc. Win32 portability fixes...
2003-06-14 stevenknightMSVS documentation, remove unnecessary exceptions,...
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-02-04 stevenknightFixes for compiling with MSVC when running cygwin Pytho...
2003-01-30 stevenknightWin32 portability.
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-18 stevenknightMake shared/static objects less irritating. (Anthony...
2003-01-16 stevenknightUpdate Copyright years.
2002-10-21 stevenknightAdd MSVC .res builder. (Anthony Roach)
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-09-05 stevenknightRefactor SCons.Util.Detect() into an Environment method.
2002-09-05 stevenknightFix the tests that broke from the tool auto-detect...
2002-08-29 stevenknightDynamically check for the existence of utilities. ...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)