summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a strfunction() to Command actions, and add an env argument to the ↵Steven Knight2003-02-021-1/+1
| | | | FunctionAction.strfunction().
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-1/+5
|
* 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 scanning Aliases of nodes which have scanners. (Bug reported by Jeff ↵Steven Knight2003-01-151-0/+10
| | | | Petkau.)
* Fix bug removing symbolic links. (Steve Leblanc)Steven Knight2003-01-141-1/+7
|
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+0
|
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-1/+4
|
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ↵Steven Knight2003-01-061-4/+19
| | | | easier to write efficient scanners.
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-8/+8
|
* 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-281-8/+8
|
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-19/+50
|
* Support Repositories on a different file system, when hard links to the ↵Steven Knight2002-12-221-12/+14
| | | | local directory won't work. (Derrick 'dman' Hudson)
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-0/+4
| | | | 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-301-4/+11
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-271-6/+14
| | | | 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-221-0/+2
|
* Document Repository and other methods, plus some added documentation to ↵Steven Knight2002-11-131-0/+3
| | | | SCons.Node and SCons.Node.FS.
* Arrange for local copies of files in build/ so the Aegis build will continue ↵Steven Knight2002-11-121-5/+11
| | | | to work.
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-191-0/+7
|
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-259/+289
|
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-17/+59
|
* Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)Steven Knight2002-09-111-4/+3
|
* Warn when -c can't remove a file.Steven Knight2002-09-091-0/+7
|
* Eliminate an exception when using -U.Steven Knight2002-09-081-0/+1
|
* Don't remove source files specified on the command line!Steven Knight2002-08-281-1/+1
|
* 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-191-48/+61
|
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-30/+42
|
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-131-1/+1
|
* Redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-121-3/+3
|
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ↵Steven Knight2002-08-081-6/+10
| | | | 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-061-1/+0
|
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-051-0/+1
|
* Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)Steven Knight2002-08-051-1/+1
|
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-12/+73
|
* Refactor current() calculation so the Taskmaster passes the Sig calculator ↵Steven Knight2002-07-211-11/+14
| | | | to the Node, instead of going through calc to get to the Node.
* Add an Rsearchall() method, and refactor the repository manipulation of ↵Steven Knight2002-07-201-13/+49
| | | | CPPPATH to use it.
* Repository support (first cut).Steven Knight2002-07-171-6/+38
|
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-101-2/+2
| | | | function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)
* Add a TAR Builder.Steven Knight2002-07-081-0/+20
|
* Fix .sconsign signature storing so that the output files of one scons build ↵Steven Knight2002-05-231-10/+5
| | | | can be safely used as the inputs to another scons build. (Anthony Roach)
* Make the drive letters on Windows always be the same case, so that changes ↵Steven Knight2002-05-161-3/+3
| | | | in the case of drive letters don't cause a rebuild. (Anthony Roach)
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-141-0/+15
|