http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Tool / msvs.py
2010-04-16 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-09 stevenknightIssue 2331: For forward compatibility, use "import...
2010-04-06 stevenknightIssue 2331: use cPickle in preference to the pickle...
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-11-25 garyoA couple more test fixes, to make test/import.py work...
2009-11-19 cournapeENH: use msvc_exists for all tools in the Visual Studio...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-02-22 stevenknightPython 1.5 portability in last patch.
2009-02-22 stevenknightSet IncludeSearchPath and PreprocessorDefinitions in...
2009-02-21 stevenknightMerged revisions 3088-3319,3321-3322,3324-3349,3351...
2009-02-13 stevenknightIssue 2277: Fix generation of VS 8.0 files to use...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-25 stevenknightFix a mismatch in generated GUIDs on non-Windows platfo...
2008-10-07 stevenknightInitial Python 2.6 portability in SCons code itself...
2008-09-23 stevenknight1.5 compatibility: string methods in Tool/msvs.py.
2008-09-15 stevenknightRevert 2102, pending additional discussion.
2008-09-15 stevenknightIssue 2102: Add support for Visual Studio 9 and newer...
2008-06-10 stevenknightMerged revisions 2949-2953,2955-3056 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 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-02-12 stevenknightFix over-zealous common prefix matching when generating...
2006-01-20 stevenknightAdd support for Visual Studio 8, and multiple project...
2005-11-06 stevenknightAdd support for an explicit SCONS_HOME variable for...
2005-11-05 stevenknightAdd Visual Studio support for SCC Provider variables...
2005-10-10 stevenknightFix on-disk file matching on case-insensitive systems...
2005-10-09 stevenknightPut quotes around the -C directory in command lines...
2005-10-09 stevenknightGet rid of the last tabs in the source files and have...
2005-10-08 stevenknightMSVC.py improvements: new MSVSSolution() Builder,...
2005-09-26 stevenknightExplicit "skipping test" messages for a few straggling...
2005-08-20 stevenknightHave Visual Studio echo that we're using SCons to build...
2005-08-15 stevenknightDocumentation fixes.
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-01-08 stevenknightSupport 'from SConsScript import *' to allow Python...
2004-08-20 stevenknightHandle white space in the Python path name inside....
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-08 stevenknightBetter midl (Visual Studio MIDL compiler) Tool detectio...
2004-03-06 stevenknightUpdate various default paths in MSVS .Net and MSVC...
2004-01-16 stevenknightUpdate for MSVS 2003 (7.1). (Greg Spencer)
2004-01-15 stevenknightFix MSVS Project file invocation when running scons...
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-03 stevenknightRefactor extension splitting to make it more flexible...
2003-06-14 stevenknightMSVS documentation, remove unnecessary exceptions,...
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)