summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/msvc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-12/+20
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-95/+225
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-1/+3
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-041-4/+5
* Win32 portability.Steven Knight2003-01-301-1/+3
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-0/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-0/+7
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-8/+2
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-5/+70
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-1/+1
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-4/+4