summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Collapse)AuthorAgeFilesLines
...
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-202-3/+72
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-206-6/+6
|
* Update Copyright years.Steven Knight2003-01-166-6/+6
|
* Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff ↵Steven Knight2003-01-152-0/+18
| | | | Petkau.)
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-0/+14
|
* Fix bug removing symbolic links. (Steve Leblanc)Steven Knight2003-01-142-1/+19
|
* Test improvements suggested by Charles Crain.Steven Knight2003-01-131-63/+122
|
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-122-4/+1
|
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-124-48/+157
|
* More Win32 test portability.Steven Knight2003-01-111-4/+19
|
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ↵Steven Knight2003-01-063-8/+72
| | | | easier to write efficient scanners.
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-062-11/+24
|
* Don't duplicate source files in a BuildDir when the -n option is used.Steven Knight2003-01-011-10/+20
|
* Change the Action object execute() methods to __call__() methods.Steven Knight2002-12-284-18/+18
|
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-282-31/+61
|
* Support Repositories on a different file system, when hard links to the ↵Steven Knight2002-12-222-12/+110
| | | | local directory won't work. (Derrick 'dman' Hudson)
* Finish the Action refactoring by removing Builder.execute() methods and ↵Steven Knight2002-12-193-112/+42
| | | | moving exception handling into the Taskmaster.Task class.
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-174-0/+28
| | | | Taskmaster.Task class, not Node.build().
* Prevent -n from unlinking files.Steven Knight2002-12-051-2/+8
|
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-1/+1
|
* Really take care of non-existent drive letters on Win32.Steven Knight2002-11-302-9/+37
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-272-6/+15
| | | | build, and when a nonexistent drive letter is used on Win32.
* Make env.SideEffect work for Dir nodes. (Anthony Roach)Steven Knight2002-11-251-2/+2
|
* Make File() and Dir() take a string for the second argument. (Anthony Roach)Steven Knight2002-11-222-0/+18
|
* Document Repository and other methods, plus some added documentation to ↵Steven Knight2002-11-132-0/+18
| | | | SCons.Node and SCons.Node.FS.
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-132-1/+10
|
* Arrange for local copies of files in build/ so the Aegis build will continue ↵Steven Knight2002-11-122-5/+20
| | | | to work.
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-192-0/+11
|
* Win32 test portability.Steven Knight2002-10-181-3/+3
|
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-162-327/+434
|
* Fix some file headers. (Charles Crain)Steven Knight2002-10-152-2/+2
|
* 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-074-28/+95
|
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-273-29/+29
|
* Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)Steven Knight2002-09-112-4/+5
|
* Warn when -c can't remove a file.Steven Knight2002-09-093-0/+40
|
* Eliminate an exception when using -U.Steven Knight2002-09-082-0/+2
|
* Don't remove source files specified on the command line!Steven Knight2002-08-282-1/+8
|
* Yet again redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-221-3/+3
|
* Cache exists() and rexists() values all the time.Steven Knight2002-08-192-53/+74
|
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-132-36/+56
|
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-132-13/+34
|
* Redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-121-3/+3
|
* Fix aliases as dependencies. (Anthony Roach)Steven Knight2002-08-091-8/+8
|
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ↵Steven Knight2002-08-082-9/+18
| | | | functions' arguments to keep the repository and dir path portions separate.
* Add Install() + Local() functionality.Steven Knight2002-08-061-0/+3
|
* Add Local() functionality to Repository support.Steven Knight2002-08-061-3/+8
|
* Support Repository and Default().Steven Knight2002-08-064-93/+0
|
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-054-2/+129
|