| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Change the copyright statement to reflect ownership by the foundation. Add a... | Steven Knight | 2004-07-30 | 2 | -2/+50 |
|
|
* | Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T... | Steven Knight | 2004-07-30 | 7 | -2/+16 |
|
|
* | Add support for newer ifort versions of the Intel Fortran compiler on Linux. ... | Steven Knight | 2004-07-29 | 3 | -14/+75 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 15 | -33/+526 |
|
|
* | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 3 | -114/+193 |
|
|
* | Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av... | Steven Knight | 2004-07-08 | 2 | -4/+6 |
|
|
* | Change PDB file generation from compile time to link time. (Anthony Roach) | Steven Knight | 2004-06-14 | 2 | -18/+8 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 28 | -60/+30 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 4 | -8/+10 |
|
|
* | Move Action initializations for common default COM values from Tool/*.py to D... | Steven Knight | 2004-05-16 | 3 | -7/+9 |
|
|
* | Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach) | Steven Knight | 2004-05-08 | 4 | -17/+25 |
|
|
* | More robust searching for the ICL license file. (Gary Oberbrunner) | Steven Knight | 2004-04-13 | 1 | -1/+28 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 2 | -6/+2 |
|
|
* | Allow a list of emitters to be called in sequence. (Chad Austin) | Steven Knight | 2004-04-04 | 4 | -14/+14 |
|
|
* | Add RPATH support. (Chad Austin) | Steven Knight | 2004-04-03 | 1 | -0/+7 |
|
|