| Commit message (Expand) | Author | Age | Files | Lines |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -2/+2 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -6/+5 |
|
|
* | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 1 | -2/+14 |
|
|
* | BUG: do not set up the SDK for now - it messes up cross compilation. | David Cournapeau | 2009-11-19 | 1 | -3/+0 |
|
|
* | ENH: use msvc env, not msvs to set up mslib and mslink paths. | David Cournapeau | 2009-11-19 | 1 | -3/+3 |
|
|
* | Issue 2481: Fix the msvc_exists() call in Tool/msvc.py. | Steven Knight | 2009-11-18 | 1 | -1/+1 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -3/+3 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 1 | -583/+9 |
|
|
* | Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange | Steven Knight | 2009-02-09 | 1 | -1/+1 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+5 |
|
|
* | Remove $CCFLAGS from the the default definitions of $CXXFLAGS for | Steven Knight | 2009-01-10 | 1 | -1/+1 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -8/+71 |
|
|
* | Revert r3828 (vs9 support) in favor of the vs_revamp integration. | Steven Knight | 2008-12-12 | 1 | -68/+1 |
|
|
* | Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein) | Steven Knight | 2008-12-11 | 1 | -1/+68 |
|
|
* | Fix for previous fix for 402 and 2082 | William Deegan | 2008-09-25 | 1 | -1/+2 |
|
|
* | Fix for bugs 402 and 2082 - implement scanner for windows resource files. | William Deegan | 2008-09-25 | 1 | -3/+8 |
|
|
* | Revert 2102, pending additional discussion. | Steven Knight | 2008-09-15 | 1 | -68/+1 |
|
|
* | Issue 2102: Add support for Visual Studio 9 and newer Platform | Steven Knight | 2008-09-15 | 1 | -1/+68 |
|
|
* | Fix typo for msvc.py. | David Cournapeau | 2008-09-09 | 1 | -2/+2 |
|
|
* | Make msvc tool consistent with cc for _CCCOMCOM usage. | David Cournapeau | 2008-09-03 | 1 | -5/+5 |
|
|
* | Merged revisions 2928-2932,2934-2946 via svnmerge from | Steven Knight | 2008-05-18 | 1 | -15/+20 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -4/+0 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -3/+4 |
|
|
* | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -1/+1 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -2/+4 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -4/+8 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -2/+2 |
|
|
* | Fix VS8 integration for use with Express. (Christian Maaser) Portability fi... | Steven Knight | 2006-02-21 | 1 | -6/+8 |
|
|
* | Add support for Visual Studio 2005 Professional. Windows portability fixes f... | Steven Knight | 2006-02-12 | 1 | -23/+42 |
|
|
* | Add support for Visual Studio 8, and multiple project files in a solution fil... | Steven Knight | 2006-01-20 | 1 | -24/+255 |
|
|
* | Fix unicode encoder errors. | Steven Knight | 2005-08-30 | 1 | -3/+2 |
|
|
* | Handle Visual Studio project and solution files in Unicode. (Chen Lee) | Steven Knight | 2005-08-13 | 1 | -5/+18 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -3/+3 |
|
|
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 1 | -2/+5 |
|
|
* | Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p... | Steven Knight | 2004-09-01 | 1 | -3/+1 |
|
|
* | Restore scanning of .pch files. (Anthony Roach) | Steven Knight | 2004-08-19 | 1 | -1/+2 |
|
|
* | Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T... | Steven Knight | 2004-07-30 | 1 | -0/+4 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 1 | -2/+6 |
|
|
* | Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av... | Steven Knight | 2004-07-08 | 1 | -2/+3 |
|
|
* | Change PDB file generation from compile time to link time. (Anthony Roach) | Steven Knight | 2004-06-14 | 1 | -14/+6 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 1 | -1/+0 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -1/+1 |
|
|
* | Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach) | Steven Knight | 2004-05-08 | 1 | -8/+4 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -3/+1 |
|
|
* | Allow a list of emitters to be called in sequence. (Chad Austin) | Steven Knight | 2004-04-04 | 1 | -2/+2 |
|
|
* | Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests. | Steven Knight | 2004-03-16 | 1 | -9/+10 |
|
|
* | Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen) | Steven Knight | 2004-03-06 | 1 | -18/+48 |
|
|
* | Initialize *FLAGS variables with objects that can add flags either as strings... | Steven Knight | 2004-02-26 | 1 | -13/+13 |
|
|
* | More robust reading of VCComponents.dat. (Chad Austin) | Steven Knight | 2004-02-08 | 1 | -5/+7 |
|
|
* | Fix an incorrect registry lookup in msvc.py. | Steven Knight | 2004-01-16 | 1 | -1/+1 |
|
|