summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-223-5/+16
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-204-125/+209
* Enhance the Walker to call a third supplied function to actually work on a No...Steven Knight2002-03-191-4/+14
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-122-0/+70
* Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K...Steven Knight2002-03-012-17/+3
* Remove left-over dir argument from get_contents() calls. (Anthony Roach)Steven Knight2002-02-202-2/+2
* Filter out a file's ignore list from all of its dependencies, direct or indir...Steven Knight2002-02-122-6/+35
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-104-17/+18
* More performance optimizations (Charles Crain)Steven Knight2002-02-051-0/+3
* Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)Steven Knight2002-01-312-0/+19
* Update Copyright lines for the new year.Steven Knight2002-01-294-4/+4
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-293-13/+12
* Fix so Nodes don't get removed by ListBuilder after they're built.Steven Knight2002-01-282-9/+66
* Add the Precious() method.Steven Knight2002-01-244-0/+31
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-242-7/+30
* Add the Ignore() method.Steven Knight2002-01-242-3/+41