| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow configurability of yacc-generated header files suffixes. | Steven Knight | 2005-04-10 | 2 | -4/+40 |
|
|
| * | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 9 | -19/+16 |
|
|
| * | Fix linkloc.py to work with newer env.subst() conventions. (Charles Crain) | Steven Knight | 2005-03-24 | 1 | -1/+1 |
|
|
| * | Support Intel C compiler 9.0. (Gary Oberbrunner) | Steven Knight | 2005-03-10 | 1 | -13/+54 |
|
|
| * | Checkpoint refactorings to remove CommandGenerator and ToolSpec classes. | Steven Knight | 2005-03-06 | 3 | -44/+44 |
|
|
| * | Fix Fedora Core 3 test portability. | Steven Knight | 2005-03-04 | 1 | -0/+3 |
|
|
| * | Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset) | Steven Knight | 2005-02-28 | 3 | -2/+3 |
|
|
| * | Remove the space after the -o option when invoking the Borland BCC compiler. ... | Steven Knight | 2005-02-27 | 1 | -2/+2 |
|
|
| * | Fix Intel compiler detection when there's no MSVC compiler installed. (Gary ... | Steven Knight | 2005-02-16 | 1 | -6/+7 |
|
|
| * | Accumulated documentation changes. | Steven Knight | 2005-02-15 | 84 | -9/+4018 |
|
|
| * | Win32 portability. | Steven Knight | 2005-02-14 | 1 | -1/+5 |
|
|
| * | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 2 | -1/+4 |
|
|
| * | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 9 | -18/+48 |
|
|
| * | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 6 | -7/+7 |
|
|
| * | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 2 | -4/+16 |
|
|
| * | Remove build engine dependencies on SCons.Script. Fix a misspelled variable ... | Steven Knight | 2005-01-08 | 2 | -3/+2 |
|
|
| * | Add LoadableModule support. (Michael McCracken) | Steven Knight | 2005-01-07 | 3 | -0/+102 |
|
|
| * | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 5 | -11/+24 |
|
|
| * | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 7 | -12/+41 |
|
|
| * | Import string fix in intelc.py. (Gary Oberbrunner) | Steven Knight | 2005-01-05 | 1 | -1/+1 |
|
|
| * | Intel C compiler improvements. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -11/+46 |
|
|
| * | Fix Java parsing when creating an array of class instances. | Steven Knight | 2004-12-03 | 2 | -3/+20 |
|
|
| * | More command-line customizability: , , , , . | Steven Knight | 2004-12-03 | 4 | -14/+24 |
|
|
| * | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 1 | -2/+3 |
|
|
| * | More command-line customizability: and . | Steven Knight | 2004-12-01 | 2 | -2/+5 |
|
|
| * | More command-line output customizability: , , , . | Steven Knight | 2004-11-21 | 4 | -5/+17 |
|
|
| * | Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ... | Steven Knight | 2004-11-21 | 4 | -6/+12 |
|
|
| * | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 5 | -5/+15 |
|
|
| * | Add Fortran COMSTR variables for output customizability. | Steven Knight | 2004-11-20 | 4 | -53/+85 |
|
|
| * | Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe... | Steven Knight | 2004-11-19 | 5 | -106/+566 |
|
|
| * | More display customizability: , . (Also add the missing , for completeness,... | Steven Knight | 2004-11-15 | 1 | -1/+2 |
|
|
| * | Allow substitution of (Levi Stephen) and other construction variables used b... | Steven Knight | 2004-10-23 | 1 | -6/+6 |
|
|
| * | Support .lex and .yacc file suffixes. (Matthew Doar) | Steven Knight | 2004-10-22 | 2 | -0/+3 |
|
|
| * | Fix Java parsing when a string is encountered. (Christian Neeb) | Steven Knight | 2004-10-12 | 2 | -1/+7 |
|
|
| * | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 1 | -1/+2 |
|
|
| * | Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e... | Steven Knight | 2004-10-08 | 1 | -1/+24 |
|
|
| * | Allow importing local files from Tools found on a toolpath. (Chad Austin) | Steven Knight | 2004-10-07 | 1 | -11/+18 |
|
|
| * | Allow passing a dictionary of keyword arguments to Tool specifications. (Gar... | Steven Knight | 2004-10-07 | 1 | -4/+15 |
|
|
| * | Add a deprecated warning for the scanner keyword argument for Builder creatio... | Steven Knight | 2004-10-06 | 1 | -1/+1 |
|
|
| * | Make the linkloc tool use the value of to pick the version of MSVC. (Chris ... | Steven Knight | 2004-09-22 | 1 | -1/+1 |
|
|
| * | Create .cvsignore files to ignore the generated *.pyc files. | Steven Knight | 2004-09-13 | 1 | -0/+1 |
|
|
| * | Add an rpcgen tool. (Kevin Quick) | Steven Knight | 2004-09-04 | 2 | -1/+66 |
|
|
| * | Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p... | Steven Knight | 2004-09-01 | 1 | -3/+1 |
|
|
| * | Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo... | Steven Knight | 2004-08-31 | 1 | -62/+64 |
|
|
| * | Handle white space in the Python path name inside. Handle | Steven Knight | 2004-08-20 | 1 | -6/+6 |
|
|
| * | Restore scanning of .pch files. (Anthony Roach) | Steven Knight | 2004-08-19 | 1 | -1/+2 |
|
|
| * | Add support for the darwin (Mac OS X) platform. (James Juhasz) | Steven Knight | 2004-08-18 | 1 | -0/+2 |
|
|
| * | Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly. | Steven Knight | 2004-08-11 | 6 | -79/+128 |
|
|
| * | Qt fixes. (Christoph Wiedemann) | Steven Knight | 2004-08-07 | 1 | -18/+24 |
|
|
| * | Add support on IRIX. (Chad Austin) | Steven Knight | 2004-08-02 | 1 | -0/+7 |
|
|