| 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 | -3/+7 |
|
|
| * | Implement content signature caching and --max-drift (Anthony Roach) | Steven Knight | 2002-04-09 | 1 | -2/+8 |
|
|
| * | Fix rescanning of files with no implicit deps (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -1/+5 |
|
|
| * | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -259/+104 |
|
|
| * | Add support for target Aliases. | Steven Knight | 2002-03-25 | 1 | -0/+34 |
|
|
| * | Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n... | Steven Knight | 2002-03-24 | 1 | -0/+59 |
|
|
| * | Move autogenerate() from SCons.Util.py to SCons.Environmentpy. | Steven Knight | 2002-03-22 | 1 | -1/+3 |
|
|
| * | Fix subtle problems in end cases with using multiple scanners on a Node. | Steven Knight | 2002-03-20 | 1 | -67/+140 |
|
|
| * | Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K... | Steven Knight | 2002-03-01 | 1 | -9/+0 |
|
|
| * | 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 | -2/+26 |
|
|
| * | Create all of the directories for a target list before trying to build the ta... | Steven Knight | 2002-02-10 | 1 | -8/+8 |
|
|
| * | 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/+6 |
|
|
| * | Fix so Nodes don't get removed by ListBuilder after they're built. | Steven Knight | 2002-01-28 | 1 | -0/+51 |
|
|
| * | Add the Precious() method. | Steven Knight | 2002-01-24 | 1 | -0/+9 |
|
|
| * | Add the Ignore() method. | Steven Knight | 2002-01-24 | 1 | -0/+32 |
|
|
| * | Provide a traceback if a Python-function builder throws an exception (Crain). | Steven Knight | 2002-01-23 | 1 | -0/+20 |
|
|
| * | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 1 | -0/+33 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -2/+26 |
|
|
| * | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 1 | -0/+12 |
|
|
| * | Rework implicit dependency scanning for relative CPPPATH values. | Steven Knight | 2001-12-11 | 1 | -1/+1 |
|
|
| * | Track implicit (scanned) dependencies separately from the others. | Steven Knight | 2001-12-11 | 1 | -0/+41 |
|
|
| * | Refactor the Builder execute() interface to take Nodes, not string names of t... | Steven Knight | 2001-12-11 | 1 | -1/+2 |
|
|
| * | Detect dependency cycles | Steven Knight | 2001-11-28 | 1 | -0/+23 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -0/+3 |
|
|
| * | LIBS and LIBPATH work, variable substitution changes. | Steven Knight | 2001-11-15 | 1 | -5/+14 |
|
|
| * | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 1 | -0/+11 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 1 | -19/+25 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 1 | -0/+6 |
|
|
| * | Add -k support and more | Steven Knight | 2001-10-24 | 1 | -20/+107 |
|
|
| * | Generalize whether or not nodes use signatures, and how the Sig module decide... | Steven Knight | 2001-10-15 | 1 | -0/+4 |
|
|
| * | Add tests and support for and . | Steven Knight | 2001-10-12 | 1 | -0/+4 |
|
|
| * | Add -i (ignore errors) support | Steven Knight | 2001-10-10 | 1 | -0/+10 |
|
|
| * | Use the Node Walker to build dependencies in order. | Steven Knight | 2001-10-05 | 1 | -0/+5 |
|
|
| * | Add a node Walker for descending the dependency tree. | Steven Knight | 2001-10-04 | 1 | -1/+42 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
| * | Add children() methods for nodes. | Steven Knight | 2001-10-02 | 1 | -0/+11 |
|
|
| * | Handle build errors. | Steven Knight | 2001-10-02 | 1 | -0/+19 |
|
|
| * | Add unit tests for Node methods that have been recently added. | Steven Knight | 2001-09-28 | 1 | -1/+64 |
|
|
| * | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 1 | -1/+1 |
|
|
| * | Run setup.py on the unpacked .tar.gz for testing. | Steven Knight | 2001-09-17 | 1 | -0/+45 |
|
|