summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-151-2/+22
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-43/+33
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-1/+16
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-1/+42
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-121-0/+12
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-2/+21
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+5
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+4
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-1/+1
* Add support for fetching files from rcs.Steven Knight2003-02-181-5/+38
* Fix some performance problems with the --implicit-cache option. (Anthony Roach)Steven Knight2003-02-111-14/+22
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-091-0/+10
* Add CacheDir support.Steven Knight2003-02-031-8/+18
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-1/+14
* 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
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-0/+14
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+1
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-2/+40
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-3/+21
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-3/+16
* Change the Action object execute() methods to __call__() methods.Steven Knight2002-12-281-1/+1
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-34/+18
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-0/+4
* Document Repository and other methods, plus some added documentation to SCons...Steven Knight2002-11-131-0/+15
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-0/+5
* Fix verbose BuildError bug. (Anthony Roach)Steven Knight2002-10-101-0/+2
* Fix dependency scanning when overriding LIBS (Anthony Roach)Steven Knight2002-10-091-2/+2
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-9/+1
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-14/+9
* Warn when -c can't remove a file.Steven Knight2002-09-091-0/+4
* Support Repository and Default().Steven Knight2002-08-061-5/+0
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-051-2/+9
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-0/+3
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-6/+45
* Repository support (first cut).Steven Knight2002-07-171-0/+3
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-141-1/+5
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-121-1/+4
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-041-0/+2
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-1/+3
* Remove white-space split of file name lists.Steven Knight2002-06-111-18/+12
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-231-0/+5
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-181-0/+2
* Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)Steven Knight2002-05-171-0/+2
* Fix a couple obscure bugs. (Anthony Roach)Steven Knight2002-05-151-0/+4
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-0/+6
* Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...Steven Knight2002-04-241-2/+2
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-16/+23
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+2
* Implement implicit dependency caching.Steven Knight2002-04-111-16/+50