http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Tool / msvc.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-01-06 stevenknightIssue 2505: fix use of pre-compiled headers when the...
2009-11-19 cournapeBUG: do not set up the SDK for now - it messes up cross...
2009-11-19 cournapeENH: use msvc env, not msvs to set up mslib and mslink...
2009-11-18 stevenknightIssue 2481: Fix the msvc_exists() call in Tool/msvc.py.
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-02-21 stevenknightMerged revisions 3088-3319,3321-3322,3324-3349,3351...
2009-02-09 stevenknightAdd the $CCFLAGS variable to the $PCHCOM command line...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-10 stevenknightRemove $CCFLAGS from the the default definitions of...
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2008-12-12 stevenknightRevert r3828 (vs9 support) in favor of the vs_revamp...
2008-12-11 stevenknightIssue 2102: Add support for Microsoft Visual Studio...
2008-09-25 bdbaddogFix for previous fix for 402 and 2082
2008-09-25 bdbaddogFix for bugs 402 and 2082 - implement scanner for windo...
2008-09-15 stevenknightRevert 2102, pending additional discussion.
2008-09-15 stevenknightIssue 2102: Add support for Visual Studio 9 and newer...
2008-09-09 cournapeFix typo for msvc.py.
2008-09-03 cournapeMake msvc tool consistent with cc for _CCCOMCOM usage.
2008-05-18 stevenknightMerged revisions 2928-2932,2934-2946 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-01-21 stevenknightMerged revisions 1767-1783 via svnmerge from
2007-01-07 stevenknightMerged revisions 1738-1754,1756 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-02-21 stevenknightFix VS8 integration for use with Express. (Christian...
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)