summaryrefslogtreecommitdiffstats
path: root/test/Scanner.py
Commit message (Expand)AuthorAgeFilesLines
* Restore older recipe for creating env.Command() builders while a better solut...Steven Knight2004-12-161-6/+8
* Use the right scanner if the same source file is used for targets in two diff...Steven Knight2004-12-151-0/+78
* 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 vestig...Steven Knight2004-10-071-6/+6
* 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 wi...Steven Knight2004-05-191-3/+2
* Fix custom scanner behavior when setting/copying/replacing the SCANNERS const...Steven Knight2004-04-141-24/+15
* 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 we'...Steven Knight2002-09-301-1/+2
* 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