| Commit message (Expand) | Author | Age | Files | Lines |
| * | Big change for shared libraries and a bunch of other flexibility. (Charles C... | Steven Knight | 2002-04-15 | 1 | -16/+23 |
|
|
| * | Make .sconsign files get written even if the build fails or is terminated. (A... | Steven Knight | 2002-04-11 | 1 | -0/+2 |
|
|
| * | Implement implicit dependency caching. | Steven Knight | 2002-04-11 | 1 | -16/+50 |
|
|
| * | Implement content signature caching and --max-drift (Anthony Roach) | Steven Knight | 2002-04-09 | 1 | -2/+20 |
|
|
| * | Various performance enhancements. (Anthony Roach) | Steven Knight | 2002-04-05 | 1 | -5/+1 |
|
|
| * | Fix rescanning of files with no implicit deps (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -12/+19 |
|
|
| * | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -63/+67 |
|
|
| * | Add support for target Aliases. | Steven Knight | 2002-03-25 | 1 | -1/+11 |
|
|
| * | Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n... | Steven Knight | 2002-03-24 | 1 | -1/+36 |
|
|
| * | Move autogenerate() from SCons.Util.py to SCons.Environmentpy. | Steven Knight | 2002-03-22 | 1 | -3/+10 |
|
|
| * | Fix subtle problems in end cases with using multiple scanners on a Node. | Steven Knight | 2002-03-20 | 1 | -38/+36 |
|
|
| * | Enhance the Walker to call a third supplied function to actually work on a No... | Steven Knight | 2002-03-19 | 1 | -4/+14 |
|
|
| * | Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K... | Steven Knight | 2002-03-01 | 1 | -8/+3 |
|
|
| * | Remove left-over dir argument from get_contents() calls. (Anthony Roach) | Steven Knight | 2002-02-20 | 1 | -1/+1 |
|
|
| * | Filter out a file's ignore list from all of its dependencies, direct or indir... | Steven Knight | 2002-02-12 | 1 | -4/+9 |
|
|
| * | Create all of the directories for a target list before trying to build the ta... | Steven Knight | 2002-02-10 | 1 | -4/+2 |
|
|
| * | More performance optimizations (Charles Crain) | Steven Knight | 2002-02-05 | 1 | -0/+3 |
|
|
| * | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
| * | Performance improvement: avoid recomputing signatures. | Steven Knight | 2002-01-29 | 1 | -0/+5 |
|
|
| * | Fix so Nodes don't get removed by ListBuilder after they're built. | Steven Knight | 2002-01-28 | 1 | -9/+15 |
|
|
| * | Add the Precious() method. | Steven Knight | 2002-01-24 | 1 | -0/+11 |
|
|
| * | Add the Ignore() method. | Steven Knight | 2002-01-24 | 1 | -3/+9 |
|
|
| * | Provide a traceback if a Python-function builder throws an exception (Crain). | Steven Knight | 2002-01-23 | 1 | -1/+5 |
|
|
| * | Strip $(-$) bracketed text from command lines. | Steven Knight | 2002-01-23 | 1 | -0/+5 |
|
|
| * | Remove the Wrapper class in between the Walker and Node. | Steven Knight | 2002-01-17 | 1 | -15/+10 |
|
|
| * | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 1 | -4/+7 |
|
|
| * | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 1 | -1/+1 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -0/+22 |
|
|
| * | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 1 | -3/+5 |
|
|
| * | Rework implicit dependency scanning for relative CPPPATH values. | Steven Knight | 2001-12-11 | 1 | -1/+5 |
|
|
| * | Track implicit (scanned) dependencies separately from the others. | Steven Knight | 2001-12-11 | 1 | -5/+16 |
|
|
| * | Delay scanning a node from when we ask for its children to just before we're ... | Steven Knight | 2001-12-11 | 1 | -2/+0 |
|
|
| * | Refactor the Builder execute() interface to take Nodes, not string names of t... | Steven Knight | 2001-12-11 | 1 | -2/+1 |
|
|
| * | Detect dependency cycles | Steven Knight | 2001-11-28 | 1 | -3/+12 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -3/+12 |
|
|
| * | LIBS and LIBPATH work, variable substitution changes. | Steven Knight | 2001-11-15 | 1 | -3/+3 |
|
|
| * | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 1 | -1/+13 |
|
|
| * | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 1 | -0/+17 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 1 | -6/+18 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 1 | -5/+11 |
|
|
| * | Add -k support and more | Steven Knight | 2001-10-24 | 1 | -17/+43 |
|
|
| * | Generalize whether or not nodes use signatures, and how the Sig module decide... | Steven Knight | 2001-10-15 | 1 | -0/+4 |
|
|
| * | Remove the Node.derived attribute. | Steven Knight | 2001-10-15 | 1 | -2/+2 |
|
|
| * | Add tests and support for and . | Steven Knight | 2001-10-12 | 1 | -3/+7 |
|
|
| * | Add -i (ignore errors) support | Steven Knight | 2001-10-10 | 1 | -26/+24 |
|
|
| * | Use the Node Walker to build dependencies in order. | Steven Knight | 2001-10-05 | 1 | -0/+2 |
|
|
| * | Add a node Walker for descending the dependency tree. | Steven Knight | 2001-10-04 | 1 | -0/+48 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
| * | Add the Command() method. | Steven Knight | 2001-10-02 | 1 | -1/+1 |
|
|
| * | Add children() methods for nodes. | Steven Knight | 2001-10-02 | 1 | -0/+3 |
|
|