summaryrefslogtreecommitdiffstats
path: root/test/Scanner.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore older recipe for creating env.Command() builders while a better ↵Steven Knight2004-12-161-6/+8
| | | | solution is coded.
* Use the right scanner if the same source file is used for targets in two ↵Steven Knight2004-12-151-0/+78
| | | | different environments.
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-151-6/+6
|
* Win32 portability fixes for tests.Steven Knight2004-10-091-6/+6
|
* Remove scan=0 calls to Node.current() for implicit cache. Remove last ↵Steven Knight2004-10-071-6/+6
| | | | vestiges of Node.target_scanner. (Kevin Quick)
* Get the source_scanner from the target node, not the source node. (Kevin Quick)Steven Knight2004-09-241-9/+87
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-1/+1
|
* Fix spurious rebuilds/reinstalls of header files and circular dependencies ↵Steven Knight2004-05-191-3/+2
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* Fix custom scanner behavior when setting/copying/replacing the SCANNERS ↵Steven Knight2004-04-141-24/+15
| | | | construction variable.
* Fix a regression with env.Append().Steven Knight2003-10-281-2/+3
|
* More Environment method conversions:Steven Knight2003-10-131-2/+31
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-3/+2
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* win32 test portability fixes (Anthony Roach)Steven Knight2002-10-041-2/+2
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-1/+2
| | | | we're building targets.
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-2/+4
|
* WIN32 portability in tests.Steven Knight2002-02-101-11/+9
|
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-031-0/+137