summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-293-13/+134
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-213-24/+68
* Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...Steven Knight2002-07-202-22/+103
* Repository support (first cut).Steven Knight2002-07-174-7/+102
* 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
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-102-10/+10
* Add a TAR Builder.Steven Knight2002-07-082-1/+41
* 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-112-26/+16
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-233-11/+23
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-182-1/+3
* Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)Steven Knight2002-05-171-0/+2
* Make the drive letters on Windows always be the same case, so that changes in...Steven Knight2002-05-161-3/+3
* Fix a couple obscure bugs. (Anthony Roach)Steven Knight2002-05-151-0/+4
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-142-0/+21
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-0/+6
* Fix for CPPPATH='#'. (Charles Crain)Steven Knight2002-04-292-1/+4
* Don't create a directory Node when a file already exists there, and vice vers...Steven Knight2002-04-252-0/+37
* Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...Steven Knight2002-04-241-2/+2
* Make Alias work with -U, -u, and -D (Anthony Roach)Steven Knight2002-04-241-0/+6
* Several bug fixes from Charles Crain.Steven Knight2002-04-222-1/+7
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-152-19/+30
* 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-113-24/+69
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-093-8/+41
* Various performance enhancements. (Anthony Roach)Steven Knight2002-04-051-5/+1
* Fix rescanning of files with no implicit deps (Anthony Roach)Steven Knight2002-04-043-13/+27
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-044-408/+245
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-271-2/+2
* Add support for target Aliases.Steven Knight2002-03-256-3/+237
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-242-1/+95