summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvs.py
Commit message (Expand)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-13/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-161-9/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-41/+29
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-11/+14
* Issue 2331: use cPickle in preference to the pickle module.Steven Knight2010-04-061-11/+11
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-16/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-65/+50
* A couple more test fixes, to make test/import.py work on Linux.Gary Oberbrunner2009-11-251-1/+6
* ENH: use msvc_exists for all tools in the Visual Studio toolchain.David Cournapeau2009-11-191-3/+3
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-3/+4
* Python 1.5 portability in last patch.Steven Knight2009-02-221-2/+5
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-221-2/+5
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-403/+5
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* 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