summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
* Initial Python 2.6 portability in SCons code itself, using subprocessSteven Knight2008-10-071-3/+5
* 1.5 compatibility: string methods in Tool/msvs.py.Steven Knight2008-09-231-13/+40
* Revert 2102, pending additional discussion.Steven Knight2008-09-151-129/+2
* Issue 2102: Add support for Visual Studio 9 and newer PlatformSteven Knight2008-09-151-2/+129
* Merged revisions 2949-2953,2955-3056 via svnmerge fromSteven Knight2008-06-101-8/+6
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-1/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-0/+3
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+4
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-20/+49
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-4/+3
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-53/+51
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-5/+10
* Fix VS8 integration for use with Express. (Christian Maaser) Portability fi...Steven Knight2006-02-211-1/+1
* Add support for Visual Studio 2005 Professional. Windows portability fixes f...Steven Knight2006-02-121-7/+28
* Fix over-zealous common prefix matching when generating Visual Studio project...Steven Knight2006-02-121-25/+57
* Add support for Visual Studio 8, and multiple project files in a solution fil...Steven Knight2006-01-201-125/+301
* Add support for an explicit SCONS_HOME variable for writing the SCons executi...Steven Knight2005-11-061-8/+17
* Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer)Steven Knight2005-11-051-5/+48
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-1/+6
* Put quotes around the -C directory in command lines in MSVS project files.Steven Knight2005-10-091-1/+1
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-1/+1
* MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ge...Steven Knight2005-10-081-173/+493
* Explicit "skipping test" messages for a few straggling tests.Steven Knight2005-09-261-139/+156
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-5/+4
* Documentation fixes.Steven Knight2005-08-151-5/+5
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-3/+3
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-4/+6
* Handle white space in the Python path name inside. HandleSteven Knight2004-08-201-6/+6
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-3/+2
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-0/+10
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-061-2/+7
* Update for MSVS 2003 (7.1). (Greg Spencer)Steven Knight2004-01-161-24/+46
* Fix MSVS Project file invocation when running scons.bat.Steven Knight2004-01-151-15/+48
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+10
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-9/+9
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-0/+10
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-6/+6
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-5/+5
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-10/+19
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-0/+1030