summaryrefslogtreecommitdiffstats
path: root/test/BuildDir.py
Commit message (Expand)AuthorAgeFilesLines
* Re-synchronize the CVS tree after a SourceForge file system catastrophe.Steven Knight2003-08-271-4/+21
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-4/+4
* Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin)Steven Knight2003-05-271-14/+4
* Put LinkFunc() back to the way it was. (Christoph Wiedemann)Steven Knight2003-05-201-1/+28
* Fix for the internal Link action not being reentrant when used with BuildDir.Steven Knight2003-05-121-49/+94
* Fix regression tests that use test.whereis(). (Anthony Roach)Steven Knight2003-05-021-10/+2
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-261-0/+3
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-4/+10
* 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
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-191-4/+29
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-29/+59
* Windows portabilitySteven Knight2002-09-251-1/+0
* Provide a message if there are no command-line targets specified and no Defau...Steven Knight2002-08-311-1/+1
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-2/+12
* Remove debug prints left in test/BuildDir.py.Steven Knight2002-08-181-2/+0
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-131-0/+11
* Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)Steven Knight2002-08-051-0/+16
* Still more Win32 portability.Steven Knight2002-07-141-13/+20
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-101-39/+40
* Add a native Fortran include scanner.Steven Knight2002-06-121-4/+58
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-141-1/+13
* Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...Steven Knight2002-05-021-0/+14
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-1/+1
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-2/+2
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-15/+32
* Windows NT portability fixes for tests.Steven Knight2001-12-211-2/+2
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-0/+111