summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/Alias.py
Commit message (Expand)AuthorAgeFilesLines
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-1/+1
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-10/+39
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-2/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-0/+3
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-4/+4
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-3/+35
* 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