summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-061-18/+48
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-13/+13
* More robust reading of VCComponents.dat. (Chad Austin)Steven Knight2004-02-081-5/+7
* Fix an incorrect registry lookup in msvc.py.Steven Knight2004-01-161-1/+1
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-2/+13
* MSVC fix for pre-2.3 Python versions. (Charles Crain)Steven Knight2003-12-021-1/+1
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-18/+27
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+1
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-0/+2
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-1/+1
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-161-2/+2
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-3/+3
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-3/+5
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-1/+1