| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to map keywords to ListOption (like we already do with EnumOp... | Steven Knight | 2004-11-23 | 1 | -1/+9 |
|
|
* | More command-line output customizability: , , , . | Steven Knight | 2004-11-21 | 1 | -0/+38 |
|
|
* | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -0/+6 |
|
|
* | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 1 | -1/+25 |
|
|
* | Add Fortran COMSTR variables for output customizability. | Steven Knight | 2004-11-20 | 1 | -0/+47 |
|
|
* | Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe... | Steven Knight | 2004-11-19 | 1 | -0/+11 |
|
|
* | More display customizability: , . (Also add the missing , for completeness,... | Steven Knight | 2004-11-15 | 1 | -0/+25 |
|
|
* | Add more command-line customizability: and . | Steven Knight | 2004-11-15 | 1 | -0/+18 |
|
|
* | More command-line configurability: , . | Steven Knight | 2004-11-15 | 1 | -0/+20 |
|
|
* | More command-line customization: , . | Steven Knight | 2004-11-15 | 1 | -2/+20 |
|
|
* | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 1 | -0/+27 |
|
|
* | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 1 | -3/+12 |
|
|
* | Support default Options values of None. (Gary Oberbrunner) | Steven Knight | 2004-10-22 | 1 | -1/+7 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 1 | -1/+1 |
|
|
* | Allow passing a dictionary of keyword arguments to Tool specifications. (Gar... | Steven Knight | 2004-10-07 | 1 | -7/+57 |
|
|
* | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -2/+156 |
|
|
* | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 1 | -0/+7 |
|
|
* | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+35 |
|
|
* | Add validator functions for PathOption. (Steve Christensen) | Steven Knight | 2004-09-24 | 1 | -1/+36 |
|
|
* | Allow ListOption to take a Python list of values asa default, not just a comm... | Steven Knight | 2004-09-20 | 1 | -0/+3 |
|
|
* | Print tracebacks for errors other than UserError and StopError. (Gary Oberbr... | Steven Knight | 2004-09-18 | 1 | -0/+5 |
|
|
* | Fix inconsistency in conf.CheckFunc(). | Steven Knight | 2004-09-17 | 1 | -1/+16 |
|
|
* | Update the man page to reflect that prefixes and suffixes can be callables or... | Steven Knight | 2004-09-13 | 1 | -15/+43 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -5/+73 |
|
|
* | Add a configurable function for command-line printing. (Gary Oberbrunner) | Steven Knight | 2004-09-05 | 1 | -0/+39 |
|
|
* | Refactor spawning command-line actions to clean up the interface between Acti... | Steven Knight | 2004-09-04 | 1 | -2/+2 |
|
|
* | Add an rpcgen tool. (Kevin Quick) | Steven Knight | 2004-09-04 | 1 | -0/+95 |
|
|
* | Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo... | Steven Knight | 2004-09-01 | 1 | -0/+10 |
|
|
* | Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo... | Steven Knight | 2004-08-31 | 1 | -5/+37 |
|
|
* | Allow Help() to be called multiple times, appending to the text each time. (... | Steven Knight | 2004-08-30 | 1 | -2/+6 |
|
|
* | Add an Environment.Dump() method. (Gary Oberbrunner) | Steven Knight | 2004-08-30 | 1 | -0/+34 |
|
|
* | Update the packaging SConscript files to be platform independent. | Steven Knight | 2004-08-20 | 1 | -8/+7 |
|
|
* | Delete() should not blow up if what it's deleting doesn't exist. | Steven Knight | 2004-08-19 | 1 | -1/+12 |
|
|
* | Remove the misbegotten --save-explain-info feature. | Steven Knight | 2004-08-17 | 1 | -15/+1 |
|
|
* | Incorporate changes from pre-release reviews. | Steven Knight | 2004-08-17 | 13 | -21/+305 |
|
|
* | Have the default ParseConfig() function add -pthread to both and . (Gary Ob... | Steven Knight | 2004-08-16 | 1 | -0/+7 |
|
|
* | Branch for documentation changes. | Steven Knight | 2004-08-16 | 77 | -1449/+7290 |
|
|
* | Add a Flatten() function to help the transition to Builders returning lists. | Steven Knight | 2004-08-12 | 1 | -3/+62 |
|
|
* | Fix fallout from having everything return a list. | Steven Knight | 2004-08-06 | 1 | -5/+8 |
|
|
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -8/+18 |
|
|
* | Add support on IRIX. (Chad Austin) | Steven Knight | 2004-08-02 | 1 | -2/+3 |
|
|
* | Change the copyright statement to reflect ownership by the foundation. Add a... | Steven Knight | 2004-07-30 | 3 | -5/+5 |
|
|
* | Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T... | Steven Knight | 2004-07-30 | 1 | -0/+10 |
|
|
* | Add support for newer ifort versions of the Intel Fortran compiler on Linux. ... | Steven Knight | 2004-07-29 | 1 | -0/+1 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 1 | -25/+523 |
|
|
* | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 1 | -57/+110 |
|
|
* | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 1 | -9/+89 |
|
|
* | Add an option to not save the --debug=explain information. | Steven Knight | 2004-06-15 | 1 | -1/+15 |
|
|
* | Add support for fetching command-line arguments by position number. (Gary Ob... | Steven Knight | 2004-05-23 | 1 | -0/+42 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -24/+61 |
|
|