| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 1826-1882 via svnmerge from0.96.96 | 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 |
|
|
| * | Make the static/shared object check work even if the object was already created. | Steven Knight | 2004-01-10 | 1 | -2/+13 |
|
|
| * | MSVC fix for pre-2.3 Python versions. (Charles Crain) | Steven Knight | 2003-12-02 | 1 | -1/+1 |
|
|
| * | Ensure that the ENV values are all strings. (Anthony Roach) | Steven Knight | 2003-11-18 | 1 | -18/+27 |
|
|
| * | Use sys.stdout.write() instead of print so line feeds in -j output will stay ... | Steven Knight | 2003-11-10 | 1 | -1/+1 |
|
|
| * | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -0/+2 |
|
|
| * | Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth... | Steven Knight | 2003-09-17 | 1 | -1/+1 |
|
|
| * | Fix tool problems with xilink and linkloc. | Steven Knight | 2003-08-16 | 1 | -2/+2 |
|
|
| * | Refactor extension splitting to make it more flexible (for SWIG). | Steven Knight | 2003-08-03 | 1 | -3/+3 |
|
|
| * | Add support for a platform-independent CPPDEFINES variable. | Steven Knight | 2003-08-02 | 1 | -3/+5 |
|
|
| * | Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests. | Steven Knight | 2003-08-01 | 1 | -1/+1 |
|
|
| * | MSVS documentation, remove unnecessary exceptions, and restor escape() to its... | Steven Knight | 2003-06-14 | 1 | -12/+20 |
|
|
| * | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -95/+225 |
|
|
| * | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 1 | -1/+3 |
|
|
| * | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 1 | -1/+1 |
|
|
| * | Fixes for compiling with MSVC when running cygwin Python. (Chad Austin) | Steven Knight | 2003-02-04 | 1 | -4/+5 |
|
|
| * | Win32 portability. | Steven Knight | 2003-01-30 | 1 | -1/+3 |
|
|
| * | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
| * | Make shared/static objects less irritating. (Anthony Roach) | Steven Knight | 2003-01-18 | 1 | -0/+1 |
|
|
| * | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
| * | Add MSVC .res builder. (Anthony Roach) | Steven Knight | 2002-10-21 | 1 | -0/+7 |
|
|
| * | Get rid of the magicness of the magic _ variables. (Anthony Roach) | Steven Knight | 2002-10-07 | 1 | -8/+2 |
|
|
| * | Add MSVC PCH and PDB support. (Anthony Roach) | Steven Knight | 2002-10-03 | 1 | -5/+70 |
|
|