summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvc.py
Commit message (Expand)AuthorAgeFilesLines
* TempFileMunge does not use env['CXXCOMSTR'] for output display.LaurentMarchelli2014-12-021-4/+4
* Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on.Gary Oberbrunner2011-04-241-4/+14
* Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo f...Gary Oberbrunner2011-04-241-4/+4
* Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ...Gary Oberbrunner2011-03-021-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-6/+5
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-2/+14
* BUG: do not set up the SDK for now - it messes up cross compilation.David Cournapeau2009-11-191-3/+0
* ENH: use msvc env, not msvs to set up mslib and mslink paths.David Cournapeau2009-11-191-3/+3
* Issue 2481: Fix the msvc_exists() call in Tool/msvc.py.Steven Knight2009-11-181-1/+1
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-3/+3
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-583/+9
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-091-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+5
* Remove $CCFLAGS from the the default definitions of $CXXFLAGS forSteven Knight2009-01-101-1/+1
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-8/+71
* Revert r3828 (vs9 support) in favor of the vs_revamp integration.Steven Knight2008-12-121-68/+1
* Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein)Steven Knight2008-12-111-1/+68
* Fix for previous fix for 402 and 2082William Deegan2008-09-251-1/+2
* Fix for bugs 402 and 2082 - implement scanner for windows resource files.William Deegan2008-09-251-3/+8
* Revert 2102, pending additional discussion.Steven Knight2008-09-151-68/+1
* Issue 2102: Add support for Visual Studio 9 and newer PlatformSteven Knight2008-09-151-1/+68
* Fix typo for msvc.py.David Cournapeau2008-09-091-2/+2
* Make msvc tool consistent with cc for _CCCOMCOM usage.David Cournapeau2008-09-031-5/+5
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-15/+20
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-4/+0
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-3/+4
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-1/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-2/+4
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-4/+8
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-2/+2
* Fix VS8 integration for use with Express. (Christian Maaser) Portability fi...Steven Knight2006-02-211-6/+8
* Add support for Visual Studio 2005 Professional. Windows portability fixes f...Steven Knight2006-02-121-23/+42
* Add support for Visual Studio 8, and multiple project files in a solution fil...Steven Knight2006-01-201-24/+255
* Fix unicode encoder errors.Steven Knight2005-08-301-3/+2
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-5/+18
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-3/+3
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-2/+5
* Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p...Steven Knight2004-09-011-3/+1
* Restore scanning of .pch files. (Anthony Roach)Steven Knight2004-08-191-1/+2
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T...Steven Knight2004-07-301-0/+4
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-2/+6
* Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av...Steven Knight2004-07-081-2/+3
* Change PDB file generation from compile time to link time. (Anthony Roach)Steven Knight2004-06-141-14/+6
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+0
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-1/+1
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-8/+4
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-3/+1
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-2/+2
* Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.Steven Knight2004-03-161-9/+10