Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -12/+11 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | call subst on the line passed to Environment.WhereIs | Jim Randall | 2008-08-22 | 1 | -1/+7 |
| | |||||
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵ | Steven Knight | 2005-10-14 | 1 | -2/+2 |
| | | | | them with the python -tt option to keep them out. | ||||
* | Add a reject argument to the env.Whereis() method. (sam th) | Steven Knight | 2004-04-04 | 1 | -0/+5 |
| | |||||
* | Add more environment methods for global functions: Action(), Builder(), ↵ | Steven Knight | 2003-09-25 | 1 | -2/+4 |
| | | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method. | ||||
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -2/+2 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Add output to tell people when we're reading SConscript files versus when ↵ | Steven Knight | 2002-09-30 | 1 | -4/+6 |
| | | | | we're building targets. | ||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -2/+4 |
| | | | | Default() targets. | ||||
* | Add WhereIs() functionality. | Steven Knight | 2002-03-27 | 1 | -0/+126 |