| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change the Action object execute() methods to __call__() methods. | Steven Knight | 2002-12-28 | 1 | -1/+1 |
|
|
| * | Finish the Action refactoring by removing Builder.execute() methods and movin... | Steven Knight | 2002-12-19 | 1 | -74/+12 |
|
|
| * | Refactor action execution so it's controlled by the interface-specific Taskma... | Steven Knight | 2002-12-17 | 1 | -0/+10 |
|
|
| * | Support special characters in file names. (Charles Crain) | Steven Knight | 2002-11-13 | 1 | -1/+5 |
|
|
| * | Get rid of the magicness of the magic _ variables. (Anthony Roach) | Steven Knight | 2002-10-07 | 1 | -2/+0 |
|
|
| * | Support overriding construction variables in builder call. (Anthony Roach) | Steven Knight | 2002-09-27 | 1 | -14/+16 |
|
|
| * | Support Repository and Default(). | Steven Knight | 2002-08-06 | 1 | -86/+0 |
|
|
| * | Add Repository Install() and InstallAs() functionality. | Steven Knight | 2002-08-05 | 1 | -0/+118 |
|
|
| * | Repository support (first cut). | Steven Knight | 2002-07-17 | 1 | -1/+11 |
|
|
| * | Remove white-space split of file name lists. | Steven Knight | 2002-06-11 | 1 | -8/+4 |
|
|
| * | Fix .sconsign signature storing so that the output files of one scons build c... | Steven Knight | 2002-05-23 | 1 | -1/+13 |
|
|
| * | Ctrl-C Improvements (Anthony Roach) | Steven Knight | 2002-05-18 | 1 | -1/+1 |
|
|
| * | 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 |
|
|