summaryrefslogtreecommitdiffstats
path: root/test/scan-once.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-1/+3
* Eliminate unnecessary WIN32/Win32/win32 references in tests, too.Steven Knight2006-01-211-1/+1
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-3/+3
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-8/+2
* Win32 portability fixes.Steven Knight2005-01-031-2/+2
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-3/+10
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-161-4/+4
* Win32 portability: add an explicit match argument to TestCommon.py, use it t...Steven Knight2004-07-151-2/+4
* Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...Steven Knight2004-07-131-2/+2
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-34/+31
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-011-1/+1
* Accomodate white space in path names when running tests.Steven Knight2004-01-271-2/+10
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-2/+1
* More portability fixes.Steven Knight2003-08-141-4/+8
* Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin)Steven Knight2003-05-271-0/+3
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-1/+1
* 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 generator...Steven Knight2003-03-131-1/+1
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-1/+1
* 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
* 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 build...Steven Knight2002-11-271-6/+0
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-8/+12
* Provide a Scanner hook to allow file scans to be avoided when it isn't necess...Steven Knight2002-09-151-0/+94