summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Collapse)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 ↵Steven Knight2002-07-213-24/+68
| | | | 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-202-22/+103
| | | | CPPPATH to use it.
* 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
| | | | SetBuildSignatureType() function. (Anthony Roach)
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-102-10/+10
| | | | 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-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 ↵Steven Knight2002-05-233-11/+23
| | | | can be safely used as the inputs to another scons build. (Anthony Roach)
* 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 ↵Steven Knight2002-05-161-3/+3
| | | | in the case of drive letters don't cause a rebuild. (Anthony Roach)
* 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 ↵Steven Knight2002-05-021-0/+6
| | | | automatic white-space splitting from Builders in 0.08.
* 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 ↵Steven Knight2002-04-252-0/+37
| | | | versa. (Chad Austin)
* Fix for relative CPPPATH directories in subsidiary SConscript files. ↵Steven Knight2002-04-241-2/+2
| | | | (Charles Crain)
* 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 ↵Steven Knight2002-04-152-19/+30
| | | | Crain)
* Make .sconsign files get written even if the build fails or is terminated. ↵Steven Knight2002-04-111-0/+2
| | | | (Anthony Roach)
* 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 ↵Steven Knight2002-03-242-1/+95
| | | | name.
* 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 ↵Steven Knight2002-03-191-4/+14
| | | | Node, and pass the parent Node to both the out-of-date-check function and the work function. Refactor Taskmaster to use the new Walker function.
* 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 ↵Steven Knight2002-03-012-17/+3
| | | | Kennedy)
* 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 ↵Steven Knight2002-02-122-6/+35
| | | | indirect.
* Create all of the directories for a target list before trying to build the ↵Steven Knight2002-02-104-17/+18
| | | | targets.
* 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
|