| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rescanning of files with no implicit deps (Anthony Roach) | Steven Knight | 2002-04-04 | 3 | -13/+27 |
|
|
* | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 4 | -408/+245 |
|
|
* | Fix problems with two tests (one portability, one syntax). | Steven Knight | 2002-03-27 | 1 | -2/+2 |
|
|
* | Add support for target Aliases. | Steven Knight | 2002-03-25 | 6 | -3/+237 |
|
|
* | Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n... | Steven Knight | 2002-03-24 | 2 | -1/+95 |
|
|
* | Move autogenerate() from SCons.Util.py to SCons.Environmentpy. | Steven Knight | 2002-03-22 | 3 | -5/+16 |
|
|
* | Fix subtle problems in end cases with using multiple scanners on a Node. | Steven Knight | 2002-03-20 | 4 | -125/+209 |
|
|
* | Enhance the Walker to call a third supplied function to actually work on a No... | Steven Knight | 2002-03-19 | 1 | -4/+14 |
|
|
* | Move find_file() and find_files() from SCons.Util to SCons.Node.FS. | Steven Knight | 2002-03-12 | 2 | -0/+70 |
|
|
* | Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K... | Steven Knight | 2002-03-01 | 2 | -17/+3 |
|
|
* | Remove left-over dir argument from get_contents() calls. (Anthony Roach) | Steven Knight | 2002-02-20 | 2 | -2/+2 |
|
|
* | Filter out a file's ignore list from all of its dependencies, direct or indir... | Steven Knight | 2002-02-12 | 2 | -6/+35 |
|
|
* | Create all of the directories for a target list before trying to build the ta... | Steven Knight | 2002-02-10 | 4 | -17/+18 |
|
|
* | More performance optimizations (Charles Crain) | Steven Knight | 2002-02-05 | 1 | -0/+3 |
|
|
* | Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain) | Steven Knight | 2002-01-31 | 2 | -0/+19 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 4 | -4/+4 |
|
|
* | Performance improvement: avoid recomputing signatures. | Steven Knight | 2002-01-29 | 3 | -13/+12 |
|
|
* | Fix so Nodes don't get removed by ListBuilder after they're built. | Steven Knight | 2002-01-28 | 2 | -9/+66 |
|
|
* | Add the Precious() method. | Steven Knight | 2002-01-24 | 4 | -0/+31 |
|
|
* | Provide an error message when a target hasn't been defined. | Steven Knight | 2002-01-24 | 2 | -7/+30 |
|
|
* | Add the Ignore() method. | Steven Knight | 2002-01-24 | 2 | -3/+41 |
|
|
* | Provide a traceback if a Python-function builder throws an exception (Crain). | Steven Knight | 2002-01-23 | 2 | -1/+25 |
|
|
* | Fix binary file signatures on Win32 (Crain). | Steven Knight | 2002-01-23 | 2 | -1/+8 |
|
|
* | Strip $(-$) bracketed text from command lines. | Steven Knight | 2002-01-23 | 2 | -1/+8 |
|
|
* | Remove the Wrapper class in between the Walker and Node. | Steven Knight | 2002-01-17 | 1 | -15/+10 |
|
|
* | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 2 | -147/+103 |
|
|
* | Start getting ready to eat our own dog food: prototype SConscript files. | Steven Knight | 2002-01-15 | 2 | -0/+2 |
|
|
* | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 2 | -4/+40 |
|
|
* | Node.FS performance improvements (Charles Crain). | Steven Knight | 2002-01-02 | 1 | -4/+12 |
|
|
* | General performance tweaks | Steven Knight | 2001-12-31 | 2 | -95/+47 |
|
|
* | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 2 | -24/+46 |
|
|
* | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 2 | -4/+5 |
|
|
* | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 2 | -1/+14 |
|
|
* | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 3 | -4/+16 |
|
|
* | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 2 | -7/+27 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 4 | -11/+178 |
|
|
* | Last Windows NT portability fixes (this release). | Steven Knight | 2001-12-14 | 1 | -1/+2 |
|
|
* | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 4 | -13/+29 |
|
|
* | Rework implicit dependency scanning for relative CPPPATH values. | Steven Knight | 2001-12-11 | 2 | -2/+6 |
|
|
* | Track implicit (scanned) dependencies separately from the others. | Steven Knight | 2001-12-11 | 4 | -16/+66 |
|
|
* | Delay scanning a node from when we ask for its children to just before we're ... | Steven Knight | 2001-12-11 | 1 | -2/+0 |
|
|
* | Add Scanner objects to source files when we first find them, not later when t... | Steven Knight | 2001-12-11 | 2 | -8/+16 |
|
|
* | Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a... | Steven Knight | 2001-12-11 | 2 | -0/+66 |
|
|
* | Refactor the Builder execute() interface to take Nodes, not string names of t... | Steven Knight | 2001-12-11 | 2 | -3/+3 |
|
|
* | Detect dependency cycles | Steven Knight | 2001-11-28 | 2 | -3/+35 |
|
|
* | More NT portability fixes. | Steven Knight | 2001-11-24 | 2 | -57/+61 |
|
|
* | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 4 | -5/+52 |
|
|
* | LIBS and LIBPATH work, variable substitution changes. | Steven Knight | 2001-11-15 | 2 | -8/+17 |
|
|
* | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 3 | -4/+42 |
|
|
* | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 2 | -0/+28 |
|
|