| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add more command-line customizability: and . | Steven Knight | 2004-11-15 | 1 | -2/+2 |
|
|
* | More command-line configurability: , . | Steven Knight | 2004-11-15 | 1 | -2/+2 |
|
|
* | More command-line customization: , . | Steven Knight | 2004-11-15 | 1 | -2/+2 |
|
|
* | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 1 | -3/+3 |
|
|
* | Add a name to the default ObjSourceScanner. (Kevin Quick) | Steven Knight | 2004-10-06 | 1 | -1/+1 |
|
|
* | Allow LIBS to contain lists of lists. | Steven Knight | 2004-09-18 | 1 | -0/+2 |
|
|
* | Fix Delete action for non-existent files and must_exist=1 under Python 2.3. ... | Steven Knight | 2004-09-15 | 1 | -1/+1 |
|
|
* | Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo... | Steven Knight | 2004-09-01 | 1 | -9/+15 |
|
|
* | Delete() should not blow up if what it's deleting doesn't exist. | Steven Knight | 2004-08-19 | 1 | -3/+7 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 1 | -16/+1 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 1 | -0/+3 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -1/+12 |
|
|
* | Move Action initializations for common default COM values from Tool/*.py to D... | Steven Knight | 2004-05-16 | 1 | -0/+8 |
|
|
* | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -0/+56 |
|
|
* | Filter null values from the _concat() list. (Chad Austin) | Steven Knight | 2004-04-14 | 1 | -11/+12 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -1/+18 |
|
|
* | Add a D language Tool. (Andy Friesen) | Steven Knight | 2004-03-08 | 1 | -1/+4 |
|
|
* | Refactor path-substitution logic into an Environment method. | Steven Knight | 2004-03-05 | 1 | -23/+15 |
|
|
* | Make the static/shared object check work even if the object was already created. | Steven Knight | 2004-01-10 | 1 | -43/+39 |
|
|
* | Miscellaneous changes: update a call to env.subst(); white space cleanup in ... | Steven Knight | 2004-01-04 | 1 | -1/+1 |
|
|
* | Restore the ability for _stripixes() to call a custom _concat() function in t... | Steven Knight | 2003-11-25 | 1 | -1/+6 |
|
|
* | Allow LIBS to be a single element, not a list, and allow it to contain File n... | Steven Knight | 2003-11-09 | 1 | -0/+2 |
|
|
* | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -12/+1 |
|
|
* | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -0/+3 |
|
|
* | Portability fixes for tests. | Steven Knight | 2003-08-19 | 1 | -2/+2 |
|
|
* | Branch for User's Guide changes. | Steven Knight | 2003-08-16 | 1 | -1/+1 |
|
|
* | Add support for a platform-independent CPPDEFINES variable. | Steven Knight | 2003-08-02 | 1 | -0/+34 |
|
|
* | Allow Builders to take a dictionary that maps source file suffixes to emitter... | Steven Knight | 2003-07-29 | 1 | -73/+1 |
|
|
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 1 | -0/+1 |
|
|
* | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -0/+10 |
|
|
* | When an input yacc file ends in .yy and the yacc -d flag is used, expect a ge... | Steven Knight | 2003-07-02 | 1 | -8/+13 |
|
|
* | Clean-ups in preparation for release: doc and comment changes, comment out S... | Steven Knight | 2003-03-26 | 1 | -1/+1 |
|
|
* | Make RCS/SCCS/BitKeeper support more transparent. | Steven Knight | 2003-03-22 | 1 | -0/+6 |
|
|
* | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -10/+30 |
|
|
* | Make the Install() method copy files (by default). | Steven Knight | 2003-02-12 | 1 | -1/+12 |
|
|
* | Fix library dependencies when the prefix is specified explicitly. | Steven Knight | 2003-01-21 | 1 | -11/+28 |
|
|
* | 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 | -6/+6 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 1 | -2/+0 |
|
|
* | Refactor the Scanner interface to eliminate unnecessary scanning and make it ... | Steven Knight | 2003-01-06 | 1 | -4/+4 |
|
|
* | Get rid of the magicness of the magic _ variables. (Anthony Roach) | Steven Knight | 2002-10-07 | 1 | -0/+51 |
|
|
* | Add MSVC PCH and PDB support. (Anthony Roach) | Steven Knight | 2002-10-03 | 1 | -0/+3 |
|
|
* | Add SHOBJPREFIX AND SHOBJSUFFIX. | Steven Knight | 2002-10-01 | 1 | -3/+3 |
|
|
* | Win32 portability fixes. (Charles Crain) | Steven Knight | 2002-07-15 | 1 | -15/+19 |
|
|
* | Add support for assembly language (.s and .S) Tools. Still needs support for... | Steven Knight | 2002-06-27 | 1 | -0/+4 |
|
|
* | Check in the Tool() interface. (SK and Charles Crain) | Steven Knight | 2002-06-20 | 1 | -529/+71 |
|
|
* | Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain) | Steven Knight | 2002-06-15 | 1 | -128/+123 |
|
|
* | Add a native Fortran include scanner. | Steven Knight | 2002-06-12 | 1 | -20/+23 |
|
|
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 1 | -26/+32 |
|
|