summaryrefslogtreecommitdiffstats
path: root/test/scan-once.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-1/+1
| | | | PathList. (Charles Crain)
* Fix test/scan-once.py for the recent Export change.Steven Knight2003-04-251-5/+5
|
* Support using construction variables as re-usable, callable command ↵Steven Knight2003-03-131-1/+1
| | | | generators. (Charles Crain)
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-261-1/+1
| | | | to SConscript(). (Charles Crain)
* Win32 portability.Steven Knight2003-01-301-3/+9
|
* 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/+0
|
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-6/+8
|
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ↵Steven Knight2003-01-061-37/+413
| | | | easier to write efficient scanners.
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-0/+6
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-271-6/+0
| | | | build, and when a nonexistent drive letter is used on Win32.
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-8/+12
| | | | we're building targets.
* Provide a Scanner hook to allow file scans to be avoided when it isn't ↵Steven Knight2002-09-151-0/+94
necessary.