summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/Alias.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-0/+10
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-1/+1
* Checkpoint minor refactorings en route to signature refactoring.Steven Knight2005-12-161-4/+3
* Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta...Steven Knight2005-03-181-1/+1
* Allow Alias Nodes to have Actions.Steven Knight2004-11-131-15/+30
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-14/+1
* 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
* Fix some file headers. (Charles Crain)Steven Knight2002-10-151-1/+1
* Fix aliases as dependencies. (Anthony Roach)Steven Knight2002-08-091-8/+8
* Support Repository and Default().Steven Knight2002-08-061-1/+0
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-051-0/+1
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-7/+9
* Make Alias work with -U, -u, and -D (Anthony Roach)Steven Knight2002-04-241-0/+6
* Add support for target Aliases.Steven Knight2002-03-251-0/+93