Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 1667-1674 via svnmerge from | Steven Knight | 2006-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows. ........ r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D481 - Remove the print statement from the previous checkin. ........ r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy(). ........ | ||||
* | 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. | ||||
* | Restore tests to current status after "updating" to old change. | Steven Knight | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | Better test handling of File lines in stack traces. (Chad Austin) | Steven Knight | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 1 | -22/+12 |
| | |||||
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -3/+3 |
| | |||||
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies ↵ | Steven Knight | 2004-05-19 | 1 | -2/+5 |
| | | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists. | ||||
* | Make the targets/sources warnings test pass regardless of dictionary order. | Steven Knight | 2004-04-07 | 1 | -4/+4 |
| | |||||
* | Add warnings for easily-confused variable names like 'targets' and 'sources.' | Steven Knight | 2004-04-06 | 1 | -0/+40 |
| | |||||
* | Relax the duplicate-environment restriction for targets so that it's okay if ↵ | Steven Knight | 2003-12-08 | 1 | -0/+41 |
| | | | | the two environments would build the target with the same command or function call. (Scott Fritchie) | ||||
* | Make the message about missing SConscript files a warning, not a hard ↵ | Steven Knight | 2003-12-01 | 1 | -0/+17 |
| | | | | write(), so it can be ignored/disabled. (Scott Fritchie) | ||||
* | Remove deprecated features. | Steven Knight | 2003-02-12 | 1 | -17/+19 |
| | |||||
* | 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 |
| | |||||
* | Make error and warning message consistent. (Anthony Roach) | Steven Knight | 2002-12-14 | 1 | -5/+5 |
| | |||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -4/+4 |
| | | | | Default() targets. | ||||
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 1 | -0/+83 |