Add support for Visual Studio 2005 Professional. Windows portability fixes for vario...
[scons.git] / src / engine / SCons / Tool / msvc.py
2006-02-12 stevenknightAdd support for Visual Studio 2005 Professional. Windo...
2006-01-20 stevenknightAdd support for Visual Studio 8, and multiple project...
2005-08-30 stevenknightFix unicode encoder errors.
2005-08-13 stevenknightHandle Visual Studio project and solution files in...
2005-02-14 stevenknightMove the canned Scanner objects out of Defaults.py...
2005-01-07 stevenknightFinish the display-customization variables: , , ,...
2004-09-01 stevenknightDon't add the ATL and MFC directories to %INCLUDE%...
2004-08-19 stevenknightRestore scanning of .pch files. (Anthony Roach)
2004-07-30 stevenknightMove LIB{PREFIX,SUFFIX} definitions from the Platform...
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-07-08 stevenknightTwo more win32 fixes: don't have SConfTests.py look...
2004-06-14 stevenknightChange PDB file generation from compile time to link...
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-08 stevenknightBetter midl (Visual Studio MIDL compiler) Tool detectio...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-04-04 stevenknightAllow a list of emitters to be called in sequence....
2004-03-16 stevenknightFix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for...
2004-03-06 stevenknightUpdate various default paths in MSVS .Net and MSVC...
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
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)